Skip to content

Commit 1aaefb8

Browse files
committed
add translations of reactjs
1 parent 52b5b42 commit 1aaefb8

File tree

1,056 files changed

+105100
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,056 files changed

+105100
-0
lines changed

reactjs/404.html

Lines changed: 290 additions & 0 deletions
Large diffs are not rendered by default.

reactjs/404/index.html

Lines changed: 290 additions & 0 deletions
Large diffs are not rendered by default.

reactjs/_headers

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Created with gatsby-plugin-netlify
2+
3+
/*
4+
X-Frame-Options: DENY
5+
X-XSS-Protection: 1; mode=block
6+
X-Content-Type-Options: nosniff
7+
/static/*
8+
Cache-Control: max-age=31536000

reactjs/_redirects

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
/html-jsx.html http://magic.reactjs.net/htmltojsx.htm 301
2+
/tips/controlled-input-null-value.html /docs/forms.html#controlled-input-null-value
3+
4+
## Created with gatsby-plugin-netlify
5+
6+
/index.html / 302
7+
/docs/conferences.html /community/conferences.html 302
8+
/support.html /community/support.html 302
9+
/docs/videos.html /community/videos.html 302
10+
/docs/animation-ja-JP.html /docs/animation.html 302
11+
/docs/animation-ko-KR.html /docs/animation.html 302
12+
/docs/animation-zh-CN.html /docs/animation.html 302
13+
/contributing/codebase-overview.html /docs/codebase-overview.html 302
14+
/docs/reusable-components.html /docs/components-and-props.html 302
15+
/docs/reusable-components-zh-CN.html /docs/components-and-props.html 302
16+
/docs/transferring-props.html /docs/components-and-props.html 302
17+
/docs/transferring-props-it-IT.html /docs/components-and-props.html 302
18+
/docs/transferring-props-ja-JP.html /docs/components-and-props.html 302
19+
/docs/transferring-props-ko-KR.html /docs/components-and-props.html 302
20+
/docs/transferring-props-zh-CN.html /docs/components-and-props.html 302
21+
/tips/props-in-getInitialState-as-anti-pattern.html /docs/components-and-props.html 302
22+
/tips/communicate-between-components.html /docs/components-and-props.html 302
23+
/docs/multiple-components.html /docs/composition-vs-inheritance.html 302
24+
/tips/false-in-jsx.html /docs/conditional-rendering.html 302
25+
/contributing/design-principles.html /docs/design-principles.html 302
26+
/tips/controlled-input-null-value.html /docs/forms.html 302
27+
/docs/forms-zh-CN.html /docs/forms.html 302
28+
/docs/ /docs/hello-world.html 302
29+
/docs/index.html /docs/hello-world.html 302
30+
/docs/getting-started.html /docs/hello-world.html 302
31+
/docs/getting-started-ko-KR.html /docs/hello-world.html 302
32+
/docs/getting-started-zh-CN.html /docs/hello-world.html 302
33+
/docs/events-ko-KR.html /docs/handling-events.html 302
34+
/contributing/how-to-contribute.html /docs/how-to-contribute.html 302
35+
/tips/introduction.html /docs/how-to-contribute.html 302
36+
/download.html /docs/installation.html 302
37+
/downloads.html /docs/installation.html 302
38+
/docs/tooling-integration.html /docs/installation.html 302
39+
/docs/package-management.html /docs/installation.html 302
40+
/docs/language-tooling.html /docs/installation.html 302
41+
/docs/environments.html /docs/installation.html 302
42+
/contributing/implementation-notes.html /docs/implementation-notes.html 302
43+
/docs/jsx-spread.html /docs/jsx-in-depth.html 302
44+
/docs/jsx-gotchas.html /docs/jsx-in-depth.html 302
45+
/tips/if-else-in-JSX.html /docs/jsx-in-depth.html 302
46+
/tips/self-closing-tag.html /docs/jsx-in-depth.html 302
47+
/tips/maximum-number-of-jsx-root-nodes.html /docs/jsx-in-depth.html 302
48+
/tips/children-props-type.html /docs/jsx-in-depth.html 302
49+
/docs/jsx-in-depth-zh-CN.html /docs/jsx-in-depth.html 302
50+
/docs/jsx-in-depth-ko-KR.html /docs/jsx-in-depth.html 302
51+
/docs/flux-overview.html /docs/lifting-state-up.html 302
52+
/docs/flux-todo-list.html /docs/lifting-state-up.html 302
53+
/docs/advanced-performance.html /docs/optimizing-performance.html 302
54+
/docs/tags-and-attributes.html /docs/dom-elements.html 302
55+
/docs/dom-differences.html /docs/dom-elements.html 302
56+
/docs/special-non-dom-attributes.html /docs/dom-elements.html 302
57+
/docs/class-name-manipulation.html /docs/dom-elements.html 302
58+
/tips/inline-styles.html /docs/dom-elements.html 302
59+
/tips/style-props-value-px.html /docs/dom-elements.html 302
60+
/tips/dangerously-set-inner-html.html /docs/dom-elements.html 302
61+
/docs/component-api.html /docs/react-component.html 302
62+
/docs/component-specs.html /docs/react-component.html 302
63+
/docs/component-specs-ko-KR.html /docs/react-component.html 302
64+
/docs/component-specs-zh-CN.html /docs/react-component.html 302
65+
/tips/componentWillReceiveProps-not-triggered-after-mounting.html /docs/react-component.html 302
66+
/tips/dom-event-listeners.html /docs/react-component.html 302
67+
/tips/initial-ajax.html /docs/react-component.html 302
68+
/tips/use-react-with-other-libraries.html /docs/react-component.html 302
69+
/docs/reference.html /docs/react-api.html 302
70+
/docs/clone-with-props.html /docs/react-api.html 302
71+
/docs/top-level-api.html /docs/react-api.html 302
72+
/docs/top-level-api-ja-JP.html /docs/react-api.html 302
73+
/docs/top-level-api-ko-KR.html /docs/react-api.html 302
74+
/docs/top-level-api-zh-CN.html /docs/react-api.html 302
75+
/docs/displaying-data.html /docs/rendering-elements.html 302
76+
/docs/working-with-the-browser.html /docs/refs-and-the-dom.html 302
77+
/docs/more-about-refs.html /docs/refs-and-the-dom.html 302
78+
/docs/more-about-refs-ko-KR.html /docs/refs-and-the-dom.html 302
79+
/docs/more-about-refs-zh-CN.html /docs/refs-and-the-dom.html 302
80+
/tips/expose-component-functions.html /docs/refs-and-the-dom.html 302
81+
/tips/children-undefined.html /docs/refs-and-the-dom.html 302
82+
/docs/interactivity-and-dynamic-uis.html /docs/state-and-lifecycle.html 302
83+
/docs/react-api.html#typechecking-with-proptypes /docs/typechecking-with-proptypes.html 302
84+
/blog/2013/11/05/thinking-in-react.html /docs/thinking-in-react.html 302
85+
/docs/thinking-in-react-zh-CN.html /docs/thinking-in-react.html 302
86+
/docs/webcomponents.html /docs/web-components.html 302
87+
/blog/2014/10/14/introducting-react-elements.html /blog/2014/10/14/introducing-react-elements.html 302
88+
/docs/tutorial.html /tutorial/tutorial.html 302
89+
/docs/why-react.html /tutorial/tutorial.html 302
90+
/docs/tutorial-ja-JP.html /tutorial/tutorial.html 302
91+
/docs/tutorial-ko-KR.html /tutorial/tutorial.html 302
92+
/docs/tutorial-zh-CN.html /tutorial/tutorial.html 302
93+
/blog/ /blog/2017/12/15/improving-the-repository-infrastructure.html 302

reactjs/acknowledgements.html/index.html

Lines changed: 290 additions & 0 deletions
Large diffs are not rendered by default.

reactjs/app-e06cead9f0e913868e05.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reactjs/app-e06cead9f0e913868e05.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reactjs/blog/2013/06/02/jsfiddle-integration.html

Lines changed: 318 additions & 0 deletions
Large diffs are not rendered by default.

reactjs/blog/2013/06/05/why-react.html

Lines changed: 390 additions & 0 deletions
Large diffs are not rendered by default.

reactjs/blog/2013/06/12/community-roundup.html

Lines changed: 358 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)