Add Traditional Chinese (zh_TW) translation - #2770
Merged
OmarHatem28 merged 1 commit intoDec 29, 2025
Merged
Conversation
ImL1s
force-pushed
the
feature/add-traditional-chinese-translation
branch
from
December 27, 2025 14:05
dae5526 to
0a3eae1
Compare
There was a problem hiding this comment.
Pull request overview
This pull request adds Traditional Chinese (Taiwan) language support to Cake Wallet, including a new translation file with 1,173 localized strings and corresponding configuration updates to enable the zh_TW locale.
Key changes:
- Adds complete Traditional Chinese translation file with Taiwan-specific terminology
- Updates language service to recognize zh_TW locale with Taiwan country code
- Extends translation constants to include zh-tw for translation tooling
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 20 comments.
| File | Description |
|---|---|
| res/values/strings_zh_TW.arb | New Traditional Chinese translation file with 1,173 localized strings using Taiwan-specific terminology |
| lib/entities/language_service.dart | Adds zh_TW locale mapping with Taiwan country code (twn) and clarifies zh as Simplified Chinese |
| tool/utils/translation/translation_constants.dart | Includes zh-tw in supported language list for translation tools |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ImL1s
force-pushed
the
feature/add-traditional-chinese-translation
branch
2 times, most recently
from
December 27, 2025 14:16
00a2fec to
6a05fdf
Compare
- Add res/values/strings_zh_TW.arb with Traditional Chinese translations - Update lib/entities/language_service.dart to include zh_TW locale - Update tool/utils/translation/translation_constants.dart to include zh-tw This adds full Traditional Chinese (Taiwan) language support with proper Taiwan-specific terminology (e.g., 啟用, 新增, 進階設定, 簽帳金融卡, etc.) All simplified Chinese characters have been converted to traditional Chinese.
ImL1s
force-pushed
the
feature/add-traditional-chinese-translation
branch
from
December 27, 2025 14:19
6a05fdf to
278ddac
Compare
OmarHatem28
approved these changes
Dec 29, 2025
Contributor
|
Thank you for the contribution |
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
This PR adds Traditional Chinese (zh_TW / Taiwan) translation support to Cake Wallet.
Changes
Notes
Checklist