Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id A711F9FB77D for ; Fri, 4 May 2007 19:26:04 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 86272-02 for ; Fri, 4 May 2007 19:25:57 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from sd-2317.dedibox.fr (sd-2317.dedibox.fr [88.191.17.192]) by postgresql.org (Postfix) with ESMTP id 46B919FB718 for ; Fri, 4 May 2007 19:26:01 -0300 (ADT) Received: from sd-2317.dedibox.fr (localhost.localdomain [127.0.0.1]) by sd-2317.dedibox.fr (Postfix) with ESMTP id 95CD310175; Sat, 5 May 2007 00:32:11 +0200 (CEST) Received: from [192.168.10.64] (ASte-Genev-Bois-153-1-50-11.w81-249.abo.wanadoo.fr [81.249.144.11]) by sd-2317.dedibox.fr (Postfix) with ESMTP id 391AEAAC0; Sat, 5 May 2007 00:32:11 +0200 (CEST) Message-ID: <463BB2ED.2030206@lelarge.info> Date: Sat, 05 May 2007 00:25:49 +0200 From: Guillaume Lelarge User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Adrian Maier CC: PostgreSQL www Subject: Re: How to make the website use a translated po file ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/39 X-Sequence-Number: 11973 Hi Adrian, Adrian Maier a écrit : > I have copied the translated portal.mo to the portal/intl/ro_RO/LC_MESSAGES > directory. And I have set the preferred language to "Romanian" in the web > browser. > What else needs to be done so that the menus get displayed using the > translated texts ? > You need to make sure that Romanian is the language required by your browser. If you use Firefox, here is what I did. On the location bar, type "about:config". In the filter, type "accept_lang". Double click on the value of "intl.accept_languages" and add at the beginning "ro,". Click OK. Reload your local page. Regards. -- Guillaume.