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/util
Nick O'Leary 493687b5bb
Allow editor language to be chosen in editor settings
This gets stored in localStorage of the browser which is not
ideal. This is because we load language catalogs before we
load user preferences - so if this was stored in the runtime,
the editor wouldn't know the user's preference until it was
too late to apply it.

This is likely good enough for now - may need to do something
more convoluted later on.
2019-04-25 15:23:08 +01:00
..
lib Allow editor language to be chosen in editor settings 2019-04-25 15:23:08 +01:00
.npmignore Add pack-modules grunt task 2018-10-25 11:18:13 +01:00
index.js API documentation updates 2018-12-05 13:00:25 +00:00
LICENSE Add LICENSE to each package 2018-08-21 13:57:59 +01:00
package.json Merge branch 'master' into dev 2019-04-03 11:33:57 +01:00
README.md Add README files to each package 2018-08-21 13:43:11 +01:00

@node-red/util

Node-RED utilities module.

This provides common utilities shared by the Node-RED components.

Source

The main Node-RED modules are maintained as a monorepo on GitHub.