templatize(src)
[source]
Turns a Django template into something that is understood by xgettext
. It does so by translating the Django translation tags into standard gettext
function invocations.
templatize(src)
[source]
Turns a Django template into something that is understood by xgettext
. It does so by translating the Django translation tags into standard gettext
function invocations.
Please login to continue.