1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/red
Ben Hardill 604ba7f4bc Allow nodes to have translations not in core (#1183)
* Allow nodes to have translations not in core

Currently only languages in the core are checked when
the editor requests a translation. This means that if
a node includes more translations they are not checked.

This change removes the check against that short list,
but it only checks the first language from the browser
suported list

* remove whitespace
2017-03-08 09:58:39 +00:00
..
api Allow nodes to have translations not in core (#1183) 2017-03-08 09:58:39 +00:00
runtime Log error stack traces if verbose flag is set 2017-03-01 17:00:27 +00:00
red.js Change hard error to verbose warning if using old node.js level 2017-01-14 23:57:39 +00:00