]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Language.class.php
Adding 'en_US' locale (issue #901)
[github/wallabag/wallabag.git] / inc / poche / Language.class.php
index 8d3912f5f8d01fa68d8944ab822f4a9585aa6a83..420f2fb9c2db9ae39888495f43be7bc2d78b69a8 100644 (file)
@@ -18,6 +18,7 @@ class Language
         'cs_CZ.utf8' => 'čeština',
         'de_DE.utf8' => 'German',
         'en_EN.utf8' => 'English',
+        '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
+}