Skip to content

Commit

Permalink
Merge pull request #16 from pinax/fixing-translations
Browse files Browse the repository at this point in the history
Fixing translations
  • Loading branch information
KatherineMichel authored Jan 5, 2020
2 parents b4ee41c + 876e4f2 commit ca3dc10
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ or customize the template code.

## Change Log

### 2.0.5

* Fix contact email variable in German translation
* Compile all translation messages

### 2.0.4

* Add German translation
Expand Down
Binary file modified pinax/templates/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
24 changes: 12 additions & 12 deletions pinax/templates/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -220,18 +220,18 @@ msgstr "Bestätigen Sie Ihre Email Adresse"
#| "We have sent you an email to <b>%(email)s</b> for verification. Follow "
#| "the link provided to finalize the signup process. If you do not receive "
#| "it within a few minutes, contact us at <a href=\"mailto:"
#| "%(THEME_CONTACT_EMAIL)s\">%(THEME_CONTACT_EMAIL)s</a>."
#| "%(CONTACT_EMAIL)s\">%(CONTACT_EMAIL)s</a>."
msgid ""
"We have sent you an email to <strong>%(email)s</strong> for verification. "
"Follow the link provided to finalize the signup process. If you do not "
"receive it within a few minutes, contact us at <a href=\"mailto:"
"%(THEME_CONTACT_EMAIL)s\">%(THEME_CONTACT_EMAIL)s</a>."
"%(CONTACT_EMAIL)s\">%(CONTACT_EMAIL)s</a>."
msgstr ""
"Wir haben Ihnen eine Email zur Bestätigung an die Adresse <b>%(email)s</b> "
"gesendet. Folgen Sie dem dort enthaltenen Link um die Anmeldung "
"abzuschließen. Falls sie die Email nicht innerhalb weniger Minuten erhalten, "
"kontaktieren Sie uns bitte unter: <a href=\"mailto:%(THEME_CONTACT_EMAIL)s\">"
"%(THEME_CONTACT_EMAIL)s</a>."
"kontaktieren Sie uns bitte unter: <a href=\"mailto:%(CONTACT_EMAIL)s\">"
"%(CONTACT_EMAIL)s</a>."

#: templates/account/email_confirmation_sent.html:13
msgid "Go back"
Expand Down Expand Up @@ -294,11 +294,11 @@ msgstr "Mein Passwort wiederherstellen"
#, python-format
msgid ""
"If you have any trouble resetting your password, contact us at <a href="
"\"mailto:%(THEME_CONTACT_EMAIL)s\">%(THEME_CONTACT_EMAIL)s</a>."
"\"mailto:%(CONTACT_EMAIL)s\">%(CONTACT_EMAIL)s</a>."
msgstr ""
"Wenn Sie irgendwelche Schwierigkeiten dabei haben, ihr Passwort "
"zurückzusetzen kontaktieren Sie uns unter: <a href=\"mailto:"
"%(THEME_CONTACT_EMAIL)s\">%(THEME_CONTACT_EMAIL)s</a>."
"%(CONTACT_EMAIL)s\">%(CONTACT_EMAIL)s</a>."

#: templates/account/password_reset_sent.html:7
#: templates/account/password_reset_sent.html:12
Expand All @@ -309,12 +309,12 @@ msgstr "Wiederherstellungsanfrage gesendet"
#, python-format
msgid ""
"We have sent you an email. If you do not receive it within a few minutes, "
"try resending or contact us at <a href=\"mailto:%(THEME_CONTACT_EMAIL)s\">"
"%(THEME_CONTACT_EMAIL)s</a>."
"try resending or contact us at <a href=\"mailto:%(CONTACT_EMAIL)s\">"
"%(CONTACT_EMAIL)s</a>."
msgstr ""
"Wir haben Ihnen eine Email gesendet. Wenn Sie sie nicht innerhalb der "
"nächsten Minuten erhalten, versuchen Sie es erneut oder kontaktieren Sie uns "
"unter: <a href=\"mailto:%(THEME_CONTACT_EMAIL)s\">%(THEME_CONTACT_EMAIL)s</"
"unter: <a href=\"mailto:%(CONTACT_EMAIL)s\">%(CONTACT_EMAIL)s</"
"a>."

#: templates/account/password_reset_sent.html:19
Expand All @@ -325,12 +325,12 @@ msgstr "Erneut senden"
#, python-format
msgid ""
"We have resent the password email. If you do not receive it within a few "
"minutes, contact us at <a href=\"mailto:%(THEME_CONTACT_EMAIL)s\">"
"%(THEME_CONTACT_EMAIL)s</a>."
"minutes, contact us at <a href=\"mailto:%(CONTACT_EMAIL)s\">"
"%(CONTACT_EMAIL)s</a>."
msgstr ""
"Wir haben die Email zur Wiederherstellung Ihres Passworts erneut gesendet. "
"Falls Sie sie nicht innerhalb weniger Minuten erhalten, kontaktieren Sie uns "
"unter: <a href=\"mailto:%(THEME_CONTACT_EMAIL)s\">%(THEME_CONTACT_EMAIL)s</"
"unter: <a href=\"mailto:%(CONTACT_EMAIL)s\">%(CONTACT_EMAIL)s</"
"a>."

#: templates/account/password_reset_token.html:7
Expand Down
Binary file modified pinax/templates/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified pinax/templates/locale/ja/LC_MESSAGES/django.mo
Binary file not shown.
Binary file modified pinax/templates/locale/zh_CN/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import find_packages, setup

VERSION = "2.0.4"
VERSION = "2.0.5"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-templates.svg
:target: https://pypi.python.org/pypi/pinax-templates/
Expand Down

0 comments on commit ca3dc10

Please sign in to comment.