-
Notifications
You must be signed in to change notification settings - Fork 87
docs: Essentials > List Rendering の翻訳 #8 #92
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
Conversation
Deploy preview for vuejs-v3-ja-doc-preview ready! Built with commit c11fe58 https://deploy-preview-92--vuejs-v3-ja-doc-preview.netlify.app |
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.
レビュー 👀 コメント 💬 しました。
翻訳ですが、コメントした細かい系以外は、大丈夫です!
レビューコメントの対応お願いします! 🙏
src/guide/list.md
Outdated
@@ -174,23 +174,23 @@ Vue wraps an observed array's mutation methods so they will also trigger view up | |||
- `sort()` | |||
- `reverse()` | |||
|
|||
You can open the console and play with the previous examples' `items` array by calling their mutation methods. For example: `example1.items.push({ message: 'Baz' })`. | |||
コンソールを開いて前の `items` 配列の例で変更メソッドを呼び出して遊んでみてください。例えば `example1.items.push({ message: 'Baz' })` のようにしてみましょう。 |
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.
v2 ベースだと思いますが、play の訳 遊ぶ
はやっぱり違和感があるので、ここでは意訳で 試す
にしておいてください。 🙏
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.
修正しました!
@kazupon レビューありがとうございます!修正いたしましたので、ご確認よろしくお願いします! |
対応ありがとうございました。 翻訳ありがとうございました! |
Description of Problem
https://v3.vuejs.org/guide/list.html の翻訳
resolve #8
Proposed Solution
https://github.com/vuejs/jp.vuejs.org/blob/lang-ja/src/v2/guide/list.md
を参考に翻訳