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

1 subject , 2 replies

Unread message
I translate the site into Turkish and I can not change the date
2 participants
2 replies
FoxLey

25 subjects, 573 replies

Unread message
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 subject , 2 replies

Unread message
I did it, but that's what I meant




And how do I translate the bbcode ?