Re: How to make the website use a translated po file ? - Mailing list pgsql-www

From Guillaume Lelarge
Subject Re: How to make the website use a translated po file ?
Date
Msg-id 463F26A8.1050503@lelarge.info
Whole thread Raw
In response to How to make the website use a translated po file ?  ("Adrian Maier" <adrian.maier@gmail.com>)
List pgsql-www
Adrian Maier a écrit :
> On 5/7/07, Guillaume Lelarge <guillaume@lelarge.info> wrote:
>>
>> Sorry, I forgot to reply to your previous mail. Did you tweak
>> system/global/languages.php ? because I added an alias for fr_FR in the
>> $GLOBALS['_LANGUAGE_ALIASES'] array. Here is the new declaration :
>>
>> $GLOBALS['_LANGUAGE_ALIASES'] = array(
>>      'br' => 'pt_BR',
>>      'en' => 'en_US',
>>      'fr' => 'fr_FR',
>>      'ru' => 'ru_RU',
>>      'tr' => 'tr_TR'
>> );
>>
>> With romanian, it will be like this one :
>>
>> $GLOBALS['_LANGUAGE_ALIASES'] = array(
>>      'br' => 'pt_BR',
>>      'en' => 'en_US',
>>      'fr' => 'fr_FR',
>>      'ro' => 'ro_RO',
>>      'ru' => 'ru_RU',
>>      'tr' => 'tr_TR'
>> );
>>
>> This way, you'll be able to use the ro_RO directory.
> 
> I hadn't added the aliases for 'fr' and 'ro' .  This explains why
> it wasn't working for me.
> 
> 
> Thanks Guillaume !
> 

You're welcome :)


-- 
Guillaume.
<!-- http://abs.traduc.org/     http://lfs.traduc.org/     http://docs.postgresqlfr.org/ -->


pgsql-www by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: How to make the website use a translated po file ?
Next
From: Chander Ganesan
Date:
Subject: Event Spam..???