File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 3
3
# Here is what you can do:
4
4
#
5
5
# - make all # Automatically build an html local version
6
+ # - make build # To build a single .po file
6
7
# - make todo # To list remaining tasks
7
8
# - make merge # To merge pot from upstream
8
9
# - make fuzzy # To find fuzzy strings
Original file line number Diff line number Diff line change @@ -150,6 +150,10 @@ the PSF for inclusion in the documentation.
150
150
151
151
確保輸出中沒有任何關於正在翻譯的檔案的警告訊息。
152
152
153
+ 在 ``make all`` 後,可以使用 ``make build`` 來只對單一 ``.po`` 檔進行編譯,可以節省較多的時間 ::
154
+
155
+ VERSION=3.12 make build glossary.po
156
+
153
157
如果你還沒有執行 `維護、預覽`_ 的 clone CPython 的動作,此指令會自動幫你 clone CPython,\
154
158
並且會使用 Sphinx 幫你檢查 reST 語法錯誤,我們盡量保持沒有 warning \
155
159
的狀態,因此如果有出現 warning 的話請修復它。另外也記得檢查是否符合\
You can’t perform that action at this time.
0 commit comments