-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Update french locales #8770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update french locales #8770
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates French locale translations by adding missing translation keys and improving the French localization coverage. The changes focus on enhancing user interface elements that were previously untranslated.
- Adds password confirmation field translation
- Includes new UI navigation and control translations (move, toggle functions)
- Adds pagination and scope-related translations
| one_page: Affichage de <b>tous les %{n}</b> | ||
| per_page: 'Par page ' | ||
| previous: Précédent | ||
| truncate: "…" |
Copilot
AI
Jul 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using HTML entity … in locale files may cause issues with text-only contexts. Consider using the Unicode ellipsis character '…' instead for better compatibility across different output formats.
| truncate: "…" | |
| truncate: "…" |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8770 +/- ##
=======================================
Coverage 99.08% 99.08%
=======================================
Files 139 139
Lines 4043 4043
=======================================
Hits 4006 4006
Misses 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Supersede #8754