X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fpoche%2FLanguage.class.php;h=420f2fb9c2db9ae39888495f43be7bc2d78b69a8;hb=31556b05d0fc64c6d183d418d2d00f0ea5a0a136;hp=790cc197a1d97236ce0986ab1eb9f6c994ef12b9;hpb=3602405ec0dbc576fce09ff9e865ba2404622080;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/Language.class.php b/inc/poche/Language.class.php index 790cc197..420f2fb9 100644 --- a/inc/poche/Language.class.php +++ b/inc/poche/Language.class.php @@ -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', @@ -107,8 +108,7 @@ class Language $_SESSION['poche_user']->setConfig($currentConfig); - $this->wallabag->emptyCache(); - + Tools::emptyCache(); Tools::redirect('?view=config'); } -} \ No newline at end of file +}