Undocumented
Constant | TRANSLATOR_COMMENT_MARK |
Undocumented |
Variable | block_re |
Undocumented |
Variable | constant_re |
Undocumented |
Variable | context_re |
Undocumented |
Variable | dot_re |
Undocumented |
Variable | endblock_re |
Undocumented |
Variable | inline_re |
Undocumented |
Variable | plural_re |
Undocumented |
Function | blankout |
Change every non-whitespace character to the given char. Used in the templatize function. |
Function | templatize |
Turn a Django template into something that is understood by xgettext. It does so by translating the Django translation tags into standard gettext function invocations. |