Skip to content
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

Merged
merged 14 commits into from
Oct 9, 2018

Conversation

Bunjin
Copy link
Contributor

@Bunjin Bunjin commented Oct 9, 2018

  • 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 🎉

Copy link
Contributor

@whymarrh whymarrh left a 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!

app/_locales/fr/messages.json Show resolved Hide resolved
app/_locales/fr/messages.json Outdated Show resolved Hide resolved
app/_locales/fr/messages.json Outdated Show resolved Hide resolved
app/_locales/fr/messages.json Show resolved Hide resolved
app/_locales/fr/messages.json Outdated Show resolved Hide resolved
app/_locales/fr/messages.json Show resolved Hide resolved
app/_locales/fr/messages.json Show resolved Hide resolved
app/_locales/fr/messages.json Outdated Show resolved Hide resolved
app/_locales/fr/messages.json Show resolved Hide resolved
app/_locales/fr/messages.json Show resolved Hide resolved
@whymarrh
Copy link
Contributor

whymarrh commented Oct 9, 2018

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.

@Bunjin
Copy link
Contributor Author

Bunjin commented Oct 9, 2018

Fixes pushed. Thanks a lot @whymarrh

@whymarrh whymarrh merged commit cd91b45 into MetaMask:develop Oct 9, 2018
@whymarrh
Copy link
Contributor

whymarrh commented Oct 9, 2018

Thank you @Bunjin! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

verify-locale-string.js fails when using a locale option
2 participants