X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fpoche%2FLanguage.class.php;h=962159c020d8fbe8718a66e614e28e4758d7d097;hb=f9c8087f787b6ac38ca2c3b6a876a803860b8991;hp=8d3912f5f8d01fa68d8944ab822f4a9585aa6a83;hpb=505a74ad1de7cf2cd3605e793233365501f03d87;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/Language.class.php b/inc/poche/Language.class.php index 8d3912f5..962159c0 100644 --- a/inc/poche/Language.class.php +++ b/inc/poche/Language.class.php @@ -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 +}