Commit 4552962
docs: translate CodeSandbox button section (#1462)
This pull request focuses on improving the consistency and clarity of
Korean translations in both UI components and documentation, especially
regarding React state management terminology. The main changes
standardize the use of terms like "State", "Reducer", and "Action" by
capitalizing them and updating related explanations, making the
documentation more accurate and easier to follow for Korean readers.
Additionally, some UI button labels and tooltips are localized for
better user experience.
**UI Localization Improvements:**
- Updated button tooltips and labels in Sandpack-related components to
use more accurate and user-friendly Korean translations, such as
changing "Clear" to "초기화" and providing clearer descriptions for actions
like downloading or opening in CodeSandbox.
[[1]](diffhunk://#diff-e4d6ebfbacaf6f3e384908dc929f97b55d8c878521e07685f714e57fe418d3a5L23-R26)
[[2]](diffhunk://#diff-f24875125a7d35dd7b0bd1f2d931f63773ff3acd13b1d6f8c3953eb359a89730L110-R110)
[[3]](diffhunk://#diff-3da06c91775557aaf8840f34037dfb5ed6bba561fd0fbcce4fd31f52728e46b7L19-R19)
**Documentation Consistency and Clarity:**
- Standardized the translation of core React terms by capitalizing
"State", "Reducer", and "Action" throughout the
`extracting-state-logic-into-a-reducer.md` guide, ensuring these
concepts are clearly distinguished and consistently presented.
[[1]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL2-R22)
[[2]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL183-R193)
[[3]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL221-R227)
[[4]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL253-R258)
[[5]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL271-R271)
[[6]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL283-R301)
[[7]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL327-R331)
[[8]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL364-R372)
[[9]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL383-R385)
[[10]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL452-R454)
[[11]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL472-R484)
[[12]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL673-R673)
[[13]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL865-R893)
[[14]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL1099-R1118)
- Improved explanations and section headings in the reducer
documentation to align with the updated terminology, making the learning
path clearer for readers.
[[1]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL2-R22)
[[2]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL183-R193)
[[3]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL283-R301)
[[4]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL452-R454)
[[5]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL865-R893)
[[6]](diffhunk://#diff-831a3619320f818fc4986477ad935be5f7e6a9cd45cfe9f2a6b4a1a3aaa34f6dL1099-R1118)
These changes enhance both the usability of the UI for Korean users and
the educational quality of the documentation for those learning about
state management in React.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 83f2095 commit 4552962
File tree
4 files changed
+72
-72
lines changed- src
- components/MDX/Sandpack
- content/learn
4 files changed
+72
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments