Closed gforcada closed 8 years ago
Mostly this seems fixed with pull requests #26 and #27.
But letting i18ndude use the parsers of chameleon would be nice. And probably hard.
@mauritsvanrees you end up using lxml right? So there's no real benefit of adding yet another xml parser, right? Closing it as I guess this is moot now.
By default i18ndude extracts its messages through
zope.tal
.(Un)fortunately Plone 5 is moving to
Chameleon
, so what will work perfectly on production and tests can possibly not work on i18ndude.It just happened to me: I made an internal release of
Chameleon
with thei18n:ignore
added on it and tests and production work perfectly but as I did not make azope.tal
internal release as well it still complains about them.Unfortunately this
five.pt
,z3c.pt
andChameleon
provide a drop-in replacement forzope.tal
but it's not exactly a 1:1 translation of code, so I'm not sure how easy it would be to make them exchangeable (if possible at all).