From edfa8d100cf1ecfde385f65c172e0e8d018fcd98 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 20 Sep 2024 18:29:14 +0200 Subject: [PATCH] Meta: link Simplified Chinese translation Also pull in some recent whatwg/spec-factory changes while here. Closes #1772. --- .github/workflows/build.yml | 4 ++-- PULL_REQUEST_TEMPLATE.md | 4 +++- fetch.bs | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66fe55be..f10e74c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,10 +14,10 @@ jobs: name: Build runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 2 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" - run: pip install bikeshed && bikeshed update diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 57b6a966..6537c988 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,8 @@ diff --git a/fetch.bs b/fetch.bs index ccaef810..e3bef087 100644 --- a/fetch.bs +++ b/fetch.bs @@ -6,6 +6,7 @@ Text Macro: TWITTER fetchstandard Text Macro: LATESTRD 2024-06 Abstract: The Fetch standard defines requests, responses, and the process that binds them: fetching. Translation: ja https://triple-underscore.github.io/Fetch-ja.html +Translation: zh-Hans https://htmlspecs.com/fetch/ Markup Shorthands: css off 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