[PR #16096] [MERGED] add ENABLE_TRANSLATION setting to optionally turn translation off #14776

Closed
opened 2025-12-29 23:26:40 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/16096
Author: @amyasnikov
Created: 5/12/2024
Status: Merged
Merged: 5/14/2024
Merged by: @jeremystretch

Base: developHead: 16055-turnoff-translation


📝 Commits (5)

  • c323c62 add USE_I18N setting
  • dadef1b change setting name to ENABLE_TRANSLATION
  • c519817 raise a warning in the UI when translation is disabled
  • 429d046 Misc cleanup
  • b35a112 Rename to TRANSLATION_ENABLED for consistency with other settings

📊 Changes

5 files changed (+23 additions, -9 deletions)

View changed files

📝 docs/configuration/system.md (+8 -0)
📝 netbox/netbox/preferences.py (+7 -2)
📝 netbox/netbox/settings.py (+4 -0)
📝 netbox/users/forms/model_forms.py (+2 -5)
📝 netbox/users/preferences.py (+2 -2)

📄 Description

Fixes: #16055


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/16096 **Author:** [@amyasnikov](https://github.com/amyasnikov) **Created:** 5/12/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `16055-turnoff-translation` --- ### 📝 Commits (5) - [`c323c62`](https://github.com/netbox-community/netbox/commit/c323c62de4d61922c9bf5c1d03ad8a4bbcea1cb6) add USE_I18N setting - [`dadef1b`](https://github.com/netbox-community/netbox/commit/dadef1b32c6bc9ab3b85220465c312130a8408bf) change setting name to ENABLE_TRANSLATION - [`c519817`](https://github.com/netbox-community/netbox/commit/c519817054e0c4b7be2f56c3a44abfde70b3ada8) raise a warning in the UI when translation is disabled - [`429d046`](https://github.com/netbox-community/netbox/commit/429d046c6c924f14793b24cbde92a2d4b703907f) Misc cleanup - [`b35a112`](https://github.com/netbox-community/netbox/commit/b35a1128bd1a07bbeb973518adefe4befe1a52b3) Rename to TRANSLATION_ENABLED for consistency with other settings ### 📊 Changes **5 files changed** (+23 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/system.md` (+8 -0) 📝 `netbox/netbox/preferences.py` (+7 -2) 📝 `netbox/netbox/settings.py` (+4 -0) 📝 `netbox/users/forms/model_forms.py` (+2 -5) 📝 `netbox/users/preferences.py` (+2 -2) </details> ### 📄 Description ### Fixes: #16055 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:26:40 +01:00
adam closed this issue 2025-12-29 23:26:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14776