> > A nice feature would be to pass in a list of names to match in case > you use something other than l() or loc().
sure, but starts making the command line look quite complicated ;) > > I have not thought about this much, but would a better approach to > just extract out all quoted text? What about HTML - I think it better to just mark what you want to be translated. It's not such a big deal to manually go through your templates and add l() around the relevant text. > Yes, I'm close. I added a set() override to catch [% var = 'quoted > text' %] but I'm still not getting: > > [% 'quoted text' %] > > Is there a separate method for that? text() textblock() and quoted() should give you all of that, if I remember correctly clint > > > > > > -- > Bill Moseley > [email protected] > _______________________________________________ > templates mailing list > [email protected] > http://mail.template-toolkit.org/mailman/listinfo/templates _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
