Skip to content

Commit

Permalink
Translate 2022 PWA chapter for Simplified Chinese (#3192)
Browse files Browse the repository at this point in the history
* Translate 2022 PWA chapter for Simplified Chinese

* fix linting issues

* Linting fix

* Apply suggestions from code review

Co-authored-by: Barry Pollard <[email protected]>
  • Loading branch information
ibelem and tunetheweb authored Oct 3, 2022
1 parent a7249ea commit c74338b
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/config/2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,15 @@
"linkedin": "tunetheweb",
"twitter": "tunetheweb"
},
"ibelem": {
"name": "Belem Zhang",
"teams": [
"translators"
],
"avatar_url": "5017359",
"github": "ibelem",
"twitter": "ibelem"
},
"binji": {
"name": "Ben Smith",
"teams": [
Expand Down
2 changes: 1 addition & 1 deletion src/content/en/2022/pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ While there isn't parity between major browsers when it comes to service worker

### Service worker usage

For comparison reasons, we have run the same queries as last year, which allows us to try to make sense of the evolution of service worker usage. Last year's chapter gave the explanation of [why it isn't trivial to find out actual usage of service worker](./2021/pwa#service-workers-usage), and that is just as true this year.
For comparison reasons, we have run the same queries as last year, which allows us to try to make sense of the evolution of service worker usage. Last year's chapter gave the explanation of [why it isn't trivial to find out actual usage of service worker](../2021/pwa#service-workers-usage), and that is just as true this year.

Looking at two of the measures:

Expand Down
Loading

0 comments on commit c74338b

Please sign in to comment.