Skip to content

Commit 90c4f49

Browse files
committed
Translate extending/building.po rst:7 and rst:9
1 parent 3e38b1a commit 90c4f49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extending/building.po

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ msgstr ""
2020

2121
#: ../../extending/building.rst:7
2222
msgid "Building C and C++ Extensions"
23-
msgstr ""
23+
msgstr "建立 C 與 C++ 擴充功能"
2424

2525
#: ../../extending/building.rst:9
2626
msgid ""
2727
"A C extension for CPython is a shared library (e.g. a ``.so`` file on Linux, "
2828
"``.pyd`` on Windows), which exports an *initialization function*."
2929
msgstr ""
30+
"對於 CPython 的 C 擴充功能是一個函式庫(例如在Linux上的``.so``檔案,在Windows"
31+
"上的``.pyd``),會輸出一個*initialization function*。"
3032

3133
#: ../../extending/building.rst:12
3234
msgid ""

0 commit comments

Comments
 (0)