Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix translation for back-to-pages-button #3019

Merged
merged 1 commit into from
Aug 23, 2024
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
2 changes: 1 addition & 1 deletion integreat_cms/cms/templates/pages/page_tree_archived.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="heading">
</h1>
<a href="{% url 'pages' region_slug=request.region.slug language_slug=language.slug %}"
class="font-bold text-sm text-gray-800 flex items-center gap-1 mb-2 hover:underline">
<span><i icon-name="layout" class="align-top h-5"></i> {% translate "Back to page tree" %}</span>
<span><i icon-name="layout" class="align-top h-5"></i> {% translate "Back to pages" %}</span>
</a>
</div>
<div class="flex flex-wrap justify-between gap-4">
Expand Down
7 changes: 3 additions & 4 deletions integreat_cms/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -4708,8 +4708,7 @@ msgstr "Oder auf bestehende Inhalte verlinken"

#: cms/templates/_tinymce_config.html
msgid "Automatically use the title of the linked content for the link"
msgstr ""
"Automatisch den Titel des verlinkten Inhalts als Linktext verwenden"
msgstr "Automatisch den Titel des verlinkten Inhalts als Linktext verwenden"

#: cms/templates/_tinymce_config.html
msgid "Media Library..."
Expand Down Expand Up @@ -7048,8 +7047,8 @@ msgid "Archived Pages"
msgstr "Archivierte Seiten"

#: cms/templates/pages/page_tree_archived.html
msgid "Back to page tree"
msgstr "Zurück zum Seiten-Baum"
msgid "Back to pages"
msgstr "Zurück zu Seiten"

#: cms/templates/pages/page_tree_archived.html
msgid "No archived pages found with these filters."
Expand Down
Loading