Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
345 changes: 168 additions & 177 deletions locale/ar/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified locale/de/LC_MESSAGES/django.mo
Binary file not shown.
7,586 changes: 5,628 additions & 1,958 deletions locale/de/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified locale/es/LC_MESSAGES/django.mo
Binary file not shown.
4,803 changes: 3,219 additions & 1,584 deletions locale/es/LC_MESSAGES/django.po

Large diffs are not rendered by default.

345 changes: 168 additions & 177 deletions locale/fa/LC_MESSAGES/django.po

Large diffs are not rendered by default.

345 changes: 168 additions & 177 deletions locale/fr/LC_MESSAGES/django.po

Large diffs are not rendered by default.

345 changes: 168 additions & 177 deletions locale/he/LC_MESSAGES/django.po

Large diffs are not rendered by default.

345 changes: 168 additions & 177 deletions locale/ko/LC_MESSAGES/django.po

Large diffs are not rendered by default.

Binary file modified locale/nl/LC_MESSAGES/django.mo
Binary file not shown.
7,503 changes: 5,570 additions & 1,933 deletions locale/nl/LC_MESSAGES/django.po

Large diffs are not rendered by default.

345 changes: 168 additions & 177 deletions locale/pt/LC_MESSAGES/django.po

Large diffs are not rendered by default.

345 changes: 168 additions & 177 deletions locale/pt_BR/LC_MESSAGES/django.po

Large diffs are not rendered by default.

345 changes: 168 additions & 177 deletions locale/ru/LC_MESSAGES/django.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/emails/existing_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<p>{% trans "Here you can find instructions on editing website: https://organize.djangogirls.org/website/" %}</p>

<p>
{% blocktrans with email=event.email %}
{% blocktrans trimmed with email=event.email %}
Your event's email is {{ email }}. Ask the main organizer of you event
for password and instructions to access it.
{% endblocktrans %}
Expand Down
2 changes: 1 addition & 1 deletion templates/emails/organize/event_deployed.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3>{% trans "1) Email address" %}</h3>
<p>{% blocktrans with email=event.email %}Your e-mail is {{ email }}.{% endblocktrans %}</p>

<p>
{% blocktrans with email=event.email %}
{% blocktrans trimmed with email=event.email %}
You can login here: <a href="http://mail.djangogirls.org/">http://mail.djangogirls.org/</a><br/>
Username: {{ email }} (@djangogirls.com works too!)<br/>
{% endblocktrans %}
Expand Down