fix(i18n): added remaining missing French translations#1902
fix(i18n): added remaining missing French translations#1902danielroe merged 2 commits intonpmx-dev:mainfrom
Conversation
Added remaining French translations that were missing.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis pull request adds new French localization entries to the Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| "instant_search": "Recherche instantanée", | ||
| "instant_search_on": "activée", | ||
| "instant_search_off": "désactivée", | ||
| "instant_search_turn_on": "activer", | ||
| "instant_search_turn_off": "désactiver", | ||
| "instant_search_advisory": "{label} {state} — {action}" |
There was a problem hiding this comment.
Move instant_search* keys to the shortcuts namespace.
Lines 69-74 are currently nested under search, but these keys read like shortcuts.*. If the app resolves shortcuts.instant_search*, this change will not fix the missing-translation paths.
Proposed fix
"shortcuts": {
"section": {
"global": "Général",
"search": "Recherche",
"package": "Paquet"
},
"focus_search": "Aller à la recherche",
"show_kbd_hints": "Afficher les raccourcis clavier",
"settings": "Ouvrir les paramètres",
"compare": "Ouvrir la comparaison",
"compare_from_package": "Ouvrir la comparaison (pré-rempli avec le paquet actuel)",
"navigate_results": "Parcourir les résultats",
"go_to_result": "Aller au résultat",
"open_code_view": "Ouvrir la vue code",
"open_docs": "Ouvrir la doc",
+ "instant_search": "Recherche instantanée",
+ "instant_search_on": "activée",
+ "instant_search_off": "désactivée",
+ "instant_search_turn_on": "activer",
+ "instant_search_turn_off": "désactiver",
+ "instant_search_advisory": "{label} {state} — {action}",
"disable_shortcuts": "Vous pouvez désactiver les raccourcis clavier dans {settings}."
},
"search": {
@@
"suggestion": {
"user": "utilisateur",
"org": "organisation",
"view_user_packages": "Voir les paquets de cet utilisateur",
"view_org_packages": "Voir les paquets de cette organisation"
- },
- "instant_search": "Recherche instantanée",
- "instant_search_on": "activée",
- "instant_search_off": "désactivée",
- "instant_search_turn_on": "activer",
- "instant_search_turn_off": "désactiver",
- "instant_search_advisory": "{label} {state} — {action}"
+ }
},|
Thanks for your first contribution, @benwiacek! 💫 We'd love to welcome you to the npmx community. Come and say hi on Discord! And once you've joined, visit npmx.wamellow.com to claim the contributor role. |
🔗 Linked issue
n/a
🧭 Context
n/a
📚 Description
Settings on https://npmx.dev/settings flagged there were 10 missing translations in French, so added them to fr-FR.json.