From 5d4f24d4b285cc9d8831efc1d6ac035d01ec9b29 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 28 Dec 2022 10:42:33 -0800 Subject: [PATCH] 11271 update docs for new var --- docs/configuration/system.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration/system.md b/docs/configuration/system.md index 5a7c8bebd..46e314ea7 100644 --- a/docs/configuration/system.md +++ b/docs/configuration/system.md @@ -65,6 +65,14 @@ Email is sent from NetBox only for critical events or if configured for [logging --- +## ENABLE_LOCALIZATION + +Default: False + +Determines if localization features are enabled or not. This should only be enabled for development or testing purposes as the product is not fully localized and there can be issues in certain locales with turning this on (mostly in locales where commas are used as numeric separators instead of periods). Turning this on will localize numeric and date formats (overriding what is set for DATE_FORMAT) based on the browser settings as well as translate some strings within the product. + +--- + ## HTTP_PROXIES Default: None