Commit 59aa06f0 by Diana Huang Committed by Julia Hansbrough

Add back in the fake2 language

parent e94b1a5c
...@@ -503,6 +503,7 @@ LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html ...@@ -503,6 +503,7 @@ LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGES = ( LANGUAGES = (
('en', u'English'), ('en', u'English'),
('eo', u'Dummy Language (Esperanto)'), # Dummy languaged used for testing ('eo', u'Dummy Language (Esperanto)'), # Dummy languaged used for testing
('fake2', u'Fake translations'), # Another dummy language for testing (not pushed to prod)
('ach', u'Acholi'), # Acoli ('ach', u'Acholi'), # Acoli
('ar', u'العربية'), # Arabic ('ar', u'العربية'), # Arabic
......
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