Hello together,
the Pull Request "rework of DE translation by heikokue · Pull Request #2806 · node-red/node-red · GitHub" has a 1st draft of the changes in the Node-RED editor (main GUI) and it's JSONata descriptions. The translations of the runtime and the nodes are ongoing.
There you can see the changes wether directly in the locales-files, but with no exact knowledge where and how they are visible in Node-RED.
Or you can replace the locales files directly in your given Node-RED installation by copying the locales folders:
editor-client:
from /packages/node_modules/@node-red/editor-client/locales
to /usr/lib/node_modules/node-red/node_modules/@node-red/editor-client/locales (RasPi)
or to C:\Users\<user>\AppData\Roaming\npm\node_modules\node-red\node_modules@node-red\editor-client\locales (Windows)
nodes:
from /packages/node_modules/@node-red/nodes/locales
to /usr/lib/node_modules/node-red/node_modules/@node-red/nodes/locales (RasPi)
or to
C:\Users\<user>\AppData\Roaming\npm\node_modules\node-red\node_modules@node-red\nodes\locales (Windows)
runtime:
from /packages/node_modules/@node-red/runtime/locales
to /usr/lib/node_modules/node-red/node_modules/@node-red/runtime/locales (RasPi)
or to C:\Users\<user>\AppData\Roaming\npm\node_modules\node-red\node_modules@node-red\runtime\locales (Windows)
This is the GitHub website with the development branch: GitHub - heikokue/node-red at i18n-de/dev
And this is the Git-link to clone it locally: https://github.com/heikokue/node-red.git
You need Git installed: https://git-scm.com/
Please leave your comments in the PR (Pull Request above).
Another (deveoper-)tool to review the translations is GitHub - node-red/i18n-viewer.
We are very grateful for any feedback and any help!