feat(i18n): add Simplified Chinese (zh) translation — based on v2.2.0#68
Open
welleelin wants to merge 6 commits into
Open
feat(i18n): add Simplified Chinese (zh) translation — based on v2.2.0#68welleelin wants to merge 6 commits into
welleelin wants to merge 6 commits into
Conversation
Release v2.0.1
ci(sdk): drop setup-node registry-url so OIDC publish runs (synergycodes#25)
Release v2.1.0
Release 2.2.0
- Added zh-cn.ts with 213 complete Chinese translations - Registered 'zh' locale resource in i18n/index.ts - Removed load:languageOnly to preserve region codes - Changed fallbackLng from en to zh - Added synchronous localStorage script in demo index.html for default zh - Index.html script runs before ES module import to set i18nextLng Tested: Folder Name→文件夹名称, Nodes Library→节点库, Properties→属性
welleelin
requested review from
librowski,
lukasz-jazwa,
piotrblaszczyk and
szymon-t-sc
as code owners
July 19, 2026 09:57
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
Added complete Simplified Chinese translation for Workflow Builder, tested and working on v2.2.0 release.
Changes
Technical Notes
zh(notzh-cn) becauseload: 'languageOnly'strips region codesScreenshots
After fix: http://localhost:4321 shows Chinese by default:
Note
Main branch has an i18n regression where translations show raw keys (header.folderName instead of translated text). v2.2.0 works correctly. This PR is based on v2.2.0 to ensure translations function properly.