Skip to content

Commit edfa8d1

Browse files
committed
Meta: link Simplified Chinese translation
Also pull in some recent whatwg/spec-factory changes while here. Closes #1772.
1 parent 3153e5e commit edfa8d1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Build
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 2
20-
- uses: actions/setup-python@v4
20+
- uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.11"
2323
- run: pip install bikeshed && bikeshed update

Diff for: PULL_REQUEST_TEMPLATE.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<!--
22
Thank you for contributing to the Fetch Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
3-
When editing this comment after the PR is created, check that PR-Preview doesn't overwrite your changes.
3+
4+
When you submit this PR, and each time you edit this comment (including checking a checkbox through the UI!), PR Preview will run and update it. As such make any edits in one go and only after PR Preview has run.
5+
46
If you think your PR is ready to land, please double-check that the build is passing and the checklist is complete before pinging.
57
-->
68

Diff for: fetch.bs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Text Macro: TWITTER fetchstandard
66
Text Macro: LATESTRD 2024-06
77
Abstract: The Fetch standard defines requests, responses, and the process that binds them: fetching.
88
Translation: ja https://triple-underscore.github.io/Fetch-ja.html
9+
Translation: zh-Hans https://htmlspecs.com/fetch/
910
Markup Shorthands: css off
1011
Translate IDs: typedefdef-bodyinit bodyinit,dictdef-requestinit requestinit,typedefdef-requestinfo requestinfo,enumdef-requestdestination requestdestination,enumdef-requestmode requestmode,enumdef-requestcredentials requestcredentials,enumdef-requestcache requestcache,enumdef-requestredirect requestredirect,dictdef-responseinit responseinit,enumdef-responsetype responsetype
1112
</pre>

0 commit comments

Comments
 (0)