Add utf-8 time locales
This commit is contained in:
parent
1c29f54c8a
commit
855d78bb48
2
miniflux/vendor/PicoTools/Translator.php
vendored
2
miniflux/vendor/PicoTools/Translator.php
vendored
@ -84,7 +84,7 @@ namespace PicoTools\Translator {
|
||||
|
||||
function load($language)
|
||||
{
|
||||
setlocale(LC_TIME, $language);
|
||||
setlocale(LC_TIME, $language.'.UTF-8');
|
||||
|
||||
$path = PATH.$language;
|
||||
$locales = array();
|
||||
|
Loading…
Reference in New Issue
Block a user