File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 7
7
- " 3.8"
8
8
- " 3.9"
9
9
- " 3.10"
10
+ - " 3.11"
10
11
11
12
jobs :
12
13
ci :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: deploy-gh-page
3
3
on :
4
4
push :
5
5
branches :
6
- - " 3.10 "
6
+ - " 3.11 "
7
7
8
8
jobs :
9
9
cd :
Original file line number Diff line number Diff line change 1
- name : python-3.10 -sync-with-cpython
1
+ name : python-3.11 -sync-with-cpython
2
2
3
3
on :
4
4
push :
5
5
branches :
6
- - " 3.10 "
6
+ - " 3.11 "
7
7
schedule :
8
8
- cron : " 0 0 * * *"
9
9
10
10
jobs :
11
11
sync :
12
12
runs-on : ubuntu-latest
13
13
env :
14
- VERSION : " 3.10 "
15
- BRANCH : " cron/sync/3.10 "
14
+ VERSION : " 3.11 "
15
+ BRANCH : " cron/sync/3.11 "
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
with :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Python 官方說明文件臺灣繁體中文翻譯計畫
6
6
:target: https://discord.gg/44XheGXhWH
7
7
:alt: Join Chat on Discord
8
8
9
- 這是 Python 3.10 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
9
+ 這是 Python 3.11 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
10
10
11
11
翻譯之前,請務必詳讀並同意\ `授權與 License `_。參與方式請參考\ `參與翻譯 `_。
12
12
@@ -119,11 +119,11 @@ the PSF for inclusion in the documentation.
119
119
120
120
接著在 terminal 裡按照以下步驟:
121
121
122
- 1. 基於最新版本的 ``upstream/3.10 `` 開啟一個 branch,現在假設我們想要翻譯 Glossary \
122
+ 1. 基於最新版本的 ``upstream/3.11 `` 開啟一個 branch,現在假設我們想要翻譯 Glossary \
123
123
所以把這個 branch 叫做 ``glossary `` ::
124
124
125
125
git fetch upstream
126
- git checkout -b glossary upstream/3.10
126
+ git checkout -b glossary upstream/3.11
127
127
128
128
2. 接著就可以開始翻譯(翻譯時可參考`翻譯守則`_),你可以手動開啟 Poedit 應用程式再選檔案或用以下指令請 Poedit 將檔案\
129
129
打開,翻譯不同檔案時將 glossary 換成別的檔名) ::
@@ -175,7 +175,7 @@ the PSF for inclusion in the documentation.
175
175
176
176
- 從 upstream(我們的主要 GitHub repo)做 fetch 的動作
177
177
- 對 origin(你的 fork)做 push
178
- - 永遠不對 ``3.10 `` branch 進行修改,請保持讓這個 branch 唯讀,可以避免\
178
+ - 永遠不對 ``3.11 `` branch 進行修改,請保持讓這個 branch 唯讀,可以避免\
179
179
掉很多問題。
180
180
181
181
要翻譯哪些東西
You can’t perform that action at this time.
0 commit comments