-
Notifications
You must be signed in to change notification settings - Fork 87
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
Guide > Composition API > Introduction の翻訳を追従 #282
Guide > Composition API > Introduction の翻訳を追従 #282
Conversation
@@ -416,7 +425,7 @@ export default function useUserRepositories(user) { | |||
} | |||
``` | |||
|
|||
And then the searching functionality: | |||
それから検索機能も: |
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.
#199 で指摘されていた未翻訳部分です。
Deploy preview for vuejs-v3-ja-doc-preview ready! Built with commit f250b76 https://deploy-preview-282--vuejs-v3-ja-doc-preview.netlify.app |
@@ -155,10 +161,10 @@ console.log(counter.value) // 1 | |||
|
|||
![参照渡し vs 値渡し](https://blog.penjee.com/wp-content/uploads/2015/02/pass-by-reference-vs-pass-by-value-animation.gif) | |||
|
|||
任意の値の周りにラッパーオブジェクトがあると、途中でリアクティブでなくなることがなく、アプリ全体に安全に渡すことができます。 | |||
どんな値でもラッパーオブジェクトを持つことで、途中でリアクティブでなくなることがなく、アプリ全体に安全に渡すことができます。 |
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.
Having a wrapper object around any value allows us to safely pass it across our whole app without worrying about losing its reactivity somewhere along the way.
訳文ちょっと理解が難しく、原文を読んだ結果、再度訳してみました。
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.
確認しました!よさそうなのでマージします!
Description of Problem
Guide > Composition API > Introduction の翻訳を maste に追従しました。
https://v3.vuejs.org/guide/composition-api-introduction.html
https://github.com/vuejs/docs-next/blob/master/src/guide/composition-api-introduction.md
Proposed Solution
ファイルの更新履歴
https://github.com/vuejs/docs-next/commits/master/src/guide/composition-api-introduction.md
前回からの差分
vuejs/docs@a502ebe#diff-3ace6f6da65a6723abafa4cd506303a9202b768e52434e78764dd1dae74db376
vuejs/docs@e7c380d#diff-3ace6f6da65a6723abafa4cd506303a9202b768e52434e78764dd1dae74db376
vuejs/docs@4b0baab#diff-3ace6f6da65a6723abafa4cd506303a9202b768e52434e78764dd1dae74db376
Additional Information
#199 で指摘されていた未翻訳部分を翻訳しました。 close #199
#94 にしたがって、'Composition API' に統一しました。
一部わかりづらい日本語になっているところを修正しました。