Quart Babel#
Quart-Babel is an extension to Quart that adds i18n and i10n support to any
Quart application with the help of babel, pytz, and speaklater. It
has builtin support for date formatting with timezone support as well as a very
simple and friendly interface gettext translations.
This is a fork of Flask-Babel, which has been ported over to Quart.
Quart-Babel comes with the following features:
It is possible to use multiple language catalogs in one Flask application;
Localization domains: your extension can package localization file(s) and use them if necessary;
Custom selector functions for locale and timezone.
Locales can be temporary changed.
Locales and timezones can be refreshed.
Fully type hinted.
You can also pass the localization Domain in the extension initilazation process.
Quart-Babel is developed on github, here .
For more information on Quart, visit here .