mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #4993] Should we rename zh to zh-CN and add zh-TW for Traditional Chinese support? #3090
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3090
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ko1596 on GitHub (Nov 26, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4993
Is your feature request related to a problem? Please describe.
I would like to contribute Traditional Chinese (zh-TW) translation to this project. However, I noticed that the current Chinese translation uses
zhas the language code in the file structure, whilelang-list.jsonuseslocale-zh-CN.Describe the solution you'd like
To better follow language standards and avoid confusion, I suggest:
Rename existing files:
zh.json→zh-CN.jsonHelpDoc/zh/→HelpDoc/zh-CN/lang-list.json:"locale-zh-CN": { "defaultMessage": "简体中文" }Add new Traditional Chinese translation:
zh-TW.jsonHelpDoc/zh-TW/folder with translated documentationlang-list.json:"locale-zh-TW": { "defaultMessage": "繁體中文" }Describe alternatives you've considered
Keep the existing
zhfolder structure and only addzh-TWfiles, but this would be inconsistent with the naming inlang-list.jsonwhich already useslocale-zh-CN.Additional context
zhbutlang-list.jsonalready defineslocale-zh-CNen-US,ja-JP,ko-KR)I'm happy to help with the translation work once we decide on the approach. Thank you!