Conversation
There was a problem hiding this comment.
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
emptyFileNamestring in multiple locales - Updated
unsupportedExtensionentries 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.
| "unsupportedExtension": "Le nom des fichiers doit se terminer par {{allowedExtensions}}.", | ||
| "emptyFileName": "File name cannot be empty." |
There was a problem hiding this comment.
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.
| "or": "або", | ||
| "unsupportedExtension": "Імена файлів мають закінчуватися на {{allowedExtensions}}." | ||
| "unsupportedExtension": "Імена файлів мають закінчуватися на {{allowedExtensions}}.", | ||
| "emptyFileName": "File name cannot be empty." |
There was a problem hiding this comment.
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).
| "emptyFileName": "File name cannot be empty." | |
| "emptyFileName": "Ім’я файлу не може бути порожнім." |
No description provided.