feat: add Traditional Chinese (zh-TW) language support#6
Merged
Conversation
- Add Translations.zh-TW.resx with fully localized UI strings - Add zh-TW to the language selector in SettingsViewModel
Owner
|
I will review this pull request as soon as possible, likely tomorrow (March 10, 2026 at 10:00 AM UTC+7), as I am currently busy with other work. Thank you for your first contribution, and also for being the first to contribute a translation! |
itsfatduck
approved these changes
Mar 10, 2026
itsfatduck
left a comment
Owner
There was a problem hiding this comment.
Everything looks good. Thank you for your 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.
Description
This pull request adds complete Traditional Chinese (zh-TW) language support for users in Taiwan. It includes a fully translated
.resxresource file adhering to local terminology and integrates the new language option into the application's settings menu.Type of Change
fix:- non-breaking change which fixes an issue)feat:- adds a new system tweak or optimization rule)feat:- adds UI, services, or core app functionality)refactor:- code restructure that neither fixes a bug nor adds a feature)docs:)chore:orfeat:)Checklist
feat: add game mode optimization,fix: correct layout glitch).dotnet build optimizerDuck.slnx) and all tests pass (dotnet test optimizerDuck.Test/optimizerDuck.Test.csproj).PascalCasefor classes/methods,camelCasefor vars) and styling rules..resxfiles located in theoptimizerDuck/Resources/Languages/directory.For New Optimizations (Skip if irrelevant)
BaseOptimization(or implementedIOptimization).[Optimization]attribute with a validGuidformattedId, a correctOptimizationRisk, and appropriateTags.Screenshots or Video (if applicable)
Additional Context
No side effects expected. The translation adheres strictly to standard Taiwanese terminology.