![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Namespaces | |
trans_real | |
Functions | |
def | delayed_loader |
def | gettext_noop |
def | gettext |
def | ngettext |
def | ugettext |
def | ungettext |
def | activate |
def | deactivate |
def | get_language |
def | get_language_bidi |
def | get_date_formats |
def | get_partial_date_formats |
def | check_for_language |
def | to_locale |
def | get_language_from_request |
def | templatize |
def | deactivate_all |
Internationalization support.
def google.appengine._internal.django.utils.translation.delayed_loader | ( | real_name, | |
args, | |||
kwargs | |||
) |
Call the real, underlying function. We have a level of indirection here so that modules can use the translation bits without actually requiring Django's settings bits to be configured before import.
list google.appengine._internal.django.utils.translation.__all__ |