mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #1017] [Feature]: Add Traditional Chinese (zh-TW) locale and fill missing zh-CN keys #714
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#714
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 @Minidoracat on GitHub (Apr 18, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1017
Originally assigned to: @Minidoracat on GitHub.
Problem or Use Case
zh-CNdrifts fromen.tsby ~96 keys (line count:zh-CN = 4982vsen = 5078). Features added since the last locale sync (#627) have only been translated into a subset of locales, so simplified-Chinese users currently see English fallbacks in parts of the UI.Proposed Solution
Open a PR that:
frontend/src/i18n/locales/zh-TW.tswith the full key set (Traditional Chinese).zh-CN.tsagainsten.tsso every key has a Simplified Chinese translation.zh-TWinfrontend/src/i18n/index.tsand the language picker.Happy to own the implementation end-to-end.
Alternatives Considered
zh-CNas a stopgap: character and terminology differences (你 / 妳, 个 / 個, 体 / 體, program vs. 程式 / 程序, video vs. 影片 / 视频) make it read awkwardly.zh-CN→zh-TWat runtime: lossy, skips real terminology choices that a human translator should make.Feature Category
UI/UX
Priority
Would improve my workflow
Contribution
Checklist