[PR #14143] [MERGED] Closes #14141: translation cleanup #14322

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14143
Author: @jeremystretch
Created: 10/30/2023
Status: Merged
Merged: 10/30/2023
Merged by: @jeremystretch

Base: featureHead: 14141-translation-cleanup


📝 Commits (3)

📊 Changes

19 files changed (+12408 additions, -69 deletions)

View changed files

📝 netbox/circuits/filtersets.py (+2 -2)
📝 netbox/circuits/forms/filtersets.py (+1 -1)
📝 netbox/dcim/choices.py (+4 -4)
📝 netbox/dcim/forms/common.py (+6 -6)
📝 netbox/dcim/models/device_component_templates.py (+5 -3)
📝 netbox/dcim/models/devices.py (+17 -13)
📝 netbox/dcim/models/racks.py (+5 -5)
📝 netbox/extras/models/customfields.py (+4 -4)
📝 netbox/ipam/forms/model_forms.py (+3 -3)
📝 netbox/ipam/models/ip.py (+18 -10)
📝 netbox/ipam/models/vlans.py (+2 -2)
📝 netbox/netbox/navigation/menu.py (+1 -1)
📝 netbox/templates/dcim/devicebay_delete.html (+2 -2)
netbox/translations/en/LC_MESSAGES/django.po (+12322 -0)
📝 netbox/users/forms/model_forms.py (+1 -1)
📝 netbox/users/models.py (+1 -1)
📝 netbox/virtualization/forms/model_forms.py (+6 -2)
📝 netbox/virtualization/models/clusters.py (+4 -5)
📝 netbox/wireless/models.py (+4 -4)

📄 Description

Closes: #14141

Miscellaneous cleanup for translation strings in both Python code and templates


🔄 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/14143 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `14141-translation-cleanup` --- ### 📝 Commits (3) - [`701870d`](https://github.com/netbox-community/netbox/commit/701870d91944679ecc056e48c674eeaf35c4de10) Translations cleanup - [`68f54dd`](https://github.com/netbox-community/netbox/commit/68f54ddc09257102af6300546d81b9b2e581c458) Tweak variable names; misc string cleanup - [`55c5dbc`](https://github.com/netbox-community/netbox/commit/55c5dbc4ffb4bec540a68c4d7db21f2c6b000d1c) Misc cleanup ### 📊 Changes **19 files changed** (+12408 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `netbox/circuits/filtersets.py` (+2 -2) 📝 `netbox/circuits/forms/filtersets.py` (+1 -1) 📝 `netbox/dcim/choices.py` (+4 -4) 📝 `netbox/dcim/forms/common.py` (+6 -6) 📝 `netbox/dcim/models/device_component_templates.py` (+5 -3) 📝 `netbox/dcim/models/devices.py` (+17 -13) 📝 `netbox/dcim/models/racks.py` (+5 -5) 📝 `netbox/extras/models/customfields.py` (+4 -4) 📝 `netbox/ipam/forms/model_forms.py` (+3 -3) 📝 `netbox/ipam/models/ip.py` (+18 -10) 📝 `netbox/ipam/models/vlans.py` (+2 -2) 📝 `netbox/netbox/navigation/menu.py` (+1 -1) 📝 `netbox/templates/dcim/devicebay_delete.html` (+2 -2) ➕ `netbox/translations/en/LC_MESSAGES/django.po` (+12322 -0) 📝 `netbox/users/forms/model_forms.py` (+1 -1) 📝 `netbox/users/models.py` (+1 -1) 📝 `netbox/virtualization/forms/model_forms.py` (+6 -2) 📝 `netbox/virtualization/models/clusters.py` (+4 -5) 📝 `netbox/wireless/models.py` (+4 -4) </details> ### 📄 Description ### Closes: #14141 Miscellaneous cleanup for translation strings in both Python code and templates --- <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:23:49 +01:00
adam closed this issue 2025-12-29 23:23:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14322