-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
translate docs/cdn-links #13
Conversation
content/docs/cdn-links.md
Outdated
|
||
```html | ||
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script> | ||
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> | ||
``` | ||
|
||
The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at: | ||
上記のバージョンは開発のためだけのものあり、本番環境には適していません。圧縮・最適化された本番バージョンの React は下記で利用できます。 |
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.
次のような訳が良いと思います。
下記のリンクから利用できます。
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.
ありがとうございます!
そうですね、その通りに修正します
content/docs/cdn-links.md
Outdated
|
||
```html | ||
<script crossorigin src="..."></script> | ||
``` | ||
|
||
We also recommend to verify that the CDN you are using sets the `Access-Control-Allow-Origin: *` HTTP header: | ||
また、利用している CDN が `Access-Control-Allow-Origin: *` という HTTP ヘッダを設定していることを確認してください。 |
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.
「また、」は不要だと思います。
上の文章の訳にあわせて、次のような訳が良いと思います。
利用している CDN が
Access-Control-Allow-Origin: * という HTTP ヘッダを設定していることを確認することもお勧めします。
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.
こちらもご提案通りに修正します!
修正しました |
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.
翻訳お疲れ様です。脱字がありそうなので、サジェスト作成しましたー。
Co-Authored-By: kik4 <[email protected]>
ありがとうございます |
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.
もう問題なさそうですね
This PR is a part of #4
レビューお願い致します 🙇