Skip to content

Commit 9dede66

Browse files
Fixup
1 parent 6377d64 commit 9dede66

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

python_docs_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3>{{ _('Navigation') }}</h3>
160160
<br>
161161

162162
{%- if last_updated %}
163-
{% trans last_updated=last_updated|e %}Last updated on %(last_updated)s.{% endtrans %}
163+
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
164164
{%- endif %}
165165
{% if theme_issues_url %}
166166
{% trans %}<a href="{{ theme_issues_url }}">Found a bug</a>?{% endtrans %}
Binary file not shown.

python_docs_theme/locales/pl_PL/LC_MESSAGES/messages.po

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: python-docs-theme 2025.5\n"
1010
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n"
11-
"POT-Creation-Date: 2025-08-07 15:11+0200\n"
11+
"POT-Creation-Date: 2025-08-07 19:09+0200\n"
1212
"PO-Revision-Date: 2025-08-07 15:11+0200\n"
1313
"Last-Translator: Stan Ulbrych \n"
1414
"Language: pl_PL\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=utf-8\n"
2020
"Content-Transfer-Encoding: 8bit\n"
21-
"Generated-By: Babel 2.17.0\n"
21+
"Generated-By: Babel 2.16.0\n"
2222

2323
#: python_docs_theme/footerdonate.html:1
2424
msgid "The Python Software Foundation is a non-profit corporation."
@@ -68,14 +68,16 @@ msgstr "Prawa autorskie"
6868
msgid ""
6969
"This page is licensed under the Python Software Foundation License "
7070
"Version 2."
71-
msgstr "Ta strona jest licencjonowana na podstawie licencji Python Software "
71+
msgstr ""
72+
"Ta strona jest licencjonowana na podstawie licencji Python Software "
7273
"Foundation License Version 2."
7374

7475
#: python_docs_theme/layout.html:149
7576
msgid ""
7677
"Examples, recipes, and other code in the documentation are additionally "
7778
"licensed under the Zero Clause BSD License."
78-
msgstr "Przykłady, przepisy i inny kod w dokumentacji są dodatkowo udostępnione "
79+
msgstr ""
80+
"Przykłady, przepisy i inny kod w dokumentacji są dodatkowo udostępnione "
7981
"na podstawie licencji Zero Clause BSD."
8082

8183
#: python_docs_theme/layout.html:152
@@ -95,7 +97,7 @@ msgstr "Hostowane na %(hosted_on)s."
9597
#: python_docs_theme/layout.html:163
9698
#, python-format
9799
msgid "Last updated on %(last_updated)s."
98-
msgstr "Ostatnia aktualizacja %(last_updated)."
100+
msgstr "Ostatnia aktualizacja %(last_updated)s."
99101

100102
#: python_docs_theme/layout.html:166
101103
#, python-format

0 commit comments

Comments
 (0)