Page 1 of 1

Spelling problem under linux with strings_french.txt

Posted: 06 Jun 2005, 11:09
by ticaro.valmul
To make french translation of mantis work using linux
I need two have twice the language file with two different spelling
strings_french.txt
strings_French.txt

Posted: 07 Jun 2005, 01:47
by thraxisp
What version of Mantis are you using?

You should only only need strings_french.txt .

Sorry I've made a mistake

Posted: 12 Jun 2005, 19:21
by ticaro.valmul
thraxisp wrote:What version of Mantis are you using?

You should only only need strings_french.txt .
The problem was caused by a wrong declaration in config_inc.php
$g_default_language ='French';
I've replaced it by
$g_default_language ='french';
and it works fine under linux.

I'm sorry