mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[PR #934] [MERGED] localization of email headers, added the datetime format settings in … #2066
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2066
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/934
Author: @christianwgd
Created: 10/6/2016
Status: ✅ Merged
Merged: 10/8/2016
Merged by: @tonioo
Base:
master← Head:master📝 Commits (2)
169d07blocalization of email headers, added the datetime format settings in test_project settings.py with some docs0fd1fafChanged string delimiters form ' to ". Moved the webmail locale datetime formatting settings to new settings.py in webmail module.📊 Changes
51 files changed (+1343 additions, -1115 deletions)
View changed files
📝
modoboa/admin/locale/cs_CZ/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/de/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/en/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/es/LC_MESSAGES/django.po(+79 -74)📝
modoboa/admin/locale/fr/LC_MESSAGES/django.po(+84 -74)📝
modoboa/admin/locale/it/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/ja_JP/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/nl_NL/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/pt_BR/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/pt_PT/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/ru/LC_MESSAGES/django.po(+78 -73)📝
modoboa/admin/locale/sv/LC_MESSAGES/django.po(+78 -73)📝
modoboa/lib/templatetags/lib_tags.py(+8 -0)📝
modoboa/limits/locale/cs_CZ/LC_MESSAGES/django.po(+2 -2)📝
modoboa/limits/locale/de/LC_MESSAGES/django.po(+2 -2)📝
modoboa/limits/locale/en/LC_MESSAGES/django.po(+2 -2)📝
modoboa/limits/locale/es/LC_MESSAGES/django.po(+2 -2)📝
modoboa/limits/locale/fr/LC_MESSAGES/django.po(+2 -2)📝
modoboa/limits/locale/it/LC_MESSAGES/django.po(+2 -2)📝
modoboa/limits/locale/ja_JP/LC_MESSAGES/django.po(+2 -2)...and 31 more files
📄 Description
…test_project settings.py with some docs
Localization of the email header fields by adding a template filter to lib_tags.py that translates the header labels "From", "To", "Date" and "Subject" and is used in the mailheaders template. Added the required translation strings to the locale po files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.