On Mon, 19 Oct 2009, Chris Burke wrote: > bill lam wrote: > > I'm ok with the english language messages in j ide, but as we'll soon have a > > totally new ide, and for the benefit of new j users, > > > > 1. is i18n needed? > > 2. if yes, should it be implemented with gnu gettext or home-brew > > scheme? > > Good idea. I think we should call gettext on any string that might need > translating, where gettext is initially gettext=:] . This should allow > anyone to translate the strings later on.
It also need to write a utility to extract all J strings excluding those inside comment, explicit noun definition, or right after [123] : However assuming [n]gettext is already inserted there, we could cheat. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
