You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`plone.app.multilingual` is the package that adds multilingual support to Plone, so for having content in multiple languages.
81
+
Until Plone 6.0 this was a dependency of `Products.CMFPlone`, so it was available for installation in all Plone sites.
82
+
In Plone 6.1 it has become a dependency of the `Plone` package.
83
+
84
+
If your project or your add-on needs this package, and you only depend on `Products.CMFPlone` until now, you should add `plone.app.multilingual` as dependency.
85
+
Then your project or add-on will keep working in both Plone 6.0 and 6.1.
86
+
87
+
The goal of turning more of the current core packages into core add-ons, is to make the core smaller, and in some cases solve circular dependencies.
0 commit comments