[PR #149] [MERGED] Pu translations #396

Closed
opened 2026-02-26 10:31:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/149
Author: @mandrag0ra
Created: 6/3/2014
Status: Merged
Merged: 6/6/2014
Merged by: @ThomasWaldmann

Base: masterHead: pu_translations


📝 Commits (9)

📊 Changes

31 files changed (+1918 additions, -297 deletions)

View changed files

📝 nsupdate/accounts/templates/accounts/user_profile.html (+4 -5)
📝 nsupdate/accounts/templates/registration/activate.html (+1 -1)
📝 nsupdate/accounts/templates/registration/activation_complete.html (+1 -1)
📝 nsupdate/accounts/templates/registration/activation_email.html (+1 -1)
📝 nsupdate/accounts/templates/registration/registration_base.html (+1 -1)
📝 nsupdate/accounts/templates/registration/registration_complete.html (+1 -1)
📝 nsupdate/accounts/templates/registration/registration_form.html (+16 -12)
nsupdate/locale/fr/LC_MESSAGES/django.mo (+0 -0)
nsupdate/locale/fr/LC_MESSAGES/django.po (+1592 -0)
📝 nsupdate/login/templates/password_change_done.html (+1 -1)
📝 nsupdate/main/templates/main/about.html (+40 -40)
📝 nsupdate/main/templates/main/delete_object.html (+4 -4)
📝 nsupdate/main/templates/main/domain.html (+16 -16)
📝 nsupdate/main/templates/main/domain_overview.html (+17 -17)
📝 nsupdate/main/templates/main/generate_ns_secret.html (+7 -7)
📝 nsupdate/main/templates/main/generate_secret.html (+6 -6)
📝 nsupdate/main/templates/main/home.html (+12 -12)
📝 nsupdate/main/templates/main/host.html (+28 -28)
📝 nsupdate/main/templates/main/includes/tabbed_router_configuration.html (+66 -60)
📝 nsupdate/main/templates/main/overview.html (+18 -18)

...and 11 more files

📄 Description

Hi,

Everythings should be ok now.

All strings should be able to be translate, except those who's coming from python code. Did not want to mess with this.
If you see something wrong, please, don't hesitate.

Thanks again Thomas for your patience and time.


🔄 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/nsupdate-info/nsupdate.info/pull/149 **Author:** [@mandrag0ra](https://github.com/mandrag0ra) **Created:** 6/3/2014 **Status:** ✅ Merged **Merged:** 6/6/2014 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `pu_translations` --- ### 📝 Commits (9) - [`65e7654`](https://github.com/nsupdate-info/nsupdate.info/commit/65e7654c5abbd4e438a16203fb5449fd7248893b) po and mo files - [`e264b10`](https://github.com/nsupdate-info/nsupdate.info/commit/e264b10fd6b520efb9d2a3b1a4d1b0ff0a25e399) {% trans %} on .html files - [`4abac70`](https://github.com/nsupdate-info/nsupdate.info/commit/4abac704c50ed739a8156f732ece361c996984e6) {% trans %} on .html files - [`064ec12`](https://github.com/nsupdate-info/nsupdate.info/commit/064ec12be6a91296860c58aab4ee82e3dc9fa1d0) {% trans %} on .html files - [`bd7c2b9`](https://github.com/nsupdate-info/nsupdate.info/commit/bd7c2b9277a254fe455ceabb37aee335f5f3b662) add languages option - [`c3ab638`](https://github.com/nsupdate-info/nsupdate.info/commit/c3ab638092311cacbe4efc992eb32d008ce1606d) correct syntax errors - [`b83440a`](https://github.com/nsupdate-info/nsupdate.info/commit/b83440a0732422e21c5a38b4c2524cbd848193f7) correct syntax errors - [`9e930fa`](https://github.com/nsupdate-info/nsupdate.info/commit/9e930fad88fe291b2001b4a26e6ed002100eb6e7) syntax errors correction - [`25449d4`](https://github.com/nsupdate-info/nsupdate.info/commit/25449d447b239ccc0599131435c178e831e247d5) correct presumed latest syntax errors ### 📊 Changes **31 files changed** (+1918 additions, -297 deletions) <details> <summary>View changed files</summary> 📝 `nsupdate/accounts/templates/accounts/user_profile.html` (+4 -5) 📝 `nsupdate/accounts/templates/registration/activate.html` (+1 -1) 📝 `nsupdate/accounts/templates/registration/activation_complete.html` (+1 -1) 📝 `nsupdate/accounts/templates/registration/activation_email.html` (+1 -1) 📝 `nsupdate/accounts/templates/registration/registration_base.html` (+1 -1) 📝 `nsupdate/accounts/templates/registration/registration_complete.html` (+1 -1) 📝 `nsupdate/accounts/templates/registration/registration_form.html` (+16 -12) ➕ `nsupdate/locale/fr/LC_MESSAGES/django.mo` (+0 -0) ➕ `nsupdate/locale/fr/LC_MESSAGES/django.po` (+1592 -0) 📝 `nsupdate/login/templates/password_change_done.html` (+1 -1) 📝 `nsupdate/main/templates/main/about.html` (+40 -40) 📝 `nsupdate/main/templates/main/delete_object.html` (+4 -4) 📝 `nsupdate/main/templates/main/domain.html` (+16 -16) 📝 `nsupdate/main/templates/main/domain_overview.html` (+17 -17) 📝 `nsupdate/main/templates/main/generate_ns_secret.html` (+7 -7) 📝 `nsupdate/main/templates/main/generate_secret.html` (+6 -6) 📝 `nsupdate/main/templates/main/home.html` (+12 -12) 📝 `nsupdate/main/templates/main/host.html` (+28 -28) 📝 `nsupdate/main/templates/main/includes/tabbed_router_configuration.html` (+66 -60) 📝 `nsupdate/main/templates/main/overview.html` (+18 -18) _...and 11 more files_ </details> ### 📄 Description Hi, Everythings should be ok now. All strings should be able to be translate, except those who's coming from python code. Did not want to mess with this. If you see something wrong, please, don't hesitate. Thanks again Thomas for your patience and time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:31:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#396
No description provided.