Config.in 535 B

12345678910111213
  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. 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. https://pythonhosted.org/Flask-Babel/