Change date format for the french translation to avoid Windows bug
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user