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 select BR2_PACKAGE_PYTHON_PYTZ # runtime 7 help 8 Flask-Babel is an extension to Flask that adds i18n and l10n 9 support to any Flask application with the help of babel, 10 pytz and speaklater. It has builtin support for date 11 formatting with timezone support as well as a very simple 12 and friendly interface to gettext translations. 13 14 https://pythonhosted.org/Flask-Babel/ 15