plone / plone.i18n

Text normalization logic and language, country, cctld data.
8 stars 11 forks source link

Break circular dependency between `plone.i18n` and `Products.CMFPlone`. #29

Closed sallner closed 5 years ago

sallner commented 5 years ago

As proposed in https://github.com/plone/Products.CMFPlone/issues/2049 we would like to get rid of the circular dependency between plone.i18n and Products.CMFPlone. In principal, the ILanguageSchema interface is the only import used from Products.CMFPlone, so the idea was to move the interface definition to this package and add a BBB import in Products.CMFPlone.