1
0
Fork 0

Fix greek label

This commit is contained in:
Chocobozzz 2019-05-13 09:45:02 +02:00
parent e31e60151f
commit d8cfccfbc4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 2 deletions

View File

@ -121,8 +121,8 @@
<trans-unit id="Dzongkha">
<source>Dzongkha</source>
</trans-unit>
<trans-unit id="Modern Greek (1453-)">
<source>Modern Greek (1453-)</source>
<trans-unit id="Greek">
<source>Greek</source>
</trans-unit>
<trans-unit id="English">
<source>English</source>

View File

@ -778,6 +778,7 @@ function buildLanguages () {
// Override Occitan label
languages[ 'oc' ] = 'Occitan'
languages[ 'el' ] = 'Greek'
return languages
}