Fix greek label
authorChocobozzz <me@florianbigard.com>
Mon, 13 May 2019 07:45:02 +0000 (09:45 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 13 May 2019 07:45:39 +0000 (09:45 +0200)
client/src/locale/source/iso639_en_US.xml
server/initializers/constants.ts

index fa3d7c010176740e3d329012518ff2096959d013..a3bebcdfc9cd2d78584a63658c531db29b1784a7 100644 (file)
       <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>
index 193bae5b50b59ccabe9cf3cd6240dfcfc6a0b0d2..3fce864bd41bebbf5cceb5155020712b4fad294c 100644 (file)
@@ -778,6 +778,7 @@ function buildLanguages () {
 
   // Override Occitan label
   languages[ 'oc' ] = 'Occitan'
+  languages[ 'el' ] = 'Greek'
 
   return languages
 }