-
Notifications
You must be signed in to change notification settings - Fork 113
Translate docs/docs/actions #203
Conversation
4485060 to
b74f54c
Compare
uetchy
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.
👍
Co-Authored-By: Yasuaki Uechi <[email protected]>
|
レビューありがとうございます! |
docs/docs/actions.md
Outdated
| --- | ||
|
|
||
| Gatsby uses [Redux](http://redux.js.org) internally to manage state. When you implement a Gatsby API, you are passed a collection of actions (equivalent to actions bound with [bindActionCreators](https://redux.js.org/api/bindactioncreators/) in Redux) which you can use to manipulate state on your site. | ||
| Gatsby は [Redux](http://redux.js.org) を内部的に使用して状態を管理しています。 |
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.
改行を原文と合わせたいです。10行目と11行目を同じ行にするようにお願いします:bow:
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.
レビューありがとうございます!
改行修正しました〜
5cc62d2
Naturalclar
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.
ありがとうございます!1点変更お願いしたいので、確認お願いします。
Naturalclar
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.
ありがとうございます!:+1:
|
Thanks @kawamataryo for your contribution! |
概要
docs/docs/actionsを翻訳しました。よろしくお願いします。チェックリスト
textlintを使って校正を行いました。Allow edits from maintainersにチェックを入れました。補足
ActionsをそのままActionsとするか迷ったのですが、Vuexのドキュメントではアクションと和訳されていたのでそちらに習ってアクションとしました。Ref: #1