watch_for_translation_changes
Register file watchers for .mo files in potential locale paths.
def watch_for_translation_changes(
sender: object,
**kwargs: dict
) - > null
Register file watchers for .mo files in potential locale paths.
Parameters
| Name | Type | Description |
|---|---|---|
| sender | object | The file watcher service or reloader instance that provides the watch_dir method for monitoring filesystem changes |
| **kwargs | dict | Additional keyword arguments passed by the Django signal dispatcher |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the function performs side effects by registering watchers on the sender object. |