[PR #946] [MERGED] Some corrections of German translation (and translations in general) #2071

Closed
opened 2026-02-27 11:20:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/946
Author: @christianwgd
Created: 10/16/2016
Status: Merged
Merged: 10/16/2016
Merged by: @tonioo

Base: masterHead: master


📝 Commits (6)

  • abe88b3 Added datetime formats for all supported languages
  • c13ba5f Moved the DATETIME_FORMATS dictionary to from modoboa/core/constants.py to modoboa_webmail/imapheaders.py to seperate plugins from modoboa core.
  • d4a0cf3 Merge branch 'master' of https://github.com/tonioo/modoboa
  • 8ec95a4 Improved German translation: Translation of user settings dialog, corrected wrong parenthesis in logging of login/logout, language label field had no label tag
  • b41183b Improved German translation: Translation of user settings dialog, corrected wrong parenthesis in logging of login/logout, language label field had no label tag
  • 5da45f2 Improved German translation: Translation of user settings dialog, corrected wrong parenthesis in logging of login/logout, language label field had no label tag

📊 Changes

50 files changed (+505 additions, -328 deletions)

View changed files

📝 modoboa/admin/locale/cs_CZ/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/de/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/en/LC_MESSAGES/django.po (+9 -9)
📝 modoboa/admin/locale/es/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/fr/LC_MESSAGES/django.po (+115 -41)
📝 modoboa/admin/locale/it/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/ja_JP/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/nl_NL/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/pt_BR/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/pt_PT/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/ru/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/admin/locale/sv/LC_MESSAGES/django.po (+14 -9)
📝 modoboa/core/models.py (+2 -2)
📝 modoboa/core/views/auth.py (+2 -2)
📝 modoboa/limits/locale/cs_CZ/LC_MESSAGES/django.po (+1 -1)
📝 modoboa/limits/locale/de/LC_MESSAGES/django.po (+1 -1)
📝 modoboa/limits/locale/en/LC_MESSAGES/django.po (+1 -1)
📝 modoboa/limits/locale/es/LC_MESSAGES/django.po (+1 -1)
📝 modoboa/limits/locale/fr/LC_MESSAGES/django.po (+1 -1)
📝 modoboa/limits/locale/it/LC_MESSAGES/django.po (+1 -1)

...and 30 more files

📄 Description

Improved German translation: Translation of user settings dialog, corrected wrong parenthesis in logging of login/logout, language label field had no label tag


🔄 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/modoboa/modoboa/pull/946 **Author:** [@christianwgd](https://github.com/christianwgd) **Created:** 10/16/2016 **Status:** ✅ Merged **Merged:** 10/16/2016 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`abe88b3`](https://github.com/modoboa/modoboa/commit/abe88b37c87b12e13d1aaa3a11002809dcf41121) Added datetime formats for all supported languages - [`c13ba5f`](https://github.com/modoboa/modoboa/commit/c13ba5fa90473302c6821c89cd95c2371f06a1b0) Moved the DATETIME_FORMATS dictionary to from modoboa/core/constants.py to modoboa_webmail/imapheaders.py to seperate plugins from modoboa core. - [`d4a0cf3`](https://github.com/modoboa/modoboa/commit/d4a0cf35ee3a9687df8edc55f6e374a5668d5897) Merge branch 'master' of https://github.com/tonioo/modoboa - [`8ec95a4`](https://github.com/modoboa/modoboa/commit/8ec95a4cd0d9f315b1ce5adffd816d48c4e35d12) Improved German translation: Translation of user settings dialog, corrected wrong parenthesis in logging of login/logout, language label field had no label tag - [`b41183b`](https://github.com/modoboa/modoboa/commit/b41183b7c2ff18989b2a0bab6c3e2f89863571e1) Improved German translation: Translation of user settings dialog, corrected wrong parenthesis in logging of login/logout, language label field had no label tag - [`5da45f2`](https://github.com/modoboa/modoboa/commit/5da45f277b0da1568a3d2783181723817407ad98) Improved German translation: Translation of user settings dialog, corrected wrong parenthesis in logging of login/logout, language label field had no label tag ### 📊 Changes **50 files changed** (+505 additions, -328 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/locale/cs_CZ/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/de/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/en/LC_MESSAGES/django.po` (+9 -9) 📝 `modoboa/admin/locale/es/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/fr/LC_MESSAGES/django.po` (+115 -41) 📝 `modoboa/admin/locale/it/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/ja_JP/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/nl_NL/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/pt_BR/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/pt_PT/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/ru/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/admin/locale/sv/LC_MESSAGES/django.po` (+14 -9) 📝 `modoboa/core/models.py` (+2 -2) 📝 `modoboa/core/views/auth.py` (+2 -2) 📝 `modoboa/limits/locale/cs_CZ/LC_MESSAGES/django.po` (+1 -1) 📝 `modoboa/limits/locale/de/LC_MESSAGES/django.po` (+1 -1) 📝 `modoboa/limits/locale/en/LC_MESSAGES/django.po` (+1 -1) 📝 `modoboa/limits/locale/es/LC_MESSAGES/django.po` (+1 -1) 📝 `modoboa/limits/locale/fr/LC_MESSAGES/django.po` (+1 -1) 📝 `modoboa/limits/locale/it/LC_MESSAGES/django.po` (+1 -1) _...and 30 more files_ </details> ### 📄 Description Improved German translation: Translation of user settings dialog, corrected wrong parenthesis in logging of login/logout, language label field had no label tag --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 11:20:46 +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/modoboa-modoboa#2071
No description provided.