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