Skip to content
Snippets Groups Projects
Commit ecba41e8 authored by Sarina Canelake's avatar Sarina Canelake
Browse files

Add Eng (GB) and Albanian lang codes

parent c58f8b22
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment