Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 2, 2018. It is now read-only.

Commit 1e6848f

Browse files
committed
Add descriptions about fuzzy entries and local build
1 parent daec513 commit 1e6848f

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,23 @@ branch clone 下來。
213213
214214
$ make merge
215215
216-
本地端 build 文件
217-
-----------------
216+
尋找 fuzzy entries
217+
------------------
218+
219+
*Fuzzy entries* 係指更新 po 檔的原始字串(*msgid*)以後,大部分內容相同但有\
220+
些許差異的字串,即表示該字串的翻譯需要更新。在 po 檔中,您會看到 ``#, fuzzy``
221+
的字樣,這就表示了接下來的字串是 fuzzy entry,需要更新翻譯。
222+
223+
.. code-block:: bash
224+
225+
$ make fuzzy
226+
227+
本地端編譯輸出文件
228+
------------------
229+
230+
輸出的文件會被放置在您的本地端 CPython clone(見 `維護、預覽`_ 段落的圖示)\
231+
底下的 ``Doc/build/html``,切換到該目錄再使用 ``python3 -m http.server``
232+
或類似的靜態網頁伺服器即可以預覽成果。編譯程序則使用:
218233

219234
.. code-block:: bash
220235

0 commit comments

Comments
 (0)