Spelling problem under linux with strings_french.txt

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
ticaro.valmul
Posts: 6
Joined: 06 Jun 2005, 10:53

Spelling problem under linux with strings_french.txt

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

What version of Mantis are you using?

You should only only need strings_french.txt .
ticaro.valmul
Posts: 6
Joined: 06 Jun 2005, 10:53

Sorry I've made a mistake

Post 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
Post Reply