Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lixxu/sanic-babel

Adds i18n/l10n support to Sanic applications with the help of the Babel library.
https://github.com/lixxu/sanic-babel

babel i18n l10n pytz sanic

Last synced: about 2 months ago
JSON representation

Adds i18n/l10n support to Sanic applications with the help of the Babel library.

Awesome Lists containing this project

README

        

# Sanic Babel - 0.1.3

Most of the codes are from [flask-babel][], and updated to match sanic.

Implements i18n and l10n support for Sanic. This is based on the Python
[babel][] module as well as [pytz][] both of which are installed automatically
for you if you install this library.

# Documention

The latest documentation is available [here][docs].

[flask-babel]: http://github.com/mitsuhiko/flask-babel
[babel]: https://github.com/python-babel/babel
[pytz]: https://pypi.python.org/pypi/pytz/
[docs]: http://sanic-babel.readthedocs.io/