aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Language.class.php
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2014-10-30 20:34:08 +0100
committerNicolas Lœuillet <nicolas@loeuillet.org>2014-10-30 20:34:08 +0100
commit06e7e7ff7b9b35d07a4328691e396978a93d64b3 (patch)
tree82d7807dc5e2b2bc8fd25ca94eef1a22f02a08bc /inc/poche/Language.class.php
parentb56c86457cc5c2de6fab360a8044c27b460439c0 (diff)
parentbbbda080bf0e9379784fbcede44c26d5f09d6086 (diff)
downloadwallabag-06e7e7ff7b9b35d07a4328691e396978a93d64b3.tar.gz
wallabag-06e7e7ff7b9b35d07a4328691e396978a93d64b3.tar.zst
wallabag-06e7e7ff7b9b35d07a4328691e396978a93d64b3.zip
Merge pull request #902 from jsit/en_us
Adding 'en_US' locale (issue #901)
Diffstat (limited to 'inc/poche/Language.class.php')
-rw-r--r--inc/poche/Language.class.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/poche/Language.class.php b/inc/poche/Language.class.php
index 8d3912f5..420f2fb9 100644
--- a/inc/poche/Language.class.php
+++ b/inc/poche/Language.class.php
@@ -18,6 +18,7 @@ class Language
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', 20 'en_EN.utf8' => 'English',
21 'en_US.utf8' => 'English (US)',
21 'es_ES.utf8' => 'Español', 22 'es_ES.utf8' => 'Español',
22 'fa_IR.utf8' => 'فارسی', 23 'fa_IR.utf8' => 'فارسی',
23 'fr_FR.utf8' => 'Français', 24 'fr_FR.utf8' => 'Français',
@@ -110,4 +111,4 @@ class Language
110 Tools::emptyCache(); 111 Tools::emptyCache();
111 Tools::redirect('?view=config'); 112 Tools::redirect('?view=config');
112 } 113 }
113} \ No newline at end of file 114}