Merge pull request #4984 from sunnylqm/patch-1

add community translation links
This commit is contained in:
Brent Vatne 2015-12-28 21:06:08 -08:00
commit c9ccf1fe4c
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@ var support = React.createClass({
questions. questions.
</p> </p>
<H2>Community translation</H2>
<p>The following is a list of translated docs offered by community volunteers. Send a pull request to fill the list!</p>
<ul>
<li><a href="http://reactnative.cn">Chinese</a> (<a href="https://github.com/reactnativecn/react-native-docs-cn">source</a>)</li>
</ul>
<H2>Stack Overflow</H2> <H2>Stack Overflow</H2>
<p>Many members of the community use Stack Overflow to ask questions. Read through the <a href="http://stackoverflow.com/questions/tagged/react-native">existing questions</a> tagged with <strong>react-native</strong> or <a href="http://stackoverflow.com/questions/ask">ask your own</a>!</p> <p>Many members of the community use Stack Overflow to ask questions. Read through the <a href="http://stackoverflow.com/questions/tagged/react-native">existing questions</a> tagged with <strong>react-native</strong> or <a href="http://stackoverflow.com/questions/ask">ask your own</a>!</p>