-
-
Notifications
You must be signed in to change notification settings - Fork 5k
docs(ja): update docs #2376
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
docs(ja): update docs #2376
Conversation
modified: docs-gitbook/ja/essentials/history-mode.md
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.
👀
docs/ja/api/README.md
Outdated
|
||
ブラウザが `history.pushState` をサポートしないとき、 ルーターが `hash` モードにフォールバックかどうか制御します。デフォルトは `true` | ||
Controls whether the router should fallback to `hash` mode when the browser does not support `history.pushState` but mode is set to `history`. | ||
ブラウザが `history.pushState` をサポートしないとき、 ルーターが `hash` モードにフォールバックかどうか制御しますが、モードは `history` に設定されます。 |
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.
ここは、when 節は but 以降の文も含んでいると思います。history.pushState
がサポートされていないブラウザであるが、モードが history
に設定されているときという意味ではないかと。
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.
ktsnさんのコメント部分の対応が完了すると、あとは良さそうです!
docs/ja/api/README.md
Outdated
|
||
ブラウザが `history.pushState` をサポートしないとき、 ルーターが `hash` モードにフォールバックかどうか制御します。デフォルトは `true` | ||
`history.pushState` がサポートされていないブラウザでありますが、モードが `history` に設定されているとき、ルーターは `hash` モードにフォールバックかどうか制御します。 |
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.
うーん、意味は通じるとは思うのですが若干不自然な感じがしますね……。
history.pushState
がサポートされていないブラウザにおいて、モードが history
に設定されているとき、ルーターを hash
モードにフォールバックするかどうか制御します。
はどうでしょうか?
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.
👍
レビューありがとうございました! |
* chore(ja): pick up ref: vuejs/vue-router@485d57f * docs(ja): translate previous commit modified: docs-gitbook/ja/essentials/history-mode.md * docs(ja): translate advanced/transitions * docs(ja): pick up * docs(ja): translate previous commet ref: vuejs/vue-router@979d8ca * docs(ja): update essentials/dynamic-matching ref: vuejs/vue-router@6b2a384 * docs(ja): レビューコメントを反映 ref: vuejs/vue-router#2376 (comment) * docs(ja): fix typo * docs(ja): tweak translation
* chore(ja): pick up ref: vuejs/vue-router@485d57f * docs(ja): translate previous commit modified: docs-gitbook/ja/essentials/history-mode.md * docs(ja): translate advanced/transitions * docs(ja): pick up * docs(ja): translate previous commet ref: vuejs/vue-router@979d8ca * docs(ja): update essentials/dynamic-matching ref: vuejs/vue-router@6b2a384 * docs(ja): レビューコメントを反映 ref: vuejs/vue-router#2376 (comment) * docs(ja): fix typo * docs(ja): tweak translation
* chore(ja): pick up ref: vuejs/vue-router@485d57f * docs(ja): translate previous commit modified: docs-gitbook/ja/essentials/history-mode.md * docs(ja): translate advanced/transitions * docs(ja): pick up * docs(ja): translate previous commet ref: vuejs/vue-router@979d8ca * docs(ja): update essentials/dynamic-matching ref: vuejs/vue-router@6b2a384 * docs(ja): レビューコメントを反映 ref: vuejs/vue-router#2376 (comment) * docs(ja): fix typo * docs(ja): tweak translation
* chore(ja): pick up ref: vuejs/vue-router@485d57f * docs(ja): translate previous commit modified: docs-gitbook/ja/essentials/history-mode.md * docs(ja): translate advanced/transitions * docs(ja): pick up * docs(ja): translate previous commet ref: vuejs/vue-router@979d8ca * docs(ja): update essentials/dynamic-matching ref: vuejs/vue-router@6b2a384 * docs(ja): レビューコメントを反映 ref: vuejs/vue-router#2376 (comment) * docs(ja): fix typo * docs(ja): tweak translation
/ping @ktsn @potato4d
🙏