Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days ago
JSON representation
Adds i18n/l10n support to Sanic applications with the help of the Babel library.
- Host: GitHub
- URL: https://github.com/lixxu/sanic-babel
- Owner: lixxu
- Created: 2017-03-09T15:04:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T13:13:01.000Z (over 3 years ago)
- Last Synced: 2024-11-16T12:46:44.043Z (28 days ago)
- Topics: babel, i18n, l10n, pytz, sanic
- Language: Python
- Size: 61.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sanic - Sanic-Babel
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/