Skip to content

Commit

Permalink
Merge pull request #506 from chris34/backport-inyoka
Browse files Browse the repository at this point in the history
Backport inyoka
  • Loading branch information
chris34 authored Jan 23, 2025
2 parents 9fa5b6b + 3a04e2d commit 3494417
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 151 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.egg-info
*.gz
*.min.js
*.pot
*.py[cod]

dist
Expand Down
2 changes: 1 addition & 1 deletion inyoka_theme_ubuntuusers/jinja2/portal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3><a href="{{ href('portal', 'calendar') }}">{% trans %}Upcoming events{% endt
{% if events %}
<ul class="events">
{% for event in events %}
<li>{{ event.friendly_title(with_html_link=true) }}</li>
<li>{{ macros.friendly_title(event) }}</li>
{%- endfor %}
</ul>
{% else %}
Expand Down
Binary file modified inyoka_theme_ubuntuusers/locale/de_DE/LC_MESSAGES/django.mo
Binary file not shown.
8 changes: 7 additions & 1 deletion inyoka_theme_ubuntuusers/locale/de_DE/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Inyoka Project v0.15.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-10-13 15:20+0200\n"
"POT-Creation-Date: 2025-01-21 22:49+0100\n"
"PO-Revision-Date: 2023-11-12 16:29+0100\n"
"Last-Translator: Lyra, 2017\n"
"Language: de_DE\n"
Expand Down Expand Up @@ -55,6 +55,9 @@ msgstr "Kontrollzentrum"
msgid "Created:"
msgstr "Erstellt:"

msgid "Downloads"
msgstr "Downloads"

msgid "Event suggestions"
msgstr "Veranstaltungsvorschläge"

Expand Down Expand Up @@ -139,6 +142,9 @@ msgstr "Einen Artikel vorschlagen"
msgid "Suggest an event"
msgstr "Eine Veranstaltung vorschlagen"

msgid "There are no upcoming events."
msgstr "Keine anstehende Veranstaltungen vorhanden."

msgid "Turn admin links on/off"
msgstr "Adminlinks ein/aus"

Expand Down
149 changes: 0 additions & 149 deletions inyoka_theme_ubuntuusers/locale/django.pot

This file was deleted.

0 comments on commit 3494417

Please sign in to comment.