From 893977365c0d5483bae147ad99a6884e262e51c6 Mon Sep 17 00:00:00 2001 From: Lix Xu Date: Thu, 9 Mar 2017 23:58:02 +0800 Subject: [PATCH] Update extensions.md add babel extension --- docs/sanic/extensions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index d1de3410..ac08c36e 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -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 - [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. +- [Babel](https://github.com/lixxu/sanic-babel): Adds i18n/l10n support to Sanic applications with the help of the +`Babel` library