Update extensions.md

add babel extension
This commit is contained in:
Lix Xu 2017-03-09 23:58:02 +08:00 committed by GitHub
parent 7f1e0557c9
commit 893977365c

View File

@ -14,3 +14,5 @@ A list of Sanic extensions created by the community.
- [UserAgent](https://github.com/lixxu/sanic-useragent): Add `user_agent` to request - [UserAgent](https://github.com/lixxu/sanic-useragent): Add `user_agent` to request
- [Limiter](https://github.com/bohea/sanic-limiter): Rate limiting for sanic. - [Limiter](https://github.com/bohea/sanic-limiter): Rate limiting for sanic.
- [Sanic EnvConfig](https://github.com/jamesstidard/sanic-envconfig): Pull environment variables into your sanic config. - [Sanic EnvConfig](https://github.com/jamesstidard/sanic-envconfig): Pull environment variables into your sanic config.
- [Babel](https://github.com/lixxu/sanic-babel): Adds i18n/l10n support to Sanic applications with the help of the
`Babel` library