package documentation

Internationalization support.
Module reloader No module docstring; 2/2 functions documented
Module template No module docstring; 0/7 variable, 0/1 constant, 2/2 functions documented
Module trans​_null Undocumented
Module trans​_real Translation helper functions.

From __init__.py:

Function activate Undocumented
Function check​_for​_language Undocumented
Function deactivate Undocumented
Function deactivate​_all Undocumented
Function get​_language Undocumented
Function get​_language​_bidi Undocumented
Function get​_language​_from​_request Undocumented
Function get​_language​_info Undocumented
Function get​_supported​_language​_variant Undocumented
Function gettext Undocumented
Function gettext​_noop Undocumented
Function ngettext Undocumented
Function ngettext​_lazy Undocumented
Function npgettext Undocumented
Function npgettext​_lazy Undocumented
Function pgettext Undocumented
Function templatize Undocumented
Function to​_locale Turn a language name (en-us) into a locale name (en_US).
Variable gettext​_lazy Undocumented
Variable pgettext​_lazy Undocumented
Variable trim​_whitespace​_re Undocumented
Class override Undocumented
Class ​Trans No summary
Class ​Translator​Comment​Warning Undocumented
Function ​_lazy​_number​_unpickle Undocumented
Function get​_language​_from​_path Undocumented
Function lazy​_number Undocumented
Function round​_away​_from​_one Undocumented
Function to​_language Turn a locale name (en_US) into a language name (en-us).
Function trim​_whitespace Undocumented
Variable ​_trans Undocumented
_trans =

Undocumented

def gettext_noop(message):

Undocumented

def gettext(message):

Undocumented

def ngettext(singular, plural, number):

Undocumented

def pgettext(context, message):

Undocumented

def npgettext(context, singular, plural, number):

Undocumented

gettext_lazy =

Undocumented

pgettext_lazy =

Undocumented

def lazy_number(func, resultclass, number=None, **kwargs):

Undocumented

def _lazy_number_unpickle(func, resultclass, number, kwargs):

Undocumented

def ngettext_lazy(singular, plural, number=None):

Undocumented

def npgettext_lazy(context, singular, plural, number=None):

Undocumented

def activate(language):

Undocumented

def deactivate():

Undocumented

def get_language():

Undocumented

def get_language_bidi():

Undocumented

def check_for_language(lang_code):

Undocumented

def to_language(locale):
Turn a locale name (en_US) into a language name (en-us).
def to_locale(language):
Turn a language name (en-us) into a locale name (en_US).
def get_language_from_request(request, check_path=False):

Undocumented

def get_language_from_path(path):

Undocumented

def get_supported_language_variant(lang_code, *, strict=False):

Undocumented

def templatize(src, **kwargs):

Undocumented

def deactivate_all():

Undocumented

def get_language_info(lang_code):

Undocumented

trim_whitespace_re =

Undocumented

def trim_whitespace(s):

Undocumented

def round_away_from_one(value):

Undocumented