node-red-dashboard icon indicating copy to clipboard operation
node-red-dashboard copied to clipboard

Internationalisation (i18n) Support

Open manasb26 opened this issue 10 months ago • 2 comments

Description

It would be great if we have internationalization support for the UI template nodes. If someone has already achieved this, please share a possible design.

Have you provided an initial effort estimate for this issue?

I am no FlowFuse team member

manasb26 avatar Feb 25 '25 10:02 manasb26

A pattern I can think of for this it to utilise the ui-event node, which will make you aware of any query parameters in the URL, so you could do /my-page?lang=en-US

That can then be fed into the template, which would then display the relevant text.

joepavitt avatar Apr 02 '25 16:04 joepavitt

@manasb26 You can check for this pull request that I'm working on.

https://github.com/FlowFuse/node-red-dashboard/pull/1781

joelvandal avatar Jul 27 '25 15:07 joelvandal