all_locale_paths
Return a list of paths to user-provides languages files.
def all_locale_paths() - > list
Return a list of paths to user-provides languages files.
Returns
| Type | Description |
|---|---|
list | A list of absolute file system paths containing translation files, including the global Django locale directory, paths defined in settings, and locale directories within installed applications. |