[PR #14906] [MERGED] Fixes #14905: Fix miscellaneous errors with string translations #14484

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14906
Author: @jeremystretch
Created: 1/23/2024
Status: Merged
Merged: 1/24/2024
Merged by: @jeremystretch

Base: developHead: 14905-fix-translation-errors


📝 Commits (1)

  • acd6a00 Fixes #14905: Fix miscellaneous errors with string translations

📊 Changes

5 files changed (+79 additions, -74 deletions)

View changed files

📝 netbox/extras/forms/model_forms.py (+5 -3)
📝 netbox/ipam/forms/bulk_edit.py (+2 -2)
📝 netbox/ipam/forms/filtersets.py (+2 -2)
📝 netbox/ipam/models/ip.py (+2 -2)
📝 netbox/translations/en/LC_MESSAGES/django.po (+68 -65)

📄 Description

Fixes: #14905

  • Replace instances of "100%" with "fully" to avoid the escaping issue
  • Reformat two help_text strings to fix an AWS Translate error in Transifex

🔄 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/14906 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/23/2024 **Status:** ✅ Merged **Merged:** 1/24/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `14905-fix-translation-errors` --- ### 📝 Commits (1) - [`acd6a00`](https://github.com/netbox-community/netbox/commit/acd6a00fdd818e297c67d8642237219d510c2540) Fixes #14905: Fix miscellaneous errors with string translations ### 📊 Changes **5 files changed** (+79 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/forms/model_forms.py` (+5 -3) 📝 `netbox/ipam/forms/bulk_edit.py` (+2 -2) 📝 `netbox/ipam/forms/filtersets.py` (+2 -2) 📝 `netbox/ipam/models/ip.py` (+2 -2) 📝 `netbox/translations/en/LC_MESSAGES/django.po` (+68 -65) </details> ### 📄 Description ### Fixes: #14905 - Replace instances of "100%" with "fully" to avoid the escaping issue - Reformat two `help_text` strings to fix an AWS Translate error in Transifex --- <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:24:44 +01:00
adam closed this issue 2025-12-29 23:24:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14484