Translation problem

Archived from the Xataface Users forum.

Diegy — Tue Dec 29, 2009 12:16 am

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


Diegy — Tue Dec 29, 2009 12:25 am

It’s OK

Code: Select all
`[languages]

fr = “Français”
default_language = “fr”`

Xataface is in french now !


shannah — Wed Dec 30, 2009 11:09 am

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`