-
-
Notifications
You must be signed in to change notification settings - Fork 6
New Crowdin translations by Github Action #526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
fa831d7 to
8bf31a0
Compare
0485788 to
dce42f2
Compare
2cdaccc to
9714208
Compare
bdcfecf to
41a7a37
Compare
| }, | ||
| "MmssingNonWitnessUtxo": { | ||
| "message": "Transaktion konnte nicht erstellt werden: fehlender Non-Witness UTXO" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Typo Breaks Translation for MissingNonWitnessUtxo
Typo in message key "MmssingNonWitnessUtxo" - should be "MissingNonWitnessUtxo" (one 'm' instead of two). This typo exists in all newly added translation files (de_DE.json, el_GR.json, en_GB.json, es_419.json, fr_FR.json, hi_IN.json, id_ID.json, ja_JP.json, ko_KR.json, pt_BR.json, ru_RU.json, tl_PH.json, tr_TR.json, vi_VN.json, zh_CN.json) and is propagated from the existing translation files. When the code attempts to look up this error message using the correct key "MissingNonWitnessUtxo", it will fail to find the translation and fall back to a default message or display the key itself, resulting in a poor user experience.
6e8f93e to
2f8519a
Compare
| @@ -0,0 +1,218 @@ | |||
| { | |||
| "locale": "en", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
6fcc589 to
bfe9816
Compare
| }, | ||
| "error.3100": { | ||
| "message": "One or more accounts failed to synchronize" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| }, | ||
| "error.3100": { | ||
| "message": "One or more accounts failed to synchronize" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Untranslated English Breaks Indonesian Localization
The error.3100 message is in English ("One or more accounts failed to synchronize") but this is the Indonesian locale file. Users with Indonesian language settings will see an untranslated English error message, breaking the localization experience.
| }, | ||
| "error.3100": { | ||
| "message": "One or more accounts failed to synchronize" | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bfe9816 to
8ecbd0d
Compare
| @@ -0,0 +1,218 @@ | |||
| { | |||
| "locale": "en", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8ecbd0d to
be6793a
Compare
| @@ -0,0 +1,218 @@ | |||
| { | |||
| "locale": "en", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e94317c to
129e10e
Compare
| @@ -0,0 +1,218 @@ | |||
| { | |||
| "locale": "en", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
129e10e to
8c89180
Compare
Note
Adds new locale files and updates translation strings across Snap UI, including Spanish (LATAM) and Chinese keys.
packages/snap/locales/:de_DE.json,el_GR.json,en_GB.json,fr_FR.json,hi_IN.json,id_ID.json,ja_JP.json,ko_KR.json,pt_BR.json,ru_RU.json,tl_PH.json,tr_TR.json,vi_VN.json.packages/snap/locales/es_419.json:localeto"es"."max"to"Máx."."error.3100"and other translation refinements.packages/snap/locales/zh_CN.json:"error.0"…"error.9000").Written by Cursor Bugbot for commit 8c89180. This will update automatically on new commits. Configure here.