Skip to content

Commit dc9a09e

Browse files
committed
chore: update README & GitHub Action for python 3.10
1 parent d0ca7a1 commit dc9a09e

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "3.7"
77
- "3.8"
88
- "3.9"
9+
- "3.10"
910

1011
jobs:
1112
ci:

.github/workflows/deploy-gh-page.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: deploy-gh-page
33
on:
44
push:
55
branches:
6-
- "3.9"
6+
- "3.10"
77

88
jobs:
99
cd:

.github/workflows/py39-sync-cpython.yml renamed to .github/workflows/py310-sync-cpython.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: python-3.9-sync-with-cpython
1+
name: python-3.10-sync-with-cpython
22

33
on:
44
push:
55
branches:
6-
- "3.9"
6+
- "3.10"
77
schedule:
88
- cron: "0 0 * * *"
99

1010
jobs:
1111
sync:
1212
runs-on: ubuntu-latest
1313
env:
14-
VERSION: "3.9"
15-
BRANCH: "cron/sync/3.9"
14+
VERSION: "3.10"
15+
BRANCH: "cron/sync/3.10"
1616
steps:
1717
- uses: actions/checkout@v2
1818
with:

README.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python 官方說明文件臺灣繁體中文翻譯計畫
66
:target: https://t.me/PyDocTW
77
:alt: Join Chat on Telegram
88

9-
這是 Python 3.9 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
9+
這是 Python 3.10 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
1010

1111
翻譯之前,請務必詳讀並同意\ `授權與 License`_。參與方式請參考\ `參與翻譯`_。
1212

@@ -119,11 +119,11 @@ the PSF for inclusion in the documentation.
119119

120120
接著在 terminal 裡按照以下步驟:
121121

122-
1. 基於最新版本的 ``upstream/3.9`` 開啟一個 branch,現在假設我們想要翻譯 Glossary \
122+
1. 基於最新版本的 ``upstream/3.10`` 開啟一個 branch,現在假設我們想要翻譯 Glossary \
123123
所以把這個 branch 叫做 ``glossary`` ::
124124

125125
git fetch upstream
126-
git checkout -b glossary upstream/3.9
126+
git checkout -b glossary upstream/3.10
127127

128128
2. 接著就可以開始翻譯(翻譯時可參考`翻譯守則`_),你可以手動開啟 Poedit 應用程式再選檔案或用以下指令請 Poedit 將檔案\
129129
打開,翻譯不同檔案時將 glossary 換成別的檔名) ::
@@ -175,7 +175,7 @@ the PSF for inclusion in the documentation.
175175

176176
- 從 upstream(我們的主要 GitHub repo)做 fetch 的動作
177177
- 對 origin(你的 fork)做 push
178-
- 永遠不對 ``3.9`` branch 進行修改,請保持讓這個 branch 唯讀,可以避免\
178+
- 永遠不對 ``3.10`` branch 進行修改,請保持讓這個 branch 唯讀,可以避免\
179179
掉很多問題。
180180

181181
要翻譯哪些東西
@@ -364,8 +364,9 @@ type 型別
364364
.. _Issue: https://github.com/python-doc-tw/python-docs-zh-tw/issues
365365
.. _Telegram: https://t.me/PyDocTW
366366

367-
另外,此翻譯的 coordinator 為 `adrianliaw <https://github.com/adrianliaw>`_,\
368-
您也可以透過此 email 聯繫:``adrianliaw2000 at gmail dot com``。
367+
另外,此翻譯的 coordinator 為 `mattwang44 <https://github.com/mattwang44>`_ 和 \
368+
`josix <https://github.com/josix>`_,您也可以分別透過以下 email 聯繫:\
369+
``mattwang44 at gmail dot com``, ``josixwang at gmail dot com``。
369370

370371

371372
額外翻譯資源

0 commit comments

Comments
 (0)