Commit f2cfb493 by Sarina Canelake

Merge pull request #2911 from edx/sarina/new-languages

Add new languages
parents 3884ba47 a24d8f2b
...@@ -18,6 +18,7 @@ locales: ...@@ -18,6 +18,7 @@ locales:
- es_EC # Spanish (Ecuador) - es_EC # Spanish (Ecuador)
- es_ES # Spanish (Spain) - es_ES # Spanish (Spain)
- es_MX # Spanish (Mexico) - es_MX # Spanish (Mexico)
- es_PE # Spanish (Peru)
- es_US # Spanish (United States) - es_US # Spanish (United States)
- et_EE # Estonian (Estonia) - et_EE # Estonian (Estonia)
- fa # Persian - fa # Persian
...@@ -27,6 +28,7 @@ locales: ...@@ -27,6 +28,7 @@ locales:
- gl # Galician - gl # Galician
- he # Hebrew - he # Hebrew
- hi # Hindi - hi # Hindi
- hu # Hungarian
- hy_AM # Armenian (Armenia) - hy_AM # Armenian (Armenia)
- id # Indonesian - id # Indonesian
- it_IT # Italian (Italy) - it_IT # Italian (Italy)
...@@ -35,7 +37,9 @@ locales: ...@@ -35,7 +37,9 @@ locales:
- ko_KR # Korean (Korea) - ko_KR # Korean (Korea)
- lt_LT # Lithuanian (Lithuania) - lt_LT # Lithuanian (Lithuania)
- ml # Malayalam - ml # Malayalam
- mn # Mongolian
- nb # Norwegian Bokmål - nb # Norwegian Bokmål
- ne # Nepali
- nl_NL # Dutch (Netherlands) - nl_NL # Dutch (Netherlands)
- pl # Polish - pl # Polish
- pt_BR # Portuguese (Brazil) - pt_BR # Portuguese (Brazil)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -541,6 +541,7 @@ LANGUAGES = ( ...@@ -541,6 +541,7 @@ LANGUAGES = (
('es-ec', u'Español (Ecuador)'), # Spanish (Ecuador) ('es-ec', u'Español (Ecuador)'), # Spanish (Ecuador)
('es-es', u'Español (España)'), # Spanish (Spain) ('es-es', u'Español (España)'), # Spanish (Spain)
('es-mx', u'Español (México)'), # Spanish (Mexico) ('es-mx', u'Español (México)'), # Spanish (Mexico)
('es-pe', u'Español (Perú)'), # Spanish (Peru)
('es-us', u'Español (Estados Unidos)'), # Spanish (United States) ('es-us', u'Español (Estados Unidos)'), # Spanish (United States)
('et-ee', u'Eesti (Eesti)'), # Estonian (Estonia) ('et-ee', u'Eesti (Eesti)'), # Estonian (Estonia)
('fa', u'فارسی'), # Persian ('fa', u'فارسی'), # Persian
...@@ -550,6 +551,7 @@ LANGUAGES = ( ...@@ -550,6 +551,7 @@ LANGUAGES = (
('gl', u'Galego'), # Galician ('gl', u'Galego'), # Galician
('he', u'עברית'), # Hebrew ('he', u'עברית'), # Hebrew
('hi', u'हिन्दी'), # Hindi ('hi', u'हिन्दी'), # Hindi
('hu', u'magyar'), # Hungarian
('hy-am', u'Հայերէն (Հայաստանի Հանրապետութիւն)'), # Armenian (Armenia) ('hy-am', u'Հայերէն (Հայաստանի Հանրապետութիւն)'), # Armenian (Armenia)
('id', u'Bahasa Indonesia'), # Indonesian ('id', u'Bahasa Indonesia'), # Indonesian
('it-it', u'Italiano (Italia)'), # Italian (Italy) ('it-it', u'Italiano (Italia)'), # Italian (Italy)
...@@ -558,7 +560,9 @@ LANGUAGES = ( ...@@ -558,7 +560,9 @@ LANGUAGES = (
('ko-kr', u'한국어(대한민국)'), # Korean (Korea) ('ko-kr', u'한국어(대한민국)'), # Korean (Korea)
('lt-lt', u'Lietuvių (Lietuva)'), # Lithuanian (Lithuania) ('lt-lt', u'Lietuvių (Lietuva)'), # Lithuanian (Lithuania)
('ml', u'മലയാളം'), # Malayalam ('ml', u'മലയാളം'), # Malayalam
('mn', u'Монгол хэл'), # Mongolian
('nb', u'Norsk bokmål'), # Norwegian Bokmål ('nb', u'Norsk bokmål'), # Norwegian Bokmål
('ne', u'नेपाली'), # Nepali
('nl-nl', u'Nederlands (Nederland)'), # Dutch (Netherlands) ('nl-nl', u'Nederlands (Nederland)'), # Dutch (Netherlands)
('pl', u'Polski'), # Polish ('pl', u'Polski'), # Polish
('pt-br', u'Português (Brasil)'), # Portuguese (Brazil) ('pt-br', u'Português (Brasil)'), # Portuguese (Brazil)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment