21 vues
I can not change the language of date
MehmetDoğan

1 sujet, 2 réponses

Message non lu
I translate the site into Turkish and I can not change the date
2 participants
2 réponses
FoxLey

25 sujets, 573 réponses

Staff
Message non lu
Hello

You need to put the right locales for your language
At the end of file neofrag/lang/fr.php you have :

$lang['locale'] = [
'fr_FR.UTF8',
'fr.UTF8',
'fr_FR.UTF-8',
'fr.UTF-8',
'French_France.1252'
];

change by :

$lang['locale'] = [
'tr_TR.UTF-8',
'tr_TR.UTF8',
'turkish'
];
GitHub
MehmetDoğan

1 sujet, 2 réponses

Message non lu
I did it, but that's what I meant




And how do I translate the bbcode ?