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
			
			
									
						
										
						Spelling problem under linux with strings_french.txt
Moderators: Developer, Contributor
- 
				ticaro.valmul
 - Posts: 6
 - Joined: 06 Jun 2005, 10:53
 
- 
				ticaro.valmul
 - Posts: 6
 - Joined: 06 Jun 2005, 10:53
 
Sorry I've made a mistake
The problem was caused by a wrong declaration in config_inc.phpthraxisp wrote:What version of Mantis are you using?
You should only only need strings_french.txt .
$g_default_language ='French';
I've replaced it by
$g_default_language ='french';
and it works fine under linux.
I'm sorry