-
Notifications
You must be signed in to change notification settings - Fork 113
Translate docs/add-offline-support-with-a-service-worker #147
Translate docs/add-offline-support-with-a-service-worker #147
Conversation
hirotaka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!とても読みやすいです。
| - [Service Worker の紹介](https://developers.google.com/web/fundamentals/primers/service-workers/?hl=ja) | ||
| - [サービスワーカー API](https://developer.mozilla.org/ja/docs/Web/API/Service_Worker_API) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Service Workerなのか、サービスワーカーなのか統一したいと思ったりしました。 CC: @uetchy @Naturalclar @hirotaka
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
リンク先のMozillaのドキュメントのタイトルがサービスワーカーAPIで、本文内ではService Workerになっていたので、このままでいいのかなと思ったのですが、統一したいですよね。
https://developer.mozilla.org/ja/docs/Web/API/Service_Worker_API
Webの仕様の名称なので、Service Workerのままがいいかなと思うのですが、いかがでしょうか? @uetchy @Naturalclar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
基本的に記事のタイトルに準じますが、これは規格名なのでService Workerのほうが良いと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確かに規格名ですので、そのまま書いたほうがいいですね。修正します。
以前、担当したページにも同じリンクがあったので、そちらの方も修正してPRしますね。
#128
Co-Authored-By: BSKY <[email protected]>
概要
docs/add-offline-support-with-a-serviceを翻訳しました。レビューよろしくお願いします:bow:
チェックリスト
textlintを使って校正を行いました。Allow edits from maintainersにチェックを入れました。補足
Ref: #1