We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e38b1a commit 90c4f49Copy full SHA for 90c4f49
extending/building.po
@@ -20,13 +20,15 @@ msgstr ""
20
21
#: ../../extending/building.rst:7
22
msgid "Building C and C++ Extensions"
23
-msgstr ""
+msgstr "建立 C 與 C++ 擴充功能"
24
25
#: ../../extending/building.rst:9
26
msgid ""
27
"A C extension for CPython is a shared library (e.g. a ``.so`` file on Linux, "
28
"``.pyd`` on Windows), which exports an *initialization function*."
29
msgstr ""
30
+"對於 CPython 的 C 擴充功能是一個函式庫(例如在Linux上的``.so``檔案,在Windows"
31
+"上的``.pyd``),會輸出一個*initialization function*。"
32
33
#: ../../extending/building.rst:12
34
0 commit comments