Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
e00202d9
Commit
e00202d9
authored
Nov 08, 2018
by
Sébastiaan Versteeg
Committed by
Luko van der Maas
Nov 08, 2018
Browse files
Fix events frontpage translation
parent
4943127f
Changes
3
Hide whitespace changes
Inline
Side-by-side
website/events/locale/nl/LC_MESSAGES/django.mo
View file @
e00202d9
No preview for this file type
website/events/locale/nl/LC_MESSAGES/django.po
View file @
e00202d9
...
...
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-1
0-11 00:5
3+0
2
00\n"
"PO-Revision-Date: 2018-1
0-11 00:5
5+0
2
00\n"
"POT-Creation-Date: 2018-1
1-08 13:4
3+0
1
00\n"
"PO-Revision-Date: 2018-1
1-08 13:4
5+0
1
00\n"
"Last-Translator: Thom Wiggers <thom@thomwiggers.nl>\n"
"Language-Team: \n"
"Language: nl\n"
...
...
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.
1.1
\n"
"X-Generator: Poedit 2.
2
\n"
#: admin.py
msgid "lecture year"
...
...
@@ -694,6 +694,15 @@ msgstr "Aangemeld voor dit evenement"
msgid "Not registered for this event"
msgstr "Niet aangemeld voor dit evenement"
#: templates/events/frontpage.html
#, python-format
msgid ""
"Searching for another event? <a href=\"%(events_index)s\">Take a look at the "
"entire agenda.</a>"
msgstr ""
"Op zoek naar een andere evenement? <a href=\"%(events_index)s\">Bekijk de hele "
"agenda.</a>"
#: templates/events/index.html
msgid "iCal feed (all events)"
msgstr "iCal feed (alle evenementen)"
...
...
website/events/templates/events/frontpage.html
View file @
e00202d9
...
...
@@ -32,7 +32,10 @@
{% endfor %}
</div>
<p
class=
"text-center"
>
Searching for another event?
<a
href=
"{% url 'events:index' %}"
>
Take a look at the entire agenda.
</a>
{% url 'events:index' as events_index %}
{% blocktrans trimmed %}
Searching for another event?
<a
href=
"{{ events_index }}"
>
Take a look at the entire agenda.
</a>
{% endblocktrans %}
</p>
</div>
</section>
Jelle Besseling
@jbesseling
mentioned in commit
8e56c6ab
·
Nov 08, 2018
mentioned in commit
8e56c6ab
mentioned in commit 8e56c6abe534940cc5d9aa4f7b17c366d7b4cc85
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment