-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add Language Options to Settings #4112
Conversation
✅ Deploy Preview for remixproject ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
80fdd8f
to
6632a25
Compare
23ac4a3
to
2174fa2
Compare
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.
I would like this PR to include the upcoming .json files - in Spanish and French and maybe in Chinese. These additions could be in a different PR. I'll coordinate with you about the timing of when these translations will be ready.
const _paq = window._paq = window._paq || [] | ||
|
||
const locales = [ | ||
{ code: 'en', name: 'English', localeName: 'English', messages: enJson }, | ||
{ code: 'zh', name: 'Chinese Simplified', localeName: '简体中文', messages: zhJson }, | ||
{ code: 'es', name: 'Spanish', localeName: 'Español', messages: esJson }, |
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.
These should be alphabetized - well at least alphabetized in English - so the first entry of this list would be chinese.
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.
done
2174fa2
to
d3031f4
Compare
bf852fc
to
b67341e
Compare
b67341e
to
33c1d68
Compare
we can add Italian to this list |
fixes #4068