I am using Node-RED 5.0 and noticed that the right-click context menu inside the function node is in French, while everything else is in English. I think this is a bug.
My guess is that the editor (like Monaco or Ace Editor) is missing the proper English localization files, or its i18n configuration hasn't been fully synced with the Node-RED UI yet.
Environment:
OS: Windows 11 (latest)
Browser: Google Chrome (latest)
Deployment: Node-RED 5.0 on Docker.
Hi, welcome to the forum.
DoFYI, I split your question out to it's own topic to minimise the noise the the NR5 release thread.
Could you tell us what your OS language is set to and the language value selected in your node-red settings panel?
Additionally, could you open dev tools (F12 key) and watch the network tab as you refresh node-red - do you see any missing language requests (404 errors)
Finally, what lang is set on your docker container...
docker exec <container> printenv | grep -i lang
What about browser language setting? That could also play a role...