21 visualizações
I can not change the language of date
MehmetDoğan

1 assunto , 2 respostas

Mensagem não lida
I translate the site into Turkish and I can not change the date
2 participantes
2 respostas
FoxLey

25 assuntos, 573 respostas

Mensagem não lida
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 assunto , 2 respostas

Mensagem não lida
I did it, but that's what I meant




And how do I translate the bbcode ?