File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Python 官方說明文件臺灣繁體中文翻譯計畫
6
6
:target: https://t.me/PyDocTW
7
7
:alt: Join Chat on Telegram
8
8
9
- 這是 Python 3.7 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
9
+ 這是 Python 3.9 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
10
10
11
11
翻譯之前,請務必詳讀並同意\ `授權與 License `_。參與方式請參考\ `參加翻譯 `_。
12
12
@@ -106,11 +106,11 @@ the PSF for inclusion in the documentation.
106
106
107
107
接著在 terminal 裡按照以下步驟:
108
108
109
- 1. 基於最新版本的 ``upstream/3.7 `` 開啟一個 branch,現在假設我們想要翻譯 Glossary
109
+ 1. 基於最新版本的 ``upstream/3.9 `` 開啟一個 branch,現在假設我們想要翻譯 Glossary
110
110
所以把這個 branch 叫做 ``glossary `` ::
111
111
112
112
git fetch upstream
113
- git checkout -b glossary upstream/3.7
113
+ git checkout -b glossary upstream/3.9
114
114
115
115
2. 接著就可以開始翻譯,你可以使用 Poedit 應用程式將檔案打開,或是用以下指令\
116
116
(翻譯不同檔案時將 glossary 換成別的檔名) ::
@@ -159,7 +159,7 @@ the PSF for inclusion in the documentation.
159
159
160
160
- 從 upstream(我們的主要 GitHub repo)做 fetch 的動作
161
161
- 對 origin(你的 fork)做 push
162
- - 永遠不對 ``3.7 `` branch 進行修改,請保持讓這個 branch 唯讀,可以避免\
162
+ - 永遠不對 ``3.9 `` branch 進行修改,請保持讓這個 branch 唯讀,可以避免\
163
163
掉很多問題。
164
164
165
165
要翻譯哪些東西
You can’t perform that action at this time.
0 commit comments