mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 12:12:53 -06: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…
Reference in New Issue
Block a user