1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/packages/node_modules/@node-red
Nick O'Leary 5b2f24f842
Handle i18n properly when key is a valid sub-identifier
Fixes #2028
The i18n library will, be default, return a string containing
an error message about the key resolving to an object. We cannot
distinguish that string from others to handle ourselves.

The `returnObjectTrees` option will cause it to return the object
rather than error. We can then test for that and return the original
key if the object is returned - which is the desired result.
2019-01-17 14:44:41 +00:00
..
editor-api Bump version to 0.20.0-beta.3 2019-01-10 13:34:47 +00:00
editor-client Handle i18n properly when key is a valid sub-identifier 2019-01-17 14:44:41 +00:00
nodes Merge pull request #2016 from jwende/dev 2019-01-17 14:25:15 +00:00
registry Bump version to 0.20.0-beta.3 2019-01-10 13:34:47 +00:00
runtime Merge pull request #2016 from jwende/dev 2019-01-17 14:25:15 +00:00
util Bump JSONata in util package 2019-01-11 10:08:09 +00:00