diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-15 21:17:50 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-15 21:17:50 +0100 |
commit | d523c9939968d894d56b617be5210bd936e10c39 (patch) | |
tree | 169d0ec04be88ae0039d305d94d07e2f71363147 /inc | |
parent | 313355cdca351f05a378df86d522fa43e31a18a7 (diff) | |
download | wallabag-d523c9939968d894d56b617be5210bd936e10c39.tar.gz wallabag-d523c9939968d894d56b617be5210bd936e10c39.tar.zst wallabag-d523c9939968d894d56b617be5210bd936e10c39.zip |
Delete en_EN language (GB and US are available)
Diffstat (limited to 'inc')
-rw-r--r-- | inc/poche/Language.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/poche/Language.class.php b/inc/poche/Language.class.php index 6a1944c7..962159c0 100644 --- a/inc/poche/Language.class.php +++ b/inc/poche/Language.class.php | |||
@@ -17,7 +17,6 @@ class Language | |||
17 | private $languageNames = array( | 17 | private $languageNames = array( |
18 | 'cs_CZ.utf8' => 'čeština', | 18 | 'cs_CZ.utf8' => 'čeština', |
19 | 'de_DE.utf8' => 'German', | 19 | 'de_DE.utf8' => 'German', |
20 | 'en_EN.utf8' => 'English', | ||
21 | 'en_GB.utf8' => 'English (GB)', | 20 | 'en_GB.utf8' => 'English (GB)', |
22 | 'en_US.utf8' => 'English (US)', | 21 | 'en_US.utf8' => 'English (US)', |
23 | 'es_ES.utf8' => 'Español', | 22 | 'es_ES.utf8' => 'Español', |