-
-
Notifications
You must be signed in to change notification settings - Fork 304
Description
i18n
Currently (as of v1.6.1), flask-admin
i18n depends on flask-babelex
if it's present, falling back to flask-babel
otherwise. Meaning, flask-babel
is only used when flask-babelex
is not installed. For that reason, we're doing the same thing exactly.
However, recently flask-babel
repo got a breaking change merged in, removing all dependencies on flask-babelex
. They're planning to make a release candidate for the next version soon (appropriately numbered v2.0, since it includes breaking changes).
We should include appropriate changes in the next (patch?) release, migrating to the new flask-admin
version once it's available, and removing dependency on flask-babelex
accordingly.
bootstrap
The incoming release of flask-admin
is going to drop the support for Bootsrap2 & Bootstrap3 themes. We're currently using the Bootstrap3 theme, so migrating bukuserver to Bootstrap4 would be necessary.
(Note: Bootstrap4 is supported by the version of flask-admin
we're currently using, so we don't need to wait for the next release of flask-admin
to implement this change)