zopefoundation / zope.app.i18n

Persistent translation domains and message catalogs
Other
0 stars 5 forks source link

Add support for pluralization #7

Open mgedmin opened 5 years ago

mgedmin commented 5 years ago

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.

mgedmin commented 5 years ago

Another yak that needs shaving: https://github.com/zopefoundation/zope.i18n/issues/41

mgedmin commented 3 years ago

I'm reopening this because raise NotImplementedError is not really support ;)

(AFAIU this issue got closed automatically when the PR was merged.)