On 23/01/2006, at 11:15 AM, Laurent Dinclaux wrote: > Hello, > > I have installed pyMSNt with my wildfire jabber server. > > I needed to user the MSN registration form to register my jabber > account. Where is this info kept? On your servers? > > Is it possible to have this form code source to install it on my > server and then be able to translate it in french? > > Best regards > > -- > Laurent Dinclaux > [EMAIL PROTECTED] > Tel: +687 84 92 72
I think we already have a French translation. Have a look in the source code at lang.py That's where the translations are kept for now. You can set the default language of the transport in config.xml by adding a <lang>fr</lang> tag. Some Jabber clients are even smart enough to tell the transport what language they want, so it'll automagically give them the right text. --- James