Closes #14862: Add note to date & time configs regarding localization

This commit is contained in:
Jeremy Stretch
2024-01-22 15:12:01 -05:00
parent 3aaf370d4a
commit ff752dac07
2 changed files with 4 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ Email is sent from NetBox only for critical events or if configured for [logging
Default: False
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.
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 any configured [system defaults](./date-time.md#date-and-time-formatting)) based on the browser locale as well as translate certain strings from third party modules.
---