On 25 May 2012 21:19, Glenn Fowler <[email protected]> wrote: > > not yet > l18n is one of the items lurking in the todo list > there are some curfty message catalog generation scripts that need to be > dusted off and re-tested > including the parts that reap l18n strings from scripts
You can reap the string using ksh -D, assuming all strings which need to be localised have been implemented using $"string" (this is usually done by adding a $ in front of the normal "string" strings). We do the translation manually for our needs then. What exactly is the problem in your side? Lionel _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
