Add utf-8 time locales

This commit is contained in:
Frederic Guillot 2013-04-27 08:44:30 -04:00
parent 1c29f54c8a
commit 855d78bb48
1 changed files with 1 additions and 1 deletions

View File

@ -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();