mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Adding 'en_US' locale (issue #901)
This commit is contained in:
parent
574f3faf06
commit
bbbda080bf
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue