-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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(cn): translate docs/faq-ajax.md into Chinese #157
Conversation
Deploy preview for cn-reactjs ready! Built with commit 196f15c |
Deploy preview for zh-hans-reactjs ready! Built with commit 196f15c |
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: hateonion <ouyang_yingjie@outlook.com>
Co-Authored-By: hateonion <ouyang_yingjie@outlook.com>
单词两边需要空格 |
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/faq-ajax.md
Outdated
@@ -6,19 +6,19 @@ layout: docs | |||
category: FAQ | |||
--- | |||
|
|||
### How can I make an AJAX call? {#how-can-i-make-an-ajax-call} | |||
### 我怎样在React中发起AJAX请求{#how-can-i-make-an-ajax-call} |
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.
### 我怎样在React中发起AJAX请求{#how-can-i-make-an-ajax-call} | |
### 我怎样在 React 中发起 AJAX 请求{#how-can-i-make-an-ajax-call} |
全部都已经更正啦 |
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/faq-ajax.md
Outdated
|
||
You can use any AJAX library you like with React. Some popular ones are [Axios](https://github.com/axios/axios), [jQuery AJAX](https://api.jquery.com/jQuery.ajax/), and the browser built-in [window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). | ||
在React开发中,你能使用任何你喜欢的 AJAX 库,比如社区比较流行的[Axios](https://github.com/axios/axios), [jQuery AJAX](https://api.jquery.com/jQuery.ajax/),或者是浏览器内置的[window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)。 |
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.
在React开发中,你能使用任何你喜欢的 AJAX 库,比如社区比较流行的[Axios](https://github.com/axios/axios), [jQuery AJAX](https://api.jquery.com/jQuery.ajax/),或者是浏览器内置的[window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)。 | |
在React开发中,你能使用任何你喜欢的 AJAX 库,比如社区比较流行的[Axios](https://github.com/axios/axios), [jQuery AJAX](https://api.jquery.com/jQuery.ajax/),或者是浏览器内置的[window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)。 |
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.
已经修复
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/faq-ajax.md
Outdated
|
||
You can use any AJAX library you like with React. Some popular ones are [Axios](https://github.com/axios/axios), [jQuery AJAX](https://api.jquery.com/jQuery.ajax/), and the browser built-in [window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). | ||
在React开发中,你能使用任何你喜欢的 AJAX 库,比如社区比较流行的[Axios](https://github.com/axios/axios),[jQuery AJAX](https://api.jquery.com/jQuery.ajax/),或者是浏览器内置的[window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)。 |
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.
在React开发中,你能使用任何你喜欢的 AJAX 库,比如社区比较流行的[Axios](https://github.com/axios/axios),[jQuery AJAX](https://api.jquery.com/jQuery.ajax/),或者是浏览器内置的[window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)。 | |
在React开发中,你能使用任何你喜欢的 AJAX 库,比如社区比较流行的 [Axios](https://github.com/axios/axios),[jQuery AJAX](https://api.jquery.com/jQuery.ajax/),或者是浏览器内置的 [window.fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)。 |
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.
已经更正,如果还有任何lint问题,请一下全部提出哈,这样我也方便一次全部进行修复
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.
哈哈哈 没事没事,没有blame你哈。 非常感谢你这么仔细的review
Co-Authored-By: hateonion <ouyang_yingjie@outlook.com>
Co-Authored-By: hateonion <ouyang_yingjie@outlook.com>
已经全部更正 |
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: hateonion <ouyang_yingjie@outlook.com>
已经更正 @yuqingc |
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: hateonion <ouyang_yingjie@outlook.com>
Fixed @QC-L |
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.
LGTM
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.
lgtm
No description provided.