Adds i18n/l10n support to Flask applications
Adds i18n/l10n support to Flask applications with the help of the Babel library.
- Developed at devel:languages:python:flask
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-Flask-Babel && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Flask-Babel-3.1.0.tar.gz | 0000020625 20.1 KB | |
python-Flask-Babel.changes | 0000003040 2.97 KB | |
python-Flask-Babel.spec | 0000002171 2.12 KB |
Revision 6 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 1093219
from
Steve Kowalik (StevenK)
(revision 6)
- Update to 3.1.0: * Don't return the default locale twice. * Fix tests breaking against babel 12.2, which changed localized times to use non-breaking-spaces. * Relax version requirements for dependencies. * Dropped support for end-of-life Python 3.5 and 3.6, added tests for 3.10 and 3.11. * Jinja version 3 or greater is now required. * Removed Babel._date_formats, use the public Babel.date_formats instead. * list_translations() always returns the default locale, even if it does not exist. * Babel.locale_selector and Babel.timezone_selector no longer exist. * Most configuration options can be passed directly through init_app().
Comments 0