[PR #13113] [MERGED] 13102 translate templates #14117

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13113
Author: @arthanson
Created: 7/7/2023
Status: Merged
Merged: 7/28/2023
Merged by: @jeremystretch

Base: featureHead: 13012-translate-templates


📝 Commits (6)

  • b029e66 13012 add translation tags to templates
  • b530d86 13102 blocktranslate
  • 3501ca0 13102 fix
  • 79526c7 Misc cleanup
  • 7a80157 Shorten blocktranslate and endblocktranslate template tags
  • 3f62f66 Additional cleanup

📊 Changes

257 files changed (+2056 additions, -1762 deletions)

View changed files

📝 netbox/templates/403.html (+3 -2)
📝 netbox/templates/404.html (+3 -2)
📝 netbox/templates/500.html (+9 -8)
📝 netbox/templates/admin/index.html (+4 -3)
📝 netbox/templates/base/40x.html (+2 -1)
📝 netbox/templates/base/base.html (+2 -1)
📝 netbox/templates/base/layout.html (+13 -12)
📝 netbox/templates/base/sidenav.html (+3 -2)
📝 netbox/templates/circuits/circuit.html (+12 -11)
📝 netbox/templates/circuits/circuit_terminations_swap.html (+5 -4)
📝 netbox/templates/circuits/circuittermination_edit.html (+6 -5)
📝 netbox/templates/circuits/circuittype.html (+5 -4)
📝 netbox/templates/circuits/inc/circuit_termination.html (+30 -29)
📝 netbox/templates/circuits/provider.html (+7 -6)
📝 netbox/templates/circuits/provideraccount.html (+6 -5)
📝 netbox/templates/circuits/providernetwork.html (+7 -6)
📝 netbox/templates/core/datafile.html (+9 -8)
📝 netbox/templates/core/datasource.html (+15 -14)
📝 netbox/templates/core/job.html (+13 -12)
📝 netbox/templates/dcim/bulk_disconnect.html (+3 -2)

...and 80 more files

📄 Description

Fixes: #13102

Adds translation tags to 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/13113 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 7/7/2023 **Status:** ✅ Merged **Merged:** 7/28/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `13012-translate-templates` --- ### 📝 Commits (6) - [`b029e66`](https://github.com/netbox-community/netbox/commit/b029e662d32e0b0da77262dfdc6c78cb3f527ae3) 13012 add translation tags to templates - [`b530d86`](https://github.com/netbox-community/netbox/commit/b530d860e7c9f27efb4ad9c029e72c1af0c3309a) 13102 blocktranslate - [`3501ca0`](https://github.com/netbox-community/netbox/commit/3501ca0e7edd859765a9e7e9eddd0ea6a11536a5) 13102 fix - [`79526c7`](https://github.com/netbox-community/netbox/commit/79526c7c9de8640d8967c72f0c0aac68b6a82ec9) Misc cleanup - [`7a80157`](https://github.com/netbox-community/netbox/commit/7a80157e7511760b8d3a4e8153eaeb7eef09cf2d) Shorten blocktranslate and endblocktranslate template tags - [`3f62f66`](https://github.com/netbox-community/netbox/commit/3f62f66e863b139aaebdc756d3673d17a96ad337) Additional cleanup ### 📊 Changes **257 files changed** (+2056 additions, -1762 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/403.html` (+3 -2) 📝 `netbox/templates/404.html` (+3 -2) 📝 `netbox/templates/500.html` (+9 -8) 📝 `netbox/templates/admin/index.html` (+4 -3) 📝 `netbox/templates/base/40x.html` (+2 -1) 📝 `netbox/templates/base/base.html` (+2 -1) 📝 `netbox/templates/base/layout.html` (+13 -12) 📝 `netbox/templates/base/sidenav.html` (+3 -2) 📝 `netbox/templates/circuits/circuit.html` (+12 -11) 📝 `netbox/templates/circuits/circuit_terminations_swap.html` (+5 -4) 📝 `netbox/templates/circuits/circuittermination_edit.html` (+6 -5) 📝 `netbox/templates/circuits/circuittype.html` (+5 -4) 📝 `netbox/templates/circuits/inc/circuit_termination.html` (+30 -29) 📝 `netbox/templates/circuits/provider.html` (+7 -6) 📝 `netbox/templates/circuits/provideraccount.html` (+6 -5) 📝 `netbox/templates/circuits/providernetwork.html` (+7 -6) 📝 `netbox/templates/core/datafile.html` (+9 -8) 📝 `netbox/templates/core/datasource.html` (+15 -14) 📝 `netbox/templates/core/job.html` (+13 -12) 📝 `netbox/templates/dcim/bulk_disconnect.html` (+3 -2) _...and 80 more files_ </details> ### 📄 Description ### Fixes: #13102 Adds translation tags to 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:22:35 +01:00
adam closed this issue 2025-12-29 23:22:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14117