Update translations

This commit is contained in:
Raphael Michel
2017-10-07 18:42:02 +02:00
parent 6d1b4b0a39
commit 3e686211e1
5 changed files with 1678 additions and 1268 deletions

View File

@@ -90,6 +90,7 @@ def test_send_mail_with_user_locale(env):
assert djmail.outbox[0].subject == 'Benutzer'
assert 'The language code used for rendering this e-mail is de.' in djmail.outbox[0].body
@pytest.mark.django_db
def test_sendmail_placeholder(env):
djmail.outbox = []
@@ -98,4 +99,4 @@ def test_sendmail_placeholder(env):
assert len(djmail.outbox) == 1
assert djmail.outbox[0].to == [user.email]
assert djmail.outbox[0].subject == 'Dummy Test subject'
assert djmail.outbox[0].subject == 'Dummy Test subject'