Merge pull request #2529 from edx/ned/second-dummy-language
Add a second fake translation language
This commit is contained in:
@@ -498,7 +498,8 @@ LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html
|
||||
|
||||
# Sourced from http://www.localeplanet.com/icu/ and wikipedia
|
||||
LANGUAGES = (
|
||||
('eo', u'Dummy Language (Esperanto)'), # Dummy languaged used for testing
|
||||
('eo', u'Dummy Language (Esperanto)'), # Dummy language used for testing
|
||||
('fake2', u'Fake translations'), # Another dummy language for testing (not pushed to prod)
|
||||
|
||||
('ach', u'Acholi'), # Acoli
|
||||
('ar', u'العربية'), # Arabic
|
||||
|
||||
Reference in New Issue
Block a user