[plug] Save a soul from scripting insanity...
Leon Brooks
leon at brooks.fdns.net
Tue Aug 13 11:52:43 WST 2002
On Tue, 13 Aug 2002 11:38, Russell Keith-Magee wrote:
> Translator.translate("Foobar");
If it does much of `Translator.translate("Foobar" + name);' then you're
probably scrod. You might want to concatenate consecutive scrings ("string" +
"string" wherever you find them in the source, and then just translate that,
plus add a flag in nearby comments if you want it untranslated, maybe
`//NOXLATE', and do a grep -v on that before you start.
Cheers; Leon
More information about the plug
mailing list