Skip to main content

deactivate_all

Make the active translation object a NullTranslations() instance. This is useful when we want delayed translations to appear as the original string for some reason.

def deactivate_all() - > null

Make the active translation object a NullTranslations() instance. This is useful when we want delayed translations to appear as the original string for some reason.

Returns

TypeDescription
nullNothing is returned; the global translation state is modified in place.