File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
locales/pl_PL/LC_MESSAGES Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
def setup_translations (app ):
17
17
translation = gettext .translation (
18
18
domain = "messages" ,
19
- localedir = str (THEME_PATH / "locales" ),
19
+ localedir = os . fspath (THEME_PATH / "locales" ),
20
20
languages = [app .config .language ],
21
21
fallback = True ,
22
22
)
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ msgstr "Motyw"
46
46
47
47
#: python_docs_theme/layout.html:62
48
48
msgid "Auto"
49
- msgstr "Auto "
49
+ msgstr "auto "
50
50
51
51
#: python_docs_theme/layout.html:63
52
52
msgid "Light"
53
- msgstr "Jasny "
53
+ msgstr "jasny "
54
54
55
55
#: python_docs_theme/layout.html:64
56
56
msgid "Dark"
57
- msgstr "Ciemny "
57
+ msgstr "ciemny "
58
58
59
59
#: python_docs_theme/layout.html:96
60
60
msgid "Menu"
@@ -69,16 +69,16 @@ msgid ""
69
69
"This page is licensed under the Python Software Foundation License "
70
70
"Version 2."
71
71
msgstr ""
72
- "Ta strona jest licencjonowana na podstawie licencji Python Software "
73
- "Foundation License Version 2."
72
+ "Ta strona jest objęta licencją Python Software "
73
+ "Foundation w wersji 2."
74
74
75
75
#: python_docs_theme/layout.html:149
76
76
msgid ""
77
77
"Examples, recipes, and other code in the documentation are additionally "
78
78
"licensed under the Zero Clause BSD License."
79
79
msgstr ""
80
- "Przykłady, przepisy i inny kod w dokumentacji są dodatkowo udostępnione "
81
- "na podstawie licencji Zero Clause BSD."
80
+ "Przykłady, przepisy i inny kod w dokumentacji są dodatkowo objęte "
81
+ "licencją Zero Clause BSD."
82
82
83
83
#: python_docs_theme/layout.html:152
84
84
#, python-format
You can’t perform that action at this time.
0 commit comments