python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / python-flask-babel / Config.in
blob61fd2c05700fa8151ea85d44aecac267c4748562
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
5         help
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/