fix: french translation for "Show All" text#1507
Open
LemoineSimon wants to merge 1 commit intoKevinVandy:v3from
Open
fix: french translation for "Show All" text#1507LemoineSimon wants to merge 1 commit intoKevinVandy:v3from
LemoineSimon wants to merge 1 commit intoKevinVandy:v3from
Conversation
|
@LemoineSimon is attempting to deploy a commit to the Kevin Vandy OSS Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
This pull request fixes a grammatical error in the French localization file by correcting "Afficher tous" to "Afficher tout" for the showAll translation. The change ensures grammatical correctness and consistency with the opposite action "Cacher tout" (hideAll), as well as other similar French translations in the file that use the singular adverbial form "tout."
Changes:
- Corrected French translation for "Show All" from the incorrect plural form "Afficher tous" to the grammatically correct singular form "Afficher tout"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaced "Afficher tous" with "Afficher tout".
It aligns with the existing wording “Cacher tout”, ensuring grammatical consistency in the interface.