-
Notifications
You must be signed in to change notification settings - Fork 6
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 translation #7
Conversation
@@ -1,6 +1,6 @@ | |||
{ | |||
"jack": { | |||
"label": "JACK:", | |||
"label": "JACK :", |
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.
This space looks suspicious. Isn't it an occasional key hit?
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.
Nope, it's correct.
It's a French language rule: Spaces before (most) punctuations.
res/main/i18n/fr/messages.json
Outdated
"license_url": "https://www.gnu.org/licenses/lgpl-3.0.fr.html", | ||
"support": "Support the project:" | ||
"support": "Supporter le projec :" |
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.
Also see an extra space here
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 space is fine, but I see I made a typo mistake.
I'll correct that in a few seconds.
Merged changes into How about syncing french translations for plugins? |
Why not, I'll do so when I have time. |
Hope that helps.