File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ the PSF for inclusion in the documentation.
80
80
- `安裝好 git <https://help.github.com/articles/set-up-git/ >`_\ (Windows
81
81
上請參考 https://gitforwindows.org/)
82
82
- 一個 ``.po `` 檔的編輯器。推薦使用 `Poedit <https://poedit.net >`_,若熟悉 po 檔用一般文字編輯器亦可。
83
- - macOS 的使用者還需要先利用 `homebrew <https://brew.sh/index_zh-tw >`_ 安裝 gettext ,屆時 Sphinx 會使用到。
83
+ - macOS 的使用者還需要先利用 `homebrew <https://brew.sh/index_zh-tw >`_ 安裝 gettext,屆時 Sphinx 會使用到。
84
84
.. code-block :: bash
85
85
86
86
brew install gettext
@@ -404,7 +404,7 @@ branch clone 下來。
404
404
----------------------------------------------------------
405
405
406
406
pot 檔為翻譯的樣板檔案,它包含需要翻譯的原始字串 (*msgid *) 跟其對應的空白翻譯字串 (*msgstr *),\
407
- 此步驟會參考最新的 Cpython 中的 pot 檔來更新 po 檔。如果是之前在 po 檔中已填入過翻議字串但參考的 \
407
+ 此步驟會參考最新的 CPython 中的 pot 檔來更新 po 檔。如果是之前在 po 檔中已填入過翻議字串但參考的 \
408
408
pot 檔的 ``msgid `` 已有變動,則此指令會自動加上 ``#, fuzzy `` 的標記,代表內容有些許差異需要更新。
409
409
410
410
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments