-
Notifications
You must be signed in to change notification settings - Fork 300
update some fuzzy translations #162
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
base: master
Are you sure you want to change the base?
Conversation
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.
Merci pour cette PR. C'est quasiment bon.
Je n'ai pas fait attention la dernière fois, mais le projet requiert un certificat d'origine sous forme d'une ligne terminale "Signed-off-by:"
cbf7547 to
3c64b76
Compare
Signed-off-by: Stéphane Blondon <[email protected]>
3c64b76 to
1ac66d2
Compare
|
@jnavila J'ai ajouté la ligne |
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 translation strings in the Git documentation by removing "fuzzy" flags and improving formatting consistency. The changes primarily involve wrapping technical terms and placeholders in backticks and italics to match the English source format, and updating some terminology for better accuracy.
Key Changes
- Removed "fuzzy" flags from translation entries to mark them as complete and verified
- Wrapped technical terms, configuration variables, and command options in backticks for proper formatting
- Updated terminology: changed "valeur" (value) to "motif" (pattern) where appropriate, "ancien-name/nouveau-name" to "ancien-nom/nouveau-nom"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "git merge (--continue | --abort | --quit)\n" | ||
| msgstr "" | ||
| "'git merge' [-n] [--stat] [--no-commit] [--squash] [--[no-]edit]\n" | ||
| "git merge [-n] [--stat] [--compact-summary] [--no-commit] [--squash] [--[no-]edit]\n" |
Copilot
AI
Oct 30, 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.
The msgstr should use single quotes around 'git merge' to match the original msgid format pattern. The source English uses 'git merge' in quotes.
Another batch of fuzzy string fixes