Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ 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
| "jsonforms.rclone.basic.showAdvanced.toggleDescription": "Afficher les options de configuration avancées.", | ||
| "jsonforms.rclone.validation.duration": "Format de durée invalide. Exemples : \"10s\", \"1.5m\", \"100ms\", \"1h15m\", \"off\".", | ||
| "jsonforms.rclone.validation.sizeSuffix": "Format de taille invalide. Exemples : \"10G\", \"100M\", \"1.5GiB\", \"off\".", | ||
| "logs.customFilterLabel": "Personnalisé {étiquette}", |
There was a problem hiding this comment.
Preserve interpolation variable names in translations
The new locale strings rename the placeholders that the code passes to the i18n helper. For example, this entry uses {étiquette} instead of the original {label}. When t('logs.customFilterLabel', { label }) is called the value will no longer substitute, and the UI will render the literal token or an empty value. Similar placeholder renaming ({erreur}, {compte}, etc.) appears throughout these locale files, so every affected string will fail to interpolate at runtime.
Useful? React with 👍 / 👎.
No description provided.