Improve documentation for initializing the i18n extension

Refs discussion at https://stackoverflow.com/a/78970088
This commit is contained in:
Aarni Koskela 2024-09-10 18:23:08 +03:00
parent 3e5b5b2794
commit a9a0197e3c

View File

@ -39,6 +39,10 @@ After enabling, an application has to provide functions for ``gettext``,
globally or when rendering. A ``_()`` function is added as an alias to
the ``gettext`` function.
A convenient way to provide these functions is to call one of the below
methods depending on the translation system in use. If you do not require
actual translation, use ``Environment.install_null_translations`` to
install no-op functions.
Environment Methods
~~~~~~~~~~~~~~~~~~~