Skip to content

New Crowdin updates#1450

Merged
zetter-rpf merged 8 commits intomainfrom
l10n_main
Apr 28, 2026
Merged

New Crowdin updates#1450
zetter-rpf merged 8 commits intomainfrom
l10n_main

Conversation

@raspberrypitranslationsbot
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Crowdin-managed translation strings for the webComponent UI states.

Changes:

  • Updates webComponent.loading / webComponent.failed copy (ellipsis/period).
  • Adds a new webComponent.retry string.
  • Applies these updates across multiple locale JSON files (currently setting several non-English locales to English text for these keys).

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
public/translations/uk-UA.json Updates webComponent strings and adds retry (now English).
public/translations/nl-NL.json Updates webComponent strings and adds retry (now English).
public/translations/ja-JP.json Updates webComponent strings and adds retry (English).
public/translations/fr-FR.json Updates webComponent strings and adds retry (now English).
public/translations/es-LA.json Updates webComponent strings and adds retry (now English).
public/translations/en-US.json Updates webComponent strings and adds retry for US English.
public/translations/el-GR.json Updates webComponent strings and adds retry (now English).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +301 to +303
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

The French locale strings under webComponent were previously translated, but this change replaces them with English copy. Please restore French translations for loading/failed and add a French translation for the new webComponent.retry key.

Suggested change
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Chargement...",
"failed": "Échec du chargement.",
"retry": "Réessayer"

Copilot uses AI. Check for mistakes.
Comment on lines +301 to +303
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

The es-LA locale strings under webComponent were previously translated, but this change replaces them with English copy. Please restore Spanish (LatAm) translations for loading/failed and add a Spanish translation for the new webComponent.retry key.

Suggested change
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Cargando...",
"failed": "La carga falló.",
"retry": "Volver a intentarlo"

Copilot uses AI. Check for mistakes.
Comment on lines +301 to +303
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

This updates en-US strings, but the i18n configuration falls back to en and public/translations/en.json still has the old webComponent.loading/failed values and no retry. If the intent is to update the English UI copy, please make the same change in en.json (or ensure en-US is actually used by i18next).

Copilot uses AI. Check for mistakes.
Comment on lines +301 to +303
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

The Greek locale strings under webComponent were previously translated, but this change replaces them with English copy. Please restore Greek translations for loading/failed and add a Greek translation for the new webComponent.retry key.

Suggested change
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Φόρτωση...",
"failed": "Η φόρτωση απέτυχε.",
"retry": "Δοκιμάστε ξανά"

Copilot uses AI. Check for mistakes.
Comment on lines +303 to +305
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

The Ukrainian locale strings under webComponent were previously translated, but this change replaces them with English copy. This looks like a regression for uk-UA; please restore Ukrainian translations (and add a Ukrainian translation for the new webComponent.retry key).

Suggested change
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Завантаження...",
"failed": "Не вдалося завантажити.",
"retry": "Спробувати ще раз"

Copilot uses AI. Check for mistakes.
Comment on lines +301 to +303
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

The Dutch locale strings under webComponent were previously translated, but this change replaces them with English copy. Please restore Dutch translations for loading/failed and provide a Dutch translation for the new webComponent.retry key.

Suggested change
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "Laden...",
"failed": "Laden mislukt.",
"retry": "Opnieuw proberen"

Copilot uses AI. Check for mistakes.
Comment on lines +300 to +302
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
Copy link

Copilot AI Apr 27, 2026

Choose a reason for hiding this comment

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

ja-JP now includes a new webComponent.retry key but its value is still English, and the updated loading/failed strings remain English as well. If Japanese translations are expected for this locale, please translate these strings (or consider removing ja-JP from supported locales until translations are available).

Suggested change
"loading": "Loading...",
"failed": "Load failed.",
"retry": "Try again"
"loading": "読み込み中...",
"failed": "読み込みに失敗しました。",
"retry": "再試行"

Copilot uses AI. Check for mistakes.
@zetter-rpf zetter-rpf merged commit e9bf04d into main Apr 28, 2026
7 checks passed
@zetter-rpf zetter-rpf deleted the l10n_main branch April 28, 2026 10:08
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