Skip to main content

Babel localisation support for aiohttp

Project description

aiohttp_babel
=============


aiohttp_babel adds i18n and l10n support to aiohttp.

Usage:

.. code-block:: python

import aiohttp_jinja2
from aiohttp.web import Application
from aiohttp_babel.middlewares import babel_middleware
from aiohttp_babel.middlewares import _

jinja_loader = jinja2.FileSystemLoader('./templates')
app = Application(middlewares=babel_middleware)

aiohttp_jinja2.setup(app, loader=jinja_loader)
jinja_env = aiohttp_jinja2.get_env(app)
jinja_env.globals['_'] = _



Code from:
---------

.. _tornado-babel: https://github.com/openlabs/tornado-babel
.. _django-babel: https://github.com/python-babel/django-babel

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiohttp-babel-0.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page