Commit ecba41e8 by Sarina Canelake

Add Eng (GB) and Albanian lang codes

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