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

Merge pull request #2537 from edx/sarina/add-greek

Add Greek language translations
parents 30aede6f 0ea941da
No related merge requests found
......@@ -10,6 +10,7 @@ locales:
- cs # Czech
- cy # Welsh
- de_DE # German (Germany)
- el # Greek
- en@lolcat # LOLCAT English
- en@pirate # Pirate English
- es_419 # Spanish (Latin America)
......
File added
This diff is collapsed.
File added
This diff is collapsed.
......@@ -8,7 +8,7 @@ local filesystem into machine-readable .mo files. This is typically
necessary as part of the build process since these .mo files are
needed by Django when serving the web app.
The configuration file (in edx-platform/conf/locale/config) specifies which
The configuration file (in edx-platform/conf/locale/config.yaml) specifies which
languages to generate.
"""
......
......@@ -508,6 +508,7 @@ LANGUAGES = (
('cs', u'Čeština'), # Czech
('cy', u'Cymraeg'), # Welsh
('de-de', u'Deutsch (Deutschland)'), # German (Germany)
('el', u'Ελληνικά'), # Greek
('en@lolcat', u'LOLCAT English'), # LOLCAT English
('en@pirate', u'Pirate English'), # Pirate English
('es-419', u'Español (Latinoamérica)'), # Spanish (Latin America)
......
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