Skip to content

Commit

Permalink
Merge pull request #955 from maykinmedia/issue/2022-update-translatio…
Browse files Browse the repository at this point in the history
…ns-sprint-18

🌐 [#2022] Update translations january 2024
  • Loading branch information
alextreme authored Jan 16, 2024
2 parents 3321179 + 2fe0074 commit f1a566e
Show file tree
Hide file tree
Showing 5 changed files with 845 additions and 688 deletions.
2 changes: 1 addition & 1 deletion src/open_inwoner/accounts/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ def test_password_reset_email_contains_proper_data(self):
)
self.assertIn(
_(
"U ontvangt deze e-mail, omdat u een aanvraag voor opnieuw instellen van het wachtwoord voor uw account op example.comhebt gedaan."
"U ontvangt deze e-mail, omdat u een aanvraag voor opnieuw instellen van het wachtwoord voor uw account op example.com hebt gedaan."
).format(domain=current_site.domain),
body,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3 class="h3" id="files">{{ title }}</h3>
{% file file=file.file created=created name=file.name uuid=file.uuid allow_delete=allow_delete download_url=download_url show_download=show_download %}
</li>
{% empty %}
<li><p class="p">{% trans "Er zijn nog geen bestanden geupload" %}</p></li>
<li><p class="p">{% trans "Er zijn nog geen bestanden geüpload" %}</p></li>
{% endfor %}
</ul>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<table class="table table--light">
<tr>
<th class="table__header">{% trans "Oudere versie" %}</th>
<th class="table__header">{% trans "Geupload door" %}</th>
<th class="table__header">{% trans "Geüpload door" %}</th>
<th class="table__header">{% trans "Datum" %}</th>
<th class="table__header"></th>
</tr>
Expand Down
Binary file modified src/open_inwoner/conf/locale/nl/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit f1a566e

Please sign in to comment.