[PR #321] [MERGED] Translation and locale file updates #498

Closed
opened 2026-02-27 15:58:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/321
Author: @catborise
Created: 6/12/2020
Status: Merged
Merged: 6/13/2020
Merged by: @retspen

Base: masterHead: master


📝 Commits (6)

  • 21fcb8c workaround for django 2.2 bug related with '0011_update_proxy_permissions' migration
  • 31c86a6 add bottom space for computes cards
  • 7bb6bd3 update locale files and TR translations.
  • b7fc8a5 Language change activation. Fix typos and add new translations
  • fd3212d fix layout for instance qos configuration
  • e97d592 fix some messages, add translation for some keywords, update tr locale file

📊 Changes

57 files changed (+12959 additions, -5515 deletions)

View changed files

📝 accounts/forms.py (+1 -1)
📝 accounts/models.py (+11 -7)
📝 accounts/templates/accounts-list.html (+2 -2)
📝 accounts/templates/accounts.html (+1 -1)
📝 accounts/templates/create_user_block.html (+1 -1)
📝 admin/migrations/0001_initial.py (+0 -1)
admin/migrations/0002_auto_20200609_0830.py (+14 -0)
📝 admin/templates/admin/user_list.html (+2 -2)
📝 appsettings/migrations/0002_auto_20200527_1603.py (+27 -54)
📝 appsettings/models.py (+6 -6)
📝 appsettings/templates/appsettings.html (+6 -6)
📝 appsettings/views.py (+2 -2)
📝 computes/models.py (+6 -6)
📝 computes/templates/computes.html (+15 -15)
📝 computes/validators.py (+1 -1)
📝 console/templates/console-spice-lite.html (+1 -2)
📝 console/views.py (+1 -1)
📝 create/models.py (+5 -5)
📝 create/templates/create_flav_block.html (+1 -1)
📝 create/templates/create_instance_w1.html (+5 -3)

...and 37 more files

📄 Description

hi retspen,

after adding localization, i had to do review the strings and fix somethings.

  • add gettext function for some strings
  • fix some bugs and typos...
  • Translation activate

🔄 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/retspen/webvirtcloud/pull/321 **Author:** [@catborise](https://github.com/catborise) **Created:** 6/12/2020 **Status:** ✅ Merged **Merged:** 6/13/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`21fcb8c`](https://github.com/retspen/webvirtcloud/commit/21fcb8cd64c99165f4c7c1fc0f0b4f537bf5c488) workaround for django 2.2 bug related with '0011_update_proxy_permissions' migration - [`31c86a6`](https://github.com/retspen/webvirtcloud/commit/31c86a6a7be7bfd0a5f5dfb0c4e9f47098e823a7) add bottom space for computes cards - [`7bb6bd3`](https://github.com/retspen/webvirtcloud/commit/7bb6bd310b80fcf01a3a796377e83509f143b1b2) update locale files and TR translations. - [`b7fc8a5`](https://github.com/retspen/webvirtcloud/commit/b7fc8a5fea90acb0d43e33d897db3658b23bcf30) Language change activation. Fix typos and add new translations - [`fd3212d`](https://github.com/retspen/webvirtcloud/commit/fd3212de9007bdf267ea6689ba3c726f8640aedf) fix layout for instance qos configuration - [`e97d592`](https://github.com/retspen/webvirtcloud/commit/e97d592e511d76e039683d1f0b4ce665d6519758) fix some messages, add translation for some keywords, update tr locale file ### 📊 Changes **57 files changed** (+12959 additions, -5515 deletions) <details> <summary>View changed files</summary> 📝 `accounts/forms.py` (+1 -1) 📝 `accounts/models.py` (+11 -7) 📝 `accounts/templates/accounts-list.html` (+2 -2) 📝 `accounts/templates/accounts.html` (+1 -1) 📝 `accounts/templates/create_user_block.html` (+1 -1) 📝 `admin/migrations/0001_initial.py` (+0 -1) ➕ `admin/migrations/0002_auto_20200609_0830.py` (+14 -0) 📝 `admin/templates/admin/user_list.html` (+2 -2) 📝 `appsettings/migrations/0002_auto_20200527_1603.py` (+27 -54) 📝 `appsettings/models.py` (+6 -6) 📝 `appsettings/templates/appsettings.html` (+6 -6) 📝 `appsettings/views.py` (+2 -2) 📝 `computes/models.py` (+6 -6) 📝 `computes/templates/computes.html` (+15 -15) 📝 `computes/validators.py` (+1 -1) 📝 `console/templates/console-spice-lite.html` (+1 -2) 📝 `console/views.py` (+1 -1) 📝 `create/models.py` (+5 -5) 📝 `create/templates/create_flav_block.html` (+1 -1) 📝 `create/templates/create_instance_w1.html` (+5 -3) _...and 37 more files_ </details> ### 📄 Description hi retspen, after adding localization, i had to do review the strings and fix somethings. * add gettext function for some strings * fix some bugs and typos... * Translation activate --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:56 +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/webvirtcloud#498
No description provided.