Skip to content

Translate extending/building.po rst:7 and rst:9 #557

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

Merged
merged 10 commits into from
Aug 13, 2023
4 changes: 3 additions & 1 deletion extending/building.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ msgstr ""

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

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

#: ../../extending/building.rst:12
msgid ""
Expand Down