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
| Type | Description |
|---|---|
null | Nothing is returned; the global translation state is modified in place. |