-
Notifications
You must be signed in to change notification settings - Fork 5k
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
100% French locale, Reordering of English locale, Fixes #5457: issue with verify-locale-strings.js #5470
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.
A bunch of small things, but this looks good generally!
I tried to leave comments for each of the lines that will be updated to make sure we catch everything. I probably missed some instances of the messages not being in sentence case though if you want to give it a once-over. |
Fixes pushed. Thanks a lot @whymarrh |
Thank you @Bunjin! 👍 |
100% coverage for French locale and a few typo fixes / rewording for more idiomatic expressions.
Fixes verify-locale-string.js fails when using a locale option #5457, an issue with verify-locale-strings.js when specifying a locale code, eg. node verify-locale-strings.js fr
Corrected a typo in English locale and also several reorderings to preserve alphabetical order.
Also this is my first PR after joining the Metamask team 🎉