mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-17 04:32:51 -06:00
Define LOCALE_PATHS
This commit is contained in:
parent
53615944c5
commit
36072f17a9
@ -712,6 +712,10 @@ RQ_QUEUES.update({
|
|||||||
# Localization
|
# Localization
|
||||||
#
|
#
|
||||||
|
|
||||||
|
LOCALE_PATHS = (
|
||||||
|
BASE_DIR + '/translations',
|
||||||
|
)
|
||||||
|
|
||||||
if not ENABLE_LOCALIZATION:
|
if not ENABLE_LOCALIZATION:
|
||||||
USE_I18N = False
|
USE_I18N = False
|
||||||
USE_L10N = False
|
USE_L10N = False
|
||||||
|
Loading…
Reference in New Issue
Block a user