File tree Expand file tree Collapse file tree 4 files changed +6
-70
lines changed Expand file tree Collapse file tree 4 files changed +6
-70
lines changed 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.12 "
6
+ - " 3.13 "
7
7
8
8
jobs :
9
9
cd :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 38
38
export PRINT_HELP_PYSCRIPT # End of python section
39
39
40
40
CPYTHON_CLONE := ../cpython
41
- VERSION := $(or $(VERSION ) , 3.12 )
41
+ VERSION := $(or $(VERSION ) , 3.13 )
42
42
SPHINX_CONF := $(CPYTHON_CLONE ) /Doc/conf.py
43
43
LANGUAGE := zh_TW
44
44
LC_MESSAGES := $(CPYTHON_CLONE ) /Doc/locales/$(LANGUAGE ) /LC_MESSAGES
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.12 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
9
+ 這是 Python 3.13 官方說明文件的臺灣繁體中文(zh_TW)翻譯。
10
10
11
11
翻譯之前,請務必詳讀並同意\ `授權與 License `_。參與方式請參考\ `參與翻譯 `_。
12
12
@@ -132,13 +132,13 @@ the PSF for inclusion in the documentation.
132
132
133
133
接著在 terminal 裡按照以下步驟:
134
134
135
- 1. 基於最新版本的 ``upstream/3.12 `` 開啟一個 branch,現在假設我們想要翻譯 library/math.po \
135
+ 1. 基於最新版本的 ``upstream/3.13 `` 開啟一個 branch,現在假設我們想要翻譯 library/math.po \
136
136
所以把這個 branch 叫做 ``library/math ``:
137
137
138
138
.. code-block :: bash
139
139
140
140
git fetch upstream
141
- git checkout -b library/math upstream/3.12
141
+ git checkout -b library/math upstream/3.13
142
142
143
143
2. 接著就可以開始翻譯(翻譯時可參考\ `翻譯守則 `_),你可以手動開啟 Poedit 應用程式再選 \
144
144
library/math.po 檔案打開
@@ -222,7 +222,7 @@ the PSF for inclusion in the documentation.
222
222
223
223
- 從 upstream(我們的主要 GitHub repo)做 fetch 的動作
224
224
- 對 origin(你的 fork)做 push
225
- - 永遠不對 ``3.12 `` branch 進行修改,請保持讓這個 branch 唯讀,可以避免掉很多問題。
225
+ - 永遠不對 ``3.13 `` branch 進行修改,請保持讓這個 branch 唯讀,可以避免掉很多問題。
226
226
227
227
要翻譯哪些東西
228
228
--------------
You can’t perform that action at this time.
0 commit comments