xref: /OK3568_Linux_fs/buildroot/package/python-flask-babel/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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	select BR2_PACKAGE_PYTHON_JINJA2 # runtime
6	help
7	  Flask-Babel is an extension to Flask that adds i18n and l10n
8	  support to any Flask application with the help of babel,
9	  pytz and speaklater. It has builtin support for date
10	  formatting with timezone support as well as a very simple
11	  and friendly interface to gettext translations.
12
13	  https://pythonhosted.org/Flask-Babel/
14