Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 26, 2025

Note

Adds multiple new locale files and updates existing translations (including error codes and minor text fixes).

  • i18n (packages/snap/locales/...):
    • New locales added: 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.
    • Existing locales updated:
      • es_419.json: set locale to es, fix "max" to "Máx.", add error.3100 message.
      • zh_CN.json: add missing error codes (error.0, error.1000error.9000), retain existing messages.
    • General: Introduces/aligns messages for transaction flows, validation errors, and confirmation UI across languages.

Written by Cursor Bugbot for commit cb2ebcc. This will update automatically on new commits. Configure here.

@github-actions github-actions bot requested a review from a team as a code owner August 26, 2025 13:44
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from fa831d7 to 8bf31a0 Compare August 26, 2025 16:30
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch 11 times, most recently from 0485788 to dce42f2 Compare August 31, 2025 00:22
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch 14 times, most recently from 2cdaccc to 9714208 Compare September 7, 2025 00:21
@github-actions github-actions bot force-pushed the l10n_crowdin_action branch 4 times, most recently from 5a6e0f5 to 08378df Compare December 1, 2025 00:26
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file incorrectly identifies as English

The locale field in ja_JP.json is set to "en" instead of "ja". This causes the Japanese translation file to incorrectly identify itself as English, which could result in the localization system not properly serving Japanese translations to Japanese-speaking users. Comparing with the existing ja.json file confirms it correctly uses "locale": "ja".

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from 08378df to 3b9c136 Compare December 1, 2025 12:09
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file declares wrong locale identifier

The ja_JP.json file contains Japanese translations but declares "locale": "en" instead of "locale": "ja". All other locale files in this PR correctly set their locale identifier to match their language (e.g., de_DE.json uses "de", fr_FR.json uses "fr"), and the existing ja.json correctly uses "ja". This mismatch could cause the application to incorrectly identify or select this locale.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from 3b9c136 to 411780f Compare December 1, 2025 14:11
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file has wrong locale identifier

The Japanese locale file ja_JP.json has "locale": "en" but the file contains Japanese translations. The locale identifier should be "ja" to match the file's purpose and content. This mismatch could cause the application's localization system to incorrectly identify this as an English locale, preventing Japanese translations from being applied correctly for Japanese users.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch 2 times, most recently from 276bf1b to 7573ae8 Compare December 2, 2025 00:22
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file has wrong locale identifier

The locale value in ja_JP.json is set to "en" instead of "ja". The file contains Japanese translations but identifies itself as English. This mismatch will cause the localization system to treat this file as English rather than Japanese, potentially breaking language selection for Japanese users. The existing ja.json file correctly uses "locale": "ja".

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from 7573ae8 to 7799226 Compare December 2, 2025 11:33
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file incorrectly marked as English

The locale field in packages/snap/locales/ja_JP.json is set to "en", but the file contains Japanese translations. This mismatch can cause the application to misidentify the language, potentially breaking locale detection and translation processing.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from 7799226 to a8e42dc Compare December 2, 2025 12:09
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file has incorrect locale identifier

The ja_JP.json file's locale field is set to "en" instead of "ja". This mismatch could lead to incorrect locale resolution or displaying the wrong language.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from a8e42dc to f4e620a Compare December 3, 2025 00:22
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file has wrong locale identifier

The ja_JP.json locale file sets "locale": "en" but contains Japanese translations. This mismatch may cause the localization system to misidentify the file's language, potentially leading to incorrect translations or unexpected English fallbacks for Japanese users.

Fix in Cursor Fix in Web

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

****

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch 2 times, most recently from 2efe1b9 to ffa67ba Compare December 4, 2025 00:22
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file has wrong locale identifier

The Japanese locale file ja_JP.json has "locale": "en" instead of "locale": "ja". This causes the localization system to incorrectly identify this file as English rather than Japanese, which means Japanese translations may not be applied properly for Japanese users despite the file containing Japanese text.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from ffa67ba to 3bf2c39 Compare December 4, 2025 12:09
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file has incorrect locale identifier

The Japanese locale file ja_JP.json has "locale": "en" instead of "locale": "ja". This will cause the localization system to treat this file as English rather than Japanese, potentially serving incorrect language content to Japanese users or causing locale matching failures.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from 3bf2c39 to 873391b Compare December 5, 2025 00:22
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file has incorrect locale identifier

The ja_JP.json file contains Japanese translations but has "locale": "en" instead of "locale": "ja". This mismatch means the locale system may incorrectly identify this file as English content, causing Japanese users to potentially receive incorrect locale handling. Other Japanese locale files like ja.json correctly use "locale": "ja".

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from 873391b to f0204a4 Compare December 5, 2025 12:09
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file has wrong locale identifier

The ja_JP.json locale file has "locale": "en" but contains Japanese translations. This could cause the localization system to incorrectly identify this file as English content, or fail to properly load Japanese translations when users select Japanese as their language. The locale field value should be "ja" to match the file's contents and the pattern used by other locale files like ja.json.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the l10n_crowdin_action branch from f0204a4 to cb2ebcc Compare December 6, 2025 00:21
@@ -0,0 +1,218 @@
{
"locale": "en",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Japanese locale file incorrectly set to English

The locale field in ja_JP.json is set to "en" but the file contains Japanese translations. This causes a mismatch where the application may fail to correctly identify this as a Japanese locale file, potentially breaking locale detection for Japanese (Japan) users and causing unexpected fallback behavior. The value needs to be "ja" to match other locale files' patterns.

Fix in Cursor Fix in Web

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.

3 participants