mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 01:15:26 +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',
|
'cs_CZ.utf8' => 'čeština',
|
||||||
'de_DE.utf8' => 'German',
|
'de_DE.utf8' => 'German',
|
||||||
'en_EN.utf8' => 'English',
|
'en_EN.utf8' => 'English',
|
||||||
|
'en_US.utf8' => 'English (US)',
|
||||||
'es_ES.utf8' => 'Español',
|
'es_ES.utf8' => 'Español',
|
||||||
'fa_IR.utf8' => 'فارسی',
|
'fa_IR.utf8' => 'فارسی',
|
||||||
'fr_FR.utf8' => 'Français',
|
'fr_FR.utf8' => 'Français',
|
||||||
|
@ -110,4 +111,4 @@ class Language
|
||||||
Tools::emptyCache();
|
Tools::emptyCache();
|
||||||
Tools::redirect('?view=config');
|
Tools::redirect('?view=config');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue