Skip to content

Commit 31ec82e

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 1fcce1a commit 31ec82e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

c-api/typeobj.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-08-23 14:15+0000\n"
15+
"POT-Creation-Date: 2025-08-27 14:18+0000\n"
1616
"PO-Revision-Date: 2025-08-02 17:33+0000\n"
1717
"Last-Translator: Daniel Nylander <[email protected]>, 2025\n"
1818
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -5142,7 +5142,7 @@ msgstr ""
51425142
" PyVarObject_HEAD_INIT(NULL, 0)\n"
51435143
" .tp_name = \"mymod.MyStr\",\n"
51445144
" .tp_basicsize = sizeof(MyStr),\n"
5145-
" .tp_base = NULL, // set to &PyUnicode_Type in module init\n"
5145+
" .tp_base = NULL, // ställ in till &PyUnicode_Type i modulen init\n"
51465146
" .tp_doc = PyDoc_STR(\"my custom str\"),\n"
51475147
" .tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_DISALLOW_INSTANTIATION,\n"
51485148
" .tp_repr = (reprfunc)myobj_repr,\n"

c-api/weakref.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-08-23 14:15+0000\n"
15+
"POT-Creation-Date: 2025-08-27 14:18+0000\n"
1616
"PO-Revision-Date: 2025-08-02 17:33+0000\n"
1717
"Last-Translator: Daniel Nylander <[email protected]>, 2025\n"
1818
"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -155,7 +155,7 @@ msgid ""
155155
"This function is called by the :c:member:`~PyTypeObject.tp_dealloc` handler "
156156
"to clear weak references."
157157
msgstr ""
158-
"Denna funktion anropas av handläggaren :c:member:`~PyTypeObject.tp_dealloc` "
158+
"Denna funktion anropas av hanteraren :c:member:`~PyTypeObject.tp_dealloc` "
159159
"för att rensa svaga referenser."
160160

161161
msgid ""

tutorial/classes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ msgid ""
736736
" print(xf())"
737737
msgstr ""
738738
"xf = x.f\n"
739-
"medan True:\n"
739+
"while True:\n"
740740
" print(xf())"
741741

742742
msgid "will continue to print ``hello world`` until the end of time."

0 commit comments

Comments
 (0)