Skip to content

New Crowdin updates#21

Open
zhaobozhen wants to merge 53 commits into
mainfrom
l10n_main
Open

New Crowdin updates#21
zhaobozhen wants to merge 53 commits into
mainfrom
l10n_main

Conversation

@zhaobozhen

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 9, 2026 08:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s i18n catalogs under locales/, adding several new locale JSON files and revising the Simplified Chinese catalog (zh-Hans) messaging to reflect the APK-link analysis + WebUI flow used by the bot and Web UI.

Changes:

  • Added new locale catalogs for Japanese and Korean (both *-* and *_ * variants) plus additional Chinese locale tags (zh-TW, zh-Hant, zh-CN).
  • Updated zh-Hans command/bot copy and expanded WebUI strings related to link analysis and report sharing.
  • Introduced multiple locale tag variants that interact with the project’s locale normalization behavior.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
locales/zh-TW.json New zh-TW catalog added (currently has locale metadata set to English).
locales/zh-Hant.json New zh-Hant catalog added, but it is structurally incomplete vs en.json (will break i18n checks).
locales/zh-Hans.json Updated Simplified Chinese strings, but key trees were removed vs en.json (will break i18n checks).
locales/zh-CN.json New zh-CN catalog added; conflicts with existing zh-CN → zh-Hans aliasing/normalization expectations.
locales/ko-KR.json New ko-KR catalog added (currently has locale metadata set to English).
locales/ko_KR.json Additional underscore variant added; incomplete key set and unnecessary given underscore-to-hyphen normalization.
locales/ja-JP.json New ja-JP catalog added (currently has locale metadata set to English).
locales/ja_JP.json Additional underscore variant added; incomplete key set and unnecessary given underscore-to-hyphen normalization.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread locales/ja-JP.json
Comment on lines +2 to +5
"locale": {
"nativeName": "English",
"englishName": "English"
},
Comment thread locales/ko-KR.json
Comment on lines +2 to +5
"locale": {
"nativeName": "English",
"englishName": "English"
},
Comment thread locales/zh-TW.json
Comment on lines +2 to +5
"locale": {
"nativeName": "English",
"englishName": "English"
},
Comment thread locales/zh-Hans.json
Comment on lines 20 to 24
"source_private": "私聊消息",
"source_group": "群组消息",
"source_web_upload": "网页上传",
"source_link_preview": "链接预览",
"source_default": "Telegram 消息"
},
Comment thread locales/zh-Hant.json
Comment on lines +6 to +10
"commands": {
"start_description": "Show usage instructions",
"apkinfo_description": "Analyze the current or replied APK download link",
"upload_description": "Open the WebUI upload page"
},
Comment thread locales/ko_KR.json
Comment on lines +1 to +10
{
"locale": {
"nativeName": "English",
"englishName": "English"
},
"commands": {
"start_description": "Show usage instructions",
"apkinfo_description": "Analyze the current or replied APK download link",
"upload_description": "Open the WebUI upload page"
},
Comment thread locales/ja_JP.json
Comment on lines +1 to +10
{
"locale": {
"nativeName": "English",
"englishName": "English"
},
"commands": {
"start_description": "Show usage instructions",
"apkinfo_description": "Analyze the current or replied APK download link",
"upload_description": "Open the WebUI upload page"
},
Comment thread locales/zh-CN.json
Comment on lines +1 to +10
{
"locale": {
"nativeName": "English",
"englishName": "English"
},
"commands": {
"start_description": "Show usage instructions",
"apkinfo_description": "Analyze the current or replied APK/APKS/APKM/XAPK file",
"upload_description": "Upload a large Android package for analysis"
},
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