1 config BR2_PACKAGE_PYTHON_FLASK_BABEL
2 bool "python-flask-babel"
3 select BR2_PACKAGE_PYTHON_FLASK # runtime
4 select BR2_PACKAGE_PYTHON_BABEL # runtime
6 Flask-Babel is an extension to Flask that adds i18n and l10n
7 support to any Flask application with the help of babel,
8 pytz and speaklater. It has builtin support for date
9 formatting with timezone support as well as a very simple
10 and friendly interface to gettext translations.
12 https://pythonhosted.org/Flask-Babel/