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``),會匯出一個\\ *初始化函式*。"

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