File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ the PSF for inclusion in the documentation.
73
73
翻譯流程
74
74
------------
75
75
76
+ **請注意 **: 以下基於 ``make `` 的便捷指令僅能運作於 Unix 系統上(無法使用並不影響主要翻譯流程),\
77
+ 其他作業系統的使用者在翻譯後可考慮改於 `GitHub Codespace <https://github.com/features/codespaces >`_ 上呼叫 ``make `` 指令。
78
+
76
79
事先需要有
77
80
~~~~~~~~~~
78
81
@@ -125,14 +128,14 @@ the PSF for inclusion in the documentation.
125
128
git fetch upstream
126
129
git checkout -b glossary upstream/3.11
127
130
128
- 2. 接著就可以開始翻譯(翻譯時可參考`翻譯守則`_),你可以手動開啟 Poedit 應用程式再選檔案或用以下指令請 Poedit 將檔案\
131
+ 2. 接著就可以開始翻譯(翻譯時可參考 `翻譯守則 `_),你可以手動開啟 Poedit 應用程式再選檔案或用以下指令請 Poedit 將檔案\
129
132
打開,翻譯不同檔案時將 glossary 換成別的檔名) ::
130
133
131
134
poedit glossary.po
132
135
133
136
3. 存檔以後,執行以下列指令編譯輸出文件,以確保你的修改沒有 rST 的語法錯誤或警告 ::
134
137
135
- make all
138
+ VERSION=3.11 make all
136
139
137
140
如果你還沒有執行 `維護、預覽`_ 的 clone CPython 的動作,此指令會自動幫你 clone CPython,\
138
141
並且會使用 Sphinx 幫你檢查 rST 語法錯誤,我們盡量保持沒有 warning \
2A47
You can’t perform that action at this time.
0 commit comments