From: Arno H. <aho...@in...> - 2000-10-02 05:14:44
|
>Ok, that's a valid reason. A reason to use gettext tools would be >that you could have them translated by the GNU translation project. >However, maybe that's all a bit overdone, because there are so few >strings in php code... Hm, yes. I'm still not 100% convinced but could accept it in its dual form (mo + php3). Btw, you didn't localize all strings yet. E.g. wiki_search is missing. >> On a side note: I think all files for translators should be moved into >> a "translator" directory: currently that is translate.sh and the files in >> the po directory. That way one can easily delete stuff unnecessary for >> running the wiki. > >Otoh, it's non standard, so people might wonder how it all works. I think you misunderstood. It would still be in the tarball, but users could then more easily delete files not necessary for a running wiki. >It would be good if the templates were gettextised too, so that there'd >only be the .po's and the pgsrc's. Hm, that would mean making php files out of the templates? The nice thing right now is that GeneratePage() produces the entire page in one string. php-templates would make this more complicated. Or is there a way around this? /Arno p.s. I'm again gone for some days - so don't expect immediate replies to further emails. |