Re: How to make the website use a translated po file ?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Adrian Maier <adrian(dot)maier(at)gmail(dot)com>
Cc: PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: How to make the website use a translated po file ?
Date: 2007-05-07 13:16:24
Message-ID: 463F26A8.1050503@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Adrian Maier a écrit :
> On 5/7/07, Guillaume Lelarge <guillaume(at)lelarge(dot)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/ -->

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Chander Ganesan 2007-05-11 15:47:36 Event Spam..???
Previous Message Guillaume Lelarge 2007-05-07 12:37:51 Re: How to make the website use a translated po file ?