You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 11271 flag to disable localization
* 11271 change to remove middleware
* 11271 update docs for new var
* Update docs/configuration/system.md
Co-authored-by: kkthxbye <[email protected]>
Co-authored-by: Jeremy Stretch <[email protected]>
Co-authored-by: kkthxbye <[email protected]>
Copy file name to clipboardExpand all lines: docs/configuration/system.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,14 @@ Email is sent from NetBox only for critical events or if configured for [logging
65
65
66
66
---
67
67
68
+
## ENABLE_LOCALIZATION
69
+
70
+
Default: False
71
+
72
+
Determines if localization features are enabled or not. This should only be enabled for development or testing purposes as netbox is not yet fully localized. Turning this on will localize numeric and date formats (overriding what is set for DATE_FORMAT) based on the browser locale as well as translate certain strings from third party modules.
0 commit comments