New Crowdin updates#27
Closed
zhaobozhen wants to merge 61 commits into
Closed
Conversation
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
There was a problem hiding this comment.
Pull request overview
Adds Crowdin-exported locale catalogs under locales/ and updates the Simplified Chinese catalog content, expanding the set of supported language files used by the shared i18n runtime.
Changes:
- Added new locale JSON files for Traditional Chinese, Japanese, and Korean (including both hyphen and underscore locale tag variants).
- Updated
zh-Hansstrings to a different message/key set (more WebUI/link-analysis oriented) compared toen.json. - Introduced/updated various WebUI- and request/link-analysis-related messages in some locale files.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| locales/zh-TW.json | New Traditional Chinese (Taiwan) locale file added. |
| locales/zh-Hant.json | New Traditional Chinese (Hant) locale file added (currently a different schema vs en.json). |
| locales/zh-Hans.json | Updated Simplified Chinese locale strings (currently diverges from en.json key set). |
| locales/zh-CN.json | New zh-CN locale file added (currently redundant with existing locale aliasing logic). |
| locales/ko-KR.json | New Korean locale file added (full en.json-schema copy). |
| locales/ko_KR.json | New Korean underscore-tag locale file added (different schema vs en.json). |
| locales/ja-JP.json | New Japanese locale file added (full en.json-schema copy). |
| locales/ja_JP.json | New Japanese underscore-tag locale file added (different schema vs en.json). |
Comments suppressed due to low confidence (1)
locales/zh-Hans.json:28
- This locale JSON no longer matches the default locale key set.
packages/shared/scripts/generate_i18n_catalogs.mjsvalidates that every locale has the exact same leaf keys/placeholders aslocales/en.json, and this file currently omits whole sections (e.g.upload,report,telegraph) and adds newerrors.*/webui.*keys that don’t exist inen.json, sonpm run i18n:checkwill fail.
},
"summary": {
"completed": "<b>APK 解析完成</b>",
"app_name": "应用名: <b>{appName}</b>",
"package_name": "包名: <code>{packageName}</code>",
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+20
to
+26
| "source_private": "Private Chat Message", | ||
| "source_group": "Group Message", | ||
| "source_link_preview": "Link Preview", | ||
| "source_default": "Telegram Message" | ||
| }, | ||
| "summary": { | ||
| "completed": "<b>APK Analysis Complete</b>", |
Comment on lines
+20
to
+26
| "source_private": "Private Chat Message", | ||
| "source_group": "Group Message", | ||
| "source_link_preview": "Link Preview", | ||
| "source_default": "Telegram Message" | ||
| }, | ||
| "summary": { | ||
| "completed": "<b>APK Analysis Complete</b>", |
Comment on lines
+20
to
+26
| "source_private": "Private Chat Message", | ||
| "source_group": "Group Message", | ||
| "source_link_preview": "Link Preview", | ||
| "source_default": "Telegram Message" | ||
| }, | ||
| "summary": { | ||
| "completed": "<b>APK Analysis Complete</b>", |
Comment on lines
+2
to
+5
| "locale": { | ||
| "nativeName": "English", | ||
| "englishName": "English" | ||
| }, |
Comment on lines
+2
to
+5
| "locale": { | ||
| "nativeName": "English", | ||
| "englishName": "English" | ||
| }, |
Comment on lines
+2
to
+5
| "locale": { | ||
| "nativeName": "English", | ||
| "englishName": "English" | ||
| }, |
Comment on lines
+2
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" | ||
| }, |
[ci skip]
[ci skip]
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.
No description provided.