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