1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Define LOCALE_PATHS

This commit is contained in:
Jeremy Stretch
2023-08-07 14:34:56 -04:00
parent 53615944c5
commit 36072f17a9

View File

@ -712,6 +712,10 @@ RQ_QUEUES.update({
# Localization
#
LOCALE_PATHS = (
BASE_DIR + '/translations',
)
if not ENABLE_LOCALIZATION:
USE_I18N = False
USE_L10N = False