File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 13
13
uses : ./.github/workflows/sync.yml
14
14
with :
15
15
version : " 3.13"
16
- tx_project : " python-newest "
16
+ tx_project : " python-313 "
17
17
secrets : inherit
Original file line number Diff line number Diff line change
1
+ name : python-314
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ push :
6
+ branches :
7
+ - master
8
+ schedule :
9
+ - cron : " 2 * * * *"
10
+
11
+ jobs :
12
+ sync :
13
+ uses : ./.github/workflows/sync.yml
14
+ with :
15
+ version : " 3.14"
16
+ tx_project : " python-newest"
17
+ secrets : inherit
Original file line number Diff line number Diff line change @@ -12,11 +12,16 @@ Maintained versions:
12
12
* - Version
13
13
- Sync status
14
14
- Translation progress
15
+ * - `3.14 <https://github.com/python/python-docs-zh-cn/tree/3.14 >`_
16
+ - .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-314/badge.svg
17
+ :target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-314
18
+ - .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.14%2F.stat.json&query=%24.translation&label=zh-CN
19
+ :target: https://app.transifex.com/python-doc/python-newest/
15
20
* - `3.13 <https://github.com/python/python-docs-zh-cn/tree/3.13 >`_
16
21
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-313/badge.svg
17
22
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-313
18
23
- .. image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpython%2Fpython-docs-zh-cn%2F3.13%2F.stat.json&query=%24.translation&label=zh-CN
19
- :target: https://app.transifex.com/python-doc/python-newest /
24
+ :target: https://app.transifex.com/python-doc/python-313 /
20
25
* - `3.12 <https://github.com/python/python-docs-zh-cn/tree/3.12 >`_
21
26
- .. image:: https://github.com/python/python-docs-zh-cn/workflows/python-312/badge.svg
22
27
:target: https://github.com/python/python-docs-zh-cn/actions?workflow=python-312
You can’t perform that action at this time.
0 commit comments