]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Language.class.php
[1203] fixing tag export
[github/wallabag/wallabag.git] / inc / poche / Language.class.php
index 8d3912f5f8d01fa68d8944ab822f4a9585aa6a83..962159c020d8fbe8718a66e614e28e4758d7d097 100644 (file)
@@ -17,7 +17,8 @@ class Language
     private $languageNames = array(
         'cs_CZ.utf8' => 'čeština',
         'de_DE.utf8' => 'German',
-        'en_EN.utf8' => 'English',
+        'en_GB.utf8' => 'English (GB)',
+        'en_US.utf8' => 'English (US)',
         'es_ES.utf8' => 'Español',
         'fa_IR.utf8' => 'فارسی',
         'fr_FR.utf8' => 'Français',
@@ -110,4 +111,4 @@ class Language
         Tools::emptyCache();
         Tools::redirect('?view=config');
     }
-} 
\ No newline at end of file
+}