Page 1 of 1

Translation problem

PostPosted: Tue Dec 29, 2009 12:16 am
by Diegy
Hello,

thanks for xataface !

I have a problem for the translation, xataface is in English, I can not find how to put it in French?

I indicated config.ini
Code: Select all
[languages]
 
default_language = "fr"


the interface is still in English :?

Please, anyone know how to ?

Sorry for my english

Re: Translation problem

PostPosted: Tue Dec 29, 2009 12:25 am
by Diegy
It's OK :D

Code: Select all
[languages]

fr = "Français"
default_language = "fr"


Xataface is in french now !

Re: Translation problem

PostPosted: Wed Dec 30, 2009 11:09 am
by shannah
Just to clarify, the default language directive should go at the beginning of your conf.ini file (not in the [languages]) section.

E.g.

Code: Select all
default_language = fr

[languages]
fr=French