-
Notifications
You must be signed in to change notification settings - Fork 3.8k
i18n Support #566
Copy link
Copy link
Closed
Description
We haven't decided on what time-scale we want to enable node-red to be internationalized, but it is something we need to have a plan for.
This needs a high-level design that considers how each of the main components will have to be changed to support i18n. The runtime and editor should be fairly straightforward to add support for message catalogues. The hard part is how nodes can provide localized versions; their current architecture doesn't make it entirely obvious how this will be achieved easily.
Then there is the question of what library to use. Amongst the libraries that appear to be candidates are:
Reactions are currently unavailable