Skip to content

New Crowdin updates#31

Open
zhaobozhen wants to merge 70 commits into
mainfrom
l10n_main
Open

New Crowdin updates#31
zhaobozhen wants to merge 70 commits into
mainfrom
l10n_main

Conversation

@zhaobozhen

Copy link
Copy Markdown
Member

No description provided.

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 appears to bring in new Crowdin-driven locale catalog updates under locales/ (used by both the bot and Web UI), including adding several new locale JSON files and updating existing Chinese catalogs.

Changes:

  • Adds new locale catalogs for zh-CN, zh-TW, ko-KR, and ja-JP (plus underscore variants).
  • Updates/introduces zh-Hant and ja catalogs with partial translations for newer Web UI strings.
  • Modifies zh-Hans significantly (but currently dropping required keys compared to en.json).

Reviewed changes

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

Show a summary per file
File Description
locales/zh-TW.json Adds a new Traditional Chinese (Taiwan) catalog (currently English copy + locale metadata).
locales/zh-Hant.json Adds/updates Traditional Chinese catalog content, but currently missing required sections vs en.json.
locales/zh-Hans.json Updates Simplified Chinese catalog, but currently missing required sections vs en.json.
locales/zh-CN.json Adds a new Simplified Chinese (China) catalog (currently English copy + locale metadata; also redundant with zh-Hans aliasing).
locales/ko-KR.json Adds a new Korean catalog (currently English copy + locale metadata).
locales/ko_KR.json Adds a second Korean catalog variant; currently incomplete and duplicates ko-KR.
locales/ja.json Adds/updates Japanese catalog content, but currently missing required sections vs en.json.
locales/ja-JP.json Adds a new Japanese (Japan) catalog (currently English copy + locale metadata).
locales/ja_JP.json Adds a second Japanese (Japan) catalog variant; currently incomplete and duplicates ja-JP.

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

Comment thread locales/zh-Hans.json
Comment on lines 1 to +4
{
"locale": {
"nativeName": "中文简体",
"englishName": "Chinese (Simplified)"
},
"commands": {
"start_description": "显示使用说明",
"apkinfo_description": "解析当前或回复的 APK/APKS/APKM/XAPK 文件",
"upload_description": "上传大型 Android 包解析"
"apkinfo_description": "解析当前或回复的 APK 下载链接",
Comment thread locales/zh-Hant.json
Comment on lines +1 to +6
{
"commands": {
"start_description": "顯示使用說明",
"apkinfo_description": "解析目前或回覆中的 APK 下載連結",
"upload_description": "開啟 WebUI 上傳頁面"
},
Comment thread locales/ja.json
Comment on lines +1 to +6
{
"commands": {
"start_description": "使い方を表示",
"apkinfo_description": "現在または返信先の APK ダウンロードリンクを解析",
"upload_description": "WebUI のアップロードページを開く"
},
Comment thread locales/zh-CN.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-CN.json
Comment on lines +1 to +5
{
"locale": {
"nativeName": "English",
"englishName": "English"
},
Comment thread locales/zh-CN.json
Comment on lines +6 to +10
"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"
},
Comment thread locales/zh-TW.json
Comment on lines +6 to +10
"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"
},
Comment thread locales/ko-KR.json
Comment on lines +6 to +10
"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"
},
Comment thread locales/ja-JP.json
Comment on lines +6 to +10
"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