Conversation
🔍 Translation Validation ReportThis is an automated check of translation quality. Issues found are informational and don't block the PR.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a1bd7d7b0c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| }, | ||
| "@Lists": {}, | ||
| "no_prodcut_in_list": "There is no product in this list", | ||
| "no_product_in_list": "There is no product in this list", |
There was a problem hiding this comment.
Preserve translated list-empty message keys
Changing only the English template key here makes no_product_in_list a new message while the existing translations are left behind under no_prodcut_in_list in the other locale ARBs (I found 127 app_*.arb files still using the old key and only app_en.arb using the new one). After gen-l10n, non-English locales for this empty-list message will fall back to the English text and the existing translations become unused; either keep the original key and fix only the visible string, or rename the key consistently across all locale files and regenerate localizations.
Useful? React with 👍 / 👎.
🌍 Translation Quality ReportThis report combines multiple translation quality checks: 🔍 Translation Validation ReportThis is an automated check of translation quality. Issues found are informational and don't block the PR.
|
fix: Fix typos in localization strings
no_prodcut_in_list
scan with 2 n