10 May
2008
10 May
'08
5:38 p.m.
On Sat, May 10, 2008 at 6:22 PM, Wichert Akkerman <wichert@wiggy.net> wrote:
zcml is a pretty simple format though: xml with only human readable text in title and description attributes (and perhaps a few others) and the translation domain specified in a i18n_domain attribute. It should be quite trivial to extract that data without having to pull all of zope in.
If you determine beforehand which strings are translatable (end up as msgid objects) it should be trivial to extract these. You will have to update i18ndude to add new zcml tags though. -- Martijn Pieters