i18n: add Dutch (nl-NL) locale for nodes and runtime#5442
Open
Dennis-SEG wants to merge 1 commit intonode-red:masterfrom
Open
i18n: add Dutch (nl-NL) locale for nodes and runtime#5442Dennis-SEG wants to merge 1 commit intonode-red:masterfrom
Dennis-SEG wants to merge 1 commit intonode-red:masterfrom
Conversation
Add Dutch translations for: - @node-red/nodes: messages.json (all core node labels, errors, status messages) - @node-red/runtime: runtime.json (server messages, flow status, storage messages) This is a follow-up to the editor-client Dutch locale PR.
Dennis-SEG
added a commit
to Dennis-SEG/node-red
that referenced
this pull request
Jan 19, 2026
Add Dutch translations for all 36 HTML help files: - common/ (9 files): inject, debug, catch, status, complete, link, comment, etc. - function/ (9 files): function, switch, change, range, template, delay, trigger, exec, rbe - network/ (8 files): mqtt, http, websocket, tcp, udp, tls - parsers/ (5 files): csv, html, json, xml, yaml - sequence/ (3 files): split/join, sort, batch - storage/ (2 files): file, watch Follow-up to node-red#5440 (editor-client) and node-red#5442 (nodes/runtime messages).
This was referenced Jan 19, 2026
Contributor
Author
|
Tested locally - all node labels, error messages and status messages display correctly in Dutch when nl-NL is selected in the editor settings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Dutch (nl-NL) translations for the nodes and runtime packages:
@node-red/nodes/locales/nl-NL/messages.json- All core node labels, errors, and status messages@node-red/runtime/locales/nl-NL/runtime.json- Server messages, flow status, storage messagesFollow-up to #5440 (editor-client Dutch locale).
Test plan