Commit ecba41e8 by Sarina Canelake

Add Eng (GB) and Albanian lang codes

parent c58f8b22
......@@ -16,6 +16,7 @@ locales:
- da # Danish
- de_DE # German (Germany)
- el # Greek
- en_GB # English (United Kingdom)
# Don't pull these until we figure out why pages randomly display in these locales,
# when the user's browser is in English and the user is not logged in.
# - en@lolcat # LOLCAT English
......@@ -64,6 +65,7 @@ locales:
- si # Sinhala
- sk # Slovak
- sl # Slovenian
- sq # Albanian
- sr # Serbian
- ta # Tamil
- te # Telugu
......
......@@ -619,6 +619,7 @@ LANGUAGES = (
('da', u'dansk'), # Danish
('de-de', u'Deutsch (Deutschland)'), # German (Germany)
('el', u'Ελληνικά'), # Greek
('en-uk', u'English (United Kingdom)'), # English (United Kingdom)
('en@lolcat', u'LOLCAT English'), # LOLCAT English
('en@pirate', u'Pirate English'), # Pirate English
('es-419', u'Español (Latinoamérica)'), # Spanish (Latin America)
......@@ -665,6 +666,7 @@ LANGUAGES = (
('si', u'සිංහල'), # Sinhala
('sk', u'Slovenčina'), # Slovak
('sl', u'Slovenščina'), # Slovenian
('sq', u'shqip'), # Albanian
('sr', u'Српски'), # Serbian
('ta', u'தமிழ்'), # Tamil
('te', u'తెలుగు'), # Telugu
......
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