New Crowdin updates#21
Open
zhaobozhen wants to merge 53 commits into
Open
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
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-Hanscommand/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 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
20
to
24
| "source_private": "私聊消息", | ||
| "source_group": "群组消息", | ||
| "source_web_upload": "网页上传", | ||
| "source_link_preview": "链接预览", | ||
| "source_default": "Telegram 消息" | ||
| }, |
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 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 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 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" | ||
| }, |
[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.