X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id F3DECDA8B3 for ; Fri, 21 Oct 2005 14:55:12 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 55869-01 for ; Fri, 21 Oct 2005 17:55:09 +0000 (GMT) Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by svr1.postgresql.org (Postfix) with ESMTP id E5D66DA6C4 for ; Fri, 21 Oct 2005 14:55:09 -0300 (ADT) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id DA38C8F28A; Fri, 21 Oct 2005 19:55:09 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Have translators, will web ... X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Fri, 21 Oct 2005 19:55:09 +0200 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCE92E761@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Have translators, will web ... thread-index: AcXWY95njfYjl9zzQt2kIKAYQEHDowABEhuQ From: "Magnus Hagander" To: , X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.06 required=5 tests=[AWL=0.010, FORGED_RCVD_HELO=0.05] X-Spam-Level: X-Archive-Number: 200510/73 X-Sequence-Number: 8661 > WWW Folks, >=20 > I have some fairly enthusiastic translators now. After the=20 > release, I=20 > could easily turn some of them on to the web site, if someone=20 > could hand them a HOWTO that clearly explains the web=20 > translation process for people without HTML skills. Is there one? The README file pretty much only says: "Preparing and adding a new translation There are two tasks in translating the site to a new language: 1) Preparing gettext translation for dynamic templates and PHP scripts. 2) Translating the static pages. Finally, one has to edit system/global/languages.php and add a new language entry to the array[s] within. After the language is made known to the website, there is a new task: 3) Translating the content stored in database (done via admin/ scripts)." 1) is handled using normal .po files stored in the po subdirectory in cvs. 2) is handled by taking a copy of the files in the template/en directory one by one into template/ and just translating the contents. 3) is a web interface, just needs a login A question to others though: do we have a way to track which translations are updated? It should preferrably show on the page when the english page has been changed since the translation.=20 It may already do this, since there is pretty much no translation up, if so just let me know please :-) If not, we should probably consider adding it. Anybody know? (goes for all points 1,2 and 3 above) //Magnus