Add utf-8 time locales

This commit is contained in:
Frederic Guillot 2013-04-27 08:44:30 -04:00
parent 1c29f54c8a
commit 855d78bb48

View File

@ -84,7 +84,7 @@ namespace PicoTools\Translator {
function load($language) function load($language)
{ {
setlocale(LC_TIME, $language); setlocale(LC_TIME, $language.'.UTF-8');
$path = PATH.$language; $path = PATH.$language;
$locales = array(); $locales = array();