Skip to content

Commit

Permalink
translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Jan 10, 2025
1 parent c1e4ef9 commit 375ec31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lab/signups/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ msgstr "Approved"
#: signups/views.py:41
msgid "signups:messages:rejected"
msgstr "Rejected"

msgid "yes,empty"
msgstr "yes,"
2 changes: 1 addition & 1 deletion lab/signups/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ msgid "signups:verify:error:expired"
msgstr ""
"<p>Deze link is niet meer geldig. Uw gegevens hebben wij daarom helaas moeten verwijderen.</p>"
"<p>Wilt u uw kind toch graag aanmelden voor het Babylab voor Taalonderzoek, "
"dan verzoeken wij u vriendelijk om dit opnieuw te doen via AANMELDEN hieronder.</p>"
"dan verzoeken wij u vriendelijk om dit opnieuw te doen via AANMELDEN hieronder.</p>"
2 changes: 1 addition & 1 deletion lab/signups/templates/signups/signup_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="h2">
</tr>
<tr>
<td> {% translate "participant:attribute:english_contact" %} </td>
<td> {{ signup.english_contact|yesno:_("yes,empty") }} </td>
<td> {{ signup.english_contact|yesno:_("yes,no") }} </td>
</tr>
</table>

Expand Down

0 comments on commit 375ec31

Please sign in to comment.