-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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 initial languages, ready for dark-launch #2388
Conversation
Thanks. This checks in conf/locale/eo/LC_MESSAGES/djangojs.prob and conf/local/messages.mo, which it shouldn't. We should .gitignore both of them. IN another PR we can fix the reason the .prob was left around. |
('pt_BR', u'Português do Brasil'), | ||
('tr_TR', u'Türkçe'), | ||
('vi', u'Tiếng Việt'), | ||
('zh_TW', u'國語'), | ||
) |
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.
Can't we import this from lms/envs/common.py, and keep the number of lists down to 2?
👍 |
- fr | ||
- ko_KR | ||
- vi | ||
- zh_TW |
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.
Is it worth commenting on each of these lines as to what these languages are, for quicker readability for those unfamiliar with language codes? eg
- pt_BR # Portuguese (Brazilian)
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.
Makes sense. I'll also include the actual language code (pt-br) that you'd use for releasing the language.
👍 |
…ng from the browser
…ang configuration
('es-us', u'Español (Estados Unidos)'), # Spanish (United States) | ||
('et-ee', u'Eesti (Eesti)'), # Estonian (Estonia) | ||
('fa', u'فارسی'), # Persian | ||
('fa-ir', u'فارسی (ایران)'), # Persian (Iran) |
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.
is the two open parens correct here? Or should it be u'فارسی) ایران)'
or u'(فارسی (ایران'
? I'm not sure as I don't know Persian
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 c/p this from http://www.localeplanet.com/icu/
👍 |
('ko-kr', u'한국어(대한민국)'), # Korean (Korea) | ||
('lt-lt', u'Lietuvių (Lietuva)'), # Lithuanian (Lithuania) | ||
('ml', u'മലയാളം'), # Malayalam | ||
('nb', u'norsk bokmål'), # Norwegian Bokmål |
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.
Wikipedia capitalizes Norsk
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.
Yeah. I have a change, but don't want to reset the tests.
I have no concerns 👍 |
Merge it already! 👍 |
Add initial languages, ready for dark-launch
Demo: