Skip to content

New Crowdin updates#1429

Open
raspberrypitranslationsbot wants to merge 8 commits intomainfrom
l10n_main
Open

New Crowdin updates#1429
raspberrypitranslationsbot wants to merge 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

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new validation message key for empty file names across translation JSON files as part of Crowdin updates.

Changes:

  • Added emptyFileName string in multiple locales
  • Updated unsupportedExtension entries to include a trailing comma to allow the new key

Reviewed changes

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

Show a summary per file
File Description
public/translations/uk-UA.json Adds emptyFileName message and updates JSON entry separation
public/translations/nl-NL.json Adds emptyFileName message and updates JSON entry separation
public/translations/ja-JP.json Adds emptyFileName message and updates JSON entry separation
public/translations/fr-FR.json Adds emptyFileName message and updates JSON entry separation
public/translations/es-LA.json Adds emptyFileName message and updates JSON entry separation
public/translations/en.json Adds emptyFileName message and updates JSON entry separation
public/translations/en-US.json Adds emptyFileName message and updates JSON entry separation
public/translations/el-GR.json Adds emptyFileName message and updates JSON entry separation

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

Comment on lines +27 to +28
"unsupportedExtension": "Le nom des fichiers doit se terminer par {{allowedExtensions}}.",
"emptyFileName": "File name cannot be empty."
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

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

The new emptyFileName value is still in English in this locale file. If this PR is meant to contain Crowdin-provided translations, this looks like an incomplete extraction/sync; please update emptyFileName with the French translation (and similarly for other non-English locale files updated in this PR) or omit the key so the app can fall back to en/en-US consistently.

Copilot uses AI. Check for mistakes.
"or": "або",
"unsupportedExtension": "Імена файлів мають закінчуватися на {{allowedExtensions}}."
"unsupportedExtension": "Імена файлів мають закінчуватися на {{allowedExtensions}}.",
"emptyFileName": "File name cannot be empty."
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

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

emptyFileName is introduced as English text in the Ukrainian locale file, which will surface an incorrect-language validation message to end users. Please replace this value with a Ukrainian translation (or ensure locale fallback behavior is intentional and consistent).

Suggested change
"emptyFileName": "File name cannot be empty."
"emptyFileName": "Ім’я файлу не може бути порожнім."

Copilot uses AI. Check for mistakes.
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.

2 participants