-
Notifications
You must be signed in to change notification settings - Fork 274
New Crowdin updates #5737
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
New Crowdin updates #5737
Conversation
src/locales/strings/ko.json
Outdated
"trade_create_amount_s": "Amount %s", | ||
"trade_create_exchange_rate": "Exchange Rate", | ||
"trade_create_next": "Next", | ||
"trade_create_max": "MAX", |
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 Strings in Non-English Locales
New localization strings in this commit are untranslated across multiple non-English locale files. For example, string_total_amount_s
, string_best_rate_badge_text
, step_prefix_s
, and other trade-related strings remain in English. This causes the UI to display English text for users of these languages.
Additional Locations (9)
src/locales/strings/it.json#L1087-L1543
src/locales/strings/ru.json#L1087-L1543
src/locales/strings/fr.json#L1087-L1543
src/locales/strings/esMX.json#L1087-L1543
src/locales/strings/pt.json#L1087-L1543
src/locales/strings/es.json#L1087-L1543
src/locales/strings/zh.json#L1087-L1543
src/locales/strings/kaa.json#L1087-L1543
src/locales/strings/ja.json#L1087-L1543
No description provided.