[Phpslash-devel] RE: phpSlash translators
Brought to you by:
joestewart,
nhruby
From: Luigi S <le...@ho...> - 2004-01-05 18:22:18
|
Hello, I have added this few line to the psl developers documentation. It talks a bit about translating phpSlash to new languages. Since it's so short (and simple) I'll just post the whole thing here so that other users know how to translate phpslash to their own languages. Once you are done with the translation, please gzip the file and email it to either Joe or me (Luis). ============================== Translation files Files located in the "include/locale" directory are called by the function pslgetText to translate strings contained in the code to the chosen language. Procedure for translating to new languages: In the "locale" directory, copy the file en.php to LANG.php, where LANG is the desired language. Change the values of the array to the new translated language. i.e. A key value like, "This is English" => "This is English", will be changed to: "This is English" => "This is LANG". ============================== I think that's clear enough (and very simple to follow). If anybody has ideas on how to improve this (say more), please feel free to reply to this post. ----)(----- Luis Mondesi System Administrator LatinoMixed.com le...@ho... No .doc: http://www.fsf.org/philosophy/no-word-attachments.es.html Public signature: http://www.latinomixed.com/lems1/public-a.asc >From: Raf Vantongerloo <b3...@us...> >To: joe...@us... >Subject: RE: phpSlash translators >Date: Mon, 05 Jan 2004 00:42:58 -0800 > >Hi, > > > >I can translate from English to Dutch if you want. Just let me > >know what files to do. :) > > > >Thanks, > >Raf _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://search.msn.fr/worldwide.asp |