Commit ed97d98b by Sarina Canelake

Merge pull request #5158 from edx/sarina/update-transifex-langs

Transifex config: add Swedish and Swahili language codes
parents c34fb143 f0c8139a
This file is now at config.yaml in the same directory.
...@@ -67,6 +67,8 @@ locales: ...@@ -67,6 +67,8 @@ locales:
- sl # Slovenian - sl # Slovenian
- sq # Albanian - sq # Albanian
- sr # Serbian - sr # Serbian
- sv # Swedish
- sw # Swahili
- ta # Tamil - ta # Tamil
- te # Telugu - te # Telugu
- th # Thai - th # Thai
......
...@@ -709,6 +709,8 @@ LANGUAGES = ( ...@@ -709,6 +709,8 @@ LANGUAGES = (
('sl', u'Slovenščina'), # Slovenian ('sl', u'Slovenščina'), # Slovenian
('sq', u'shqip'), # Albanian ('sq', u'shqip'), # Albanian
('sr', u'Српски'), # Serbian ('sr', u'Српски'), # Serbian
('sv', u'svenska'), # Swedish
('sw', u'Kiswahili'), # Swahili
('ta', u'தமிழ்'), # Tamil ('ta', u'தமிழ்'), # Tamil
('te', u'తెలుగు'), # Telugu ('te', u'తెలుగు'), # Telugu
('th', u'ไทย'), # Thai ('th', u'ไทย'), # Thai
......
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