Skip to content

Commit 126b8d8

Browse files
committed
i18n
1 parent fd106bd commit 126b8d8

File tree

18 files changed

+28
-34
lines changed

18 files changed

+28
-34
lines changed

questions/how-do-you-debug-react-applications/en-US.langnostic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"29b74665",
3131
"6663cd19",
3232
"1f4770e5",
33-
"6a2e13c"
33+
"1c865358"
3434
]
3535
},
3636
"targets": {
@@ -59,7 +59,7 @@
5959
"29b74665",
6060
"6663cd19",
6161
"1f4770e5",
62-
"6a2e13c"
62+
"1c865358"
6363
]
6464
}
6565
}

questions/how-do-you-debug-react-applications/zh-CN.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ function MyComponent() {
140140
## 延伸阅读
141141

142142
* [React Developer Tools](https://react.dev/learn/react-developer-tools)
143-
* [Error boundaries in React](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary)
144-
* [Using the Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools)
145-
* [Debugging JavaScript](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Debugging)
143+
* [React 中的错误边界](https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary)
144+
* [使用 Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools)
145+
* [JavaScript 调试和错误处理](https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/Debugging_JavaScript)

questions/what-are-higher-order-components-in-react/en-US.langnostic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"14eca64f",
2828
"9969d9da",
2929
"1f4770e5",
30-
"6769fb6"
30+
"d3b230ef"
3131
]
3232
},
3333
"targets": {
@@ -53,7 +53,7 @@
5353
"14eca64f",
5454
"9969d9da",
5555
"1f4770e5",
56-
"6769fb6"
56+
"d3b230ef"
5757
]
5858
}
5959
}

questions/what-are-higher-order-components-in-react/zh-CN.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ export default App;
8383
## 延伸阅读
8484

8585
* [理解 React 中的高阶组件](https://medium.com/@franleplant/react-higher-order-components-in-depth-cf9032ee6c3e)
86-
* [HOCs vs Render Props vs Hooks](https://blog.logrocket.com/hooks-vs-render-props-vs-hocs/)
86+
* [HOCs vs Render Props vs Hooks](https://gist.github.com/bradwestfall/4fa683c8f4fcd781a38a8d623bec20e7)

questions/what-are-react-fragments-used-for/en-US.langnostic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"6dd3b324",
2525
"b2e4f802",
2626
"1f4770e5",
27-
"d7d75aab"
27+
"3ecc2af2"
2828
]
2929
},
3030
"targets": {
@@ -47,7 +47,7 @@
4747
"6dd3b324",
4848
"b2e4f802",
4949
"1f4770e5",
50-
"d7d75aab"
50+
"3ecc2af2"
5151
]
5252
}
5353
}

questions/what-are-react-fragments-used-for/zh-CN.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,3 @@ return (
7878
## 延伸阅读
7979

8080
* [React Fragments - Official Documentation](https://react.dev/reference/react/Fragment)
81-
* [React Fragments - A Complete Guide](https://www.freecodecamp.org/news/react-fragments-complete-guide/)
82-
* [When to use React Fragments](https://blog.logrocket.com/when-to-use-react-fragments/)

questions/what-are-react-portals-used-for/en-US.langnostic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"2819c383",
2929
"a6f17ea9",
3030
"1f4770e5",
31-
"31aa9722"
31+
"6637c03a"
3232
]
3333
},
3434
"targets": {
@@ -55,7 +55,7 @@
5555
"2819c383",
5656
"a6f17ea9",
5757
"1f4770e5",
58-
"31aa9722"
58+
"6637c03a"
5959
]
6060
}
6161
}

questions/what-are-react-portals-used-for/zh-CN.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,4 @@ ReactDOM.createPortal(child, container);
9393
## 延伸阅读
9494

9595
* [React createPortal documentation](https://react.dev/reference/react-dom/createPortal)
96-
* [Building a modal with React Portals](https://blog.logrocket.com/building-a-modal-with-react-portals/)
97-
* [Using React Portals for better accessibility](https://www.smashingmagazine.com/2020/03/react-portals-accessibility/)
96+
* [Building a modal in React with React Portals](https://blog.logrocket.com/build-modal-with-react-portals/)

questions/what-is-jsx-and-how-does-it-work/en-US.langnostic.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"3c1edc1b",
3434
"ad3f37e3",
3535
"1f4770e5",
36-
"7ed3d30e"
36+
"4e74bc0b"
3737
]
3838
},
3939
"targets": {
@@ -65,7 +65,7 @@
6565
"3c1edc1b",
6666
"ad3f37e3",
6767
"1f4770e5",
68-
"7ed3d30e"
68+
"4e74bc0b"
6969
]
7070
}
7171
}

questions/what-is-jsx-and-how-does-it-work/zh-CN.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ const element = <img src={user.avatarUrl} alt="User Avatar" />;
6969

7070
* [React JSX documentation](https://react.dev/learn/writing-markup-with-jsx)
7171
* [Babel](https://babeljs.io/)
72-
* [MDN Web Docs on JSX](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/JSX)

0 commit comments

Comments
 (0)