Open mgedmin opened 5 years ago
Another yak that needs shaving: https://github.com/zopefoundation/zope.i18n/issues/41
I'm reopening this because raise NotImplementedError
is not really support ;)
(AFAIU this issue got closed automatically when the PR was merged.)
zope.i18n 4.5 added support for pluralization, which introduced new methods and new arguments to IMessageCatalog and ITranslationDomain.
zope.app.i18n has local implementations of these interfaces that don't support the new methods/arguments, which breaks zope.app.i18n's test suite.