Change date format for the french translation to avoid Windows bug

This commit is contained in:
Frédéric Guillot
2014-04-08 21:04:26 -04:00
parent 681a114168
commit 6551c9ce4c
2 changed files with 6 additions and 7 deletions

View File

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