public inbox for [email protected]  
help / color / mirror / Atom feed
From: Guillaume Lelarge <[email protected]>
To: Adrian Maier <[email protected]>
Cc: PostgreSQL www <[email protected]>
Subject: Re: How to make the website use a translated po file ?
Date: Mon, 07 May 2007 15:16:24 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>
	<[email protected]>

Adrian Maier a écrit :
> On 5/7/07, Guillaume Lelarge <[email protected]> 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/ -->




view thread (6+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: How to make the website use a translated po file ?
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox