-
-
Notifications
You must be signed in to change notification settings - Fork 69
Enable theme translation #246
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
Open
StanFromIreland
wants to merge
6
commits into
python:main
Choose a base branch
from
StanFromIreland:localize-theme
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+148
−10
Open
Changes from 3 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c75ef67
Commit
StanFromIreland 6377d64
Remove CI step
StanFromIreland 9dede66
Fixup
StanFromIreland 49f99d8
Apply suggestions from Maciek
StanFromIreland 7c1c487
Fixup
StanFromIreland 62f3a27
Merge remote-tracking branch 'origin/localize-theme' into localize-theme
StanFromIreland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,6 @@ coverage.xml | |
.hypothesis/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
# Django stuff: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
127 changes: 127 additions & 0 deletions
127
python_docs_theme/locales/pl_PL/LC_MESSAGES/messages.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
# Polish (Poland) translations for python-docs-theme. | ||
# Copyright (C) 2025 Python Software Foundation | ||
# This file is distributed under the same license as the python-docs-theme | ||
# project. | ||
# Stan Ulbrych, 2025. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: python-docs-theme 2025.5\n" | ||
"Report-Msgid-Bugs-To: https://github.com/python/python-docs-theme/issues\n" | ||
"POT-Creation-Date: 2025-08-07 19:09+0200\n" | ||
"PO-Revision-Date: 2025-08-07 15:11+0200\n" | ||
"Last-Translator: Stan Ulbrych \n" | ||
"Language: pl_PL\n" | ||
"Language-Team: pl_PL <[email protected]>\n" | ||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && " | ||
"(n%100<10 || n%100>=20) ? 1 : 2);\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.16.0\n" | ||
|
||
#: python_docs_theme/footerdonate.html:1 | ||
msgid "The Python Software Foundation is a non-profit corporation." | ||
msgstr "Python Software Foundation jest organizacją non-profit." | ||
|
||
#: python_docs_theme/footerdonate.html:2 | ||
msgid "Please donate." | ||
msgstr "Prosimy o wsparcie." | ||
|
||
#: python_docs_theme/layout.html:6 | ||
msgid "Navigation" | ||
msgstr "Nawigacja" | ||
|
||
#: python_docs_theme/layout.html:51 python_docs_theme/layout.html:111 | ||
msgid "Quick search" | ||
msgstr "Szybkie wyszukiwanie" | ||
|
||
#: python_docs_theme/layout.html:52 python_docs_theme/layout.html:112 | ||
msgid "Go" | ||
msgstr "Szukaj" | ||
|
||
#: python_docs_theme/layout.html:60 | ||
msgid "Theme" | ||
msgstr "Motyw" | ||
|
||
#: python_docs_theme/layout.html:62 | ||
msgid "Auto" | ||
msgstr "Auto" | ||
StanFromIreland marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: python_docs_theme/layout.html:63 | ||
msgid "Light" | ||
msgstr "Jasny" | ||
StanFromIreland marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: python_docs_theme/layout.html:64 | ||
msgid "Dark" | ||
msgstr "Ciemny" | ||
StanFromIreland marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: python_docs_theme/layout.html:96 | ||
msgid "Menu" | ||
msgstr "Menu" | ||
|
||
#: python_docs_theme/layout.html:142 | ||
msgid "Copyright" | ||
msgstr "Prawa autorskie" | ||
|
||
#: python_docs_theme/layout.html:147 | ||
msgid "" | ||
"This page is licensed under the Python Software Foundation License " | ||
"Version 2." | ||
msgstr "" | ||
"Ta strona jest licencjonowana na podstawie licencji Python Software " | ||
"Foundation License Version 2." | ||
StanFromIreland marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: python_docs_theme/layout.html:149 | ||
msgid "" | ||
"Examples, recipes, and other code in the documentation are additionally " | ||
"licensed under the Zero Clause BSD License." | ||
msgstr "" | ||
"Przykłady, przepisy i inny kod w dokumentacji są dodatkowo udostępnione " | ||
"na podstawie licencji Zero Clause BSD." | ||
StanFromIreland marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
#: python_docs_theme/layout.html:152 | ||
#, python-format | ||
msgid "" | ||
"See <a href=\"%(license_file)s\">History and License</a> for more " | ||
"information." | ||
msgstr "" | ||
"Zobacz <a href=\"%(license_file)s\">Historię i licencję</a> aby uzyskać " | ||
"więcej informacji." | ||
|
||
#: python_docs_theme/layout.html:155 | ||
#, python-format | ||
msgid "Hosted on %(hosted_on)s." | ||
msgstr "Hostowane na %(hosted_on)s." | ||
|
||
#: python_docs_theme/layout.html:163 | ||
#, python-format | ||
msgid "Last updated on %(last_updated)s." | ||
msgstr "Ostatnia aktualizacja %(last_updated)s." | ||
|
||
#: python_docs_theme/layout.html:166 | ||
#, python-format | ||
msgid "<a href=\"%(theme_issues_url)s\">Found a bug</a>?" | ||
msgstr "<a href=\"%(theme_issues_url)s\">Znalazłeś(-aś) błąd</a>?" | ||
|
||
#: python_docs_theme/layout.html:170 | ||
#, python-format | ||
msgid "" | ||
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " | ||
"%(sphinx_version)s." | ||
msgstr "" | ||
"Stworzone za pomocą <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> " | ||
"%(sphinx_version)s." | ||
|
||
#: python_docs_theme/static/copybutton.js:30 | ||
#: python_docs_theme/static/copybutton.js:55 | ||
msgid "Copy" | ||
msgstr "Kopiuj" | ||
|
||
#: python_docs_theme/static/copybutton.js:31 | ||
msgid "Copy to clipboard" | ||
msgstr "Skopiuj do schowka" | ||
|
||
#: python_docs_theme/static/copybutton.js:53 | ||
msgid "Copied!" | ||
msgstr "Skopiowano!" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.