Skip to content

Add Japanese, Traditional Chinese, and Simplified Chinese localization - #5

Draft
HenryQuan with Copilot wants to merge 6 commits into
masterfrom
copilot/add-localisation-for-chinese-japanese
Draft

Add Japanese, Traditional Chinese, and Simplified Chinese localization#5
HenryQuan with Copilot wants to merge 6 commits into
masterfrom
copilot/add-localisation-for-chinese-japanese

Conversation

Copilot AI commented Feb 19, 2026

Copy link
Copy Markdown

Summary

Added complete localization for Japanese (ja), Traditional Chinese (zh-rTW), and Simplified Chinese (zh-rCN) across both WoWS and WoT modules.

Changes

Localization files added:

  • wows/src/main/res/values-ja/strings.xml - 391 strings
  • wows/src/main/res/values-zh-rTW/strings.xml - 391 strings
  • wows/src/main/res/values-zh-rCN/strings.xml - 391 strings
  • wot/src/main/res/values-ja/strings.xml - 303 strings
  • wot/src/main/res/values-zh-rTW/strings.xml - 303 strings
  • wot/src/main/res/values-zh-rCN/strings.xml - 303 strings

Key details:

  • base_server_language set to ja, zh-tw, zh-cn respectively for Wargaming API integration
  • Traditional vs Simplified Chinese properly differentiated (e.g., 艦長 vs 舰长, 傷害 vs 伤害)
  • Gaming terminology preserved (WN8, 戦車/坦克 for tanks, 艦艇/舰艇 for ships)
  • Follows existing Android localization pattern - no build config changes needed
  • translatable="false" strings (patch notes, attribution) kept in English

Resource-only change - no code modifications required.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.google.com
    • Triggering command: /usr/lib/jvm/temurin-17-jdk-amd64/bin/java /usr/lib/jvm/temurin-17-jdk-amd64/bin/java --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.prefs/java.util.prefs=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xmx2048M -Dfile.encoding=UTF-8 -Duser.country -Duser.language=en -Duser.variant -cp /home/REDACTED/.gradle/wrapper/dists/gradle-8.7-bin/bhs2wmbdwecv87pi65oeuq5iu/gradle-8.7/lib/gradle-launcher-8.7.jar -javaagent:/home/REDACTED/.gradle/wrapper/dists/gradle-8.7-bin/bhs2wmbdwecv87pi65oeuq5iu/gradle-8.7/lib/agents/gradle-instrumentation-agent-8.7.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 8.7 (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 5 commits February 19, 2026 06:28
- Created values-zh-rCN/strings.xml with complete translation
- Changed base_server_language to 'zh-cn' for proper API data
- Kept all translatable='false' strings in English
- Used proper Simplified Chinese gaming and World of Warships terminology
- Maintained all XML formatting, CDATA sections, and escape sequences
- Translated all 464 lines matching source file structure

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Complete translation of all strings to Simplified Chinese
- Maintained all translatable=false strings in English
- Updated base_server_language to zh-cn
- Applied proper World of Tanks terminology
- Preserved XML structure and formatting

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…n files

Co-authored-by: HenryQuan <6754708+HenryQuan@users.noreply.github.com>
Co-authored-by: HenryQuan <6754708+HenryQuan@users.noreply.github.com>
Co-authored-by: HenryQuan <6754708+HenryQuan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add localisation for Japanese and Chinese languages Add Japanese, Traditional Chinese, and Simplified Chinese localization Feb 19, 2026
Copilot AI requested a review from HenryQuan February 19, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants