Skip to content

Comments

docs: fix Preserving and Resetting State typo#1467

Open
jnkeniaem wants to merge 5 commits intoreactjs:mainfrom
jnkeniaem:docs/fix-preserving-and-resetting-state-typo
Open

docs: fix Preserving and Resetting State typo#1467
jnkeniaem wants to merge 5 commits intoreactjs:mainfrom
jnkeniaem:docs/fix-preserving-and-resetting-state-typo

Conversation

@jnkeniaem
Copy link
Contributor

#1465

State를 보존하고 초기화하기 페이지 번역 수정

State를 보존하고 초기화하기 페이지의 일부 번역을 개선하였습니다.

변경 사항

누락된 내용 추가 및 오역 수정

EX1)

  • 원문
Screenshot 2026-02-23 at 2 56 16 PM
  • AS-IS
Screenshot 2026-02-23 at 2 56 44 PM
  • TO-BE
Screenshot 2026-02-23 at 2 56 58 PM

EX2)

  • 원문
Screenshot 2026-02-23 at 2 58 22 PM
  • AS-IS
Screenshot 2026-02-23 at 2 57 41 PM
  • TO-BE
Screenshot 2026-02-23 at 2 57 48 PM

어색한 표현을 수정하여 가독성 개선

EX1)

  • 원문
Screenshot 2026-02-23 at 2 58 44 PM
  • AS-IS
Screenshot 2026-02-23 at 2 58 56 PM
  • TO-BE
Screenshot 2026-02-23 at 2 59 12 PM

EX2)

  • 원문
1
  • AS-IS
2
  • TO-BE
3

영어 대소문자 통일 및 누락된 스타일 적용

EX1)

  • 원문
Screenshot 2026-02-23 at 3 04 03 PM
  • AS-IS
Screenshot 2026-02-23 at 3 03 34 PM
  • TO-BE
Screenshot 2026-02-23 at 3 03 48 PM

EX2)

  • AS-IS
Screenshot 2026-02-23 at 3 02 09 PM
  • TO-BE
Screenshot 2026-02-23 at 3 02 26 PM

원문에 없거나 필요 없는 표현 제거

EX1)

  • 원문
Screenshot 2026-02-23 at 3 05 02 PM
  • AS-IS
Screenshot 2026-02-23 at 3 04 34 PM
  • TO-BE
Screenshot 2026-02-23 at 3 05 24 PM

EX2)

  • 원문
Screenshot 2026-02-23 at 3 28 39 PM
  • AS-IS
Screenshot 2026-02-23 at 3 28 45 PM
  • TO-BE
Screenshot 2026-02-23 at 3 29 04 PM

필수 확인 사항

선택 확인 사항

  • 번역 초안 작성Draft Translation
  • 리뷰 반영Resolve Reviews

@jnkeniaem jnkeniaem requested a review from hg-pyun as a code owner February 23, 2026 07:10
Copilot AI review requested due to automatic review settings February 23, 2026 07:10
@vercel
Copy link

vercel bot commented Feb 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview Feb 23, 2026 7:10am

Request Review

@github-actions
Copy link

Size changes

Details

📦 Next.js Bundle Analysis for undefined

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the Korean translation of the "Preserving and Resetting State" documentation page. It addresses translation inaccuracies, adds missing content, improves readability, and fixes styling inconsistencies.

Changes:

  • Added missing translation content about bugs and performance problems (line 737)
  • Fixed translation inaccuracies to better match the original English meaning
  • Improved awkward expressions for better readability
  • Standardized capitalization of "state" to lowercase in body text (consistent with codebase convention)
  • Removed unnecessary backticks and words for cleaner formatting

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

#### 배열에서 잘못 지정된 state 고치기 {/*fix-misplaced-state-in-the-list*/}

다음 예시에서 배열의 각 `Contact`는 "Show email"이 눌렸는지에 대한 state를 갖고 있습니다. Alice의 "Show email"을 누르고 "Show in reverse order" 체크 박스를 선택해보세요. 아래쪽으로 내려간 Alice의 이메일은 닫혀있고 대신 _Taylor_의 이메일이 열려있는 것을 볼 수 있습니다.
다음 예시에서 배열의 각 `Contact`는 "Show email"이 눌렸는지에 대한 state를 갖고 있습니다. Alice의 "Show email"을 누르고 "Show in reverse order" 체크 박스를 선택해보세요. 아래쪽으로 내려간 Alice의 이메일은 닫혀있고 대신 _Taylor_ 의 이메일이 열려있는 것을 볼 수 있습니다.
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space before Korean particle after emphasis marker is inconsistent with codebase convention. Throughout the file, emphasis markers are used without spaces before particles (e.g., "다른 MyTextField 함수가", "같은 Counter로"). The space in "Taylor 의" should be removed to match this pattern: "_Taylor_의".

Suggested change
다음 예시에서 배열의 각 `Contact`는 "Show email"이 눌렸는지에 대한 state를 갖고 있습니다. Alice의 "Show email"을 누르고 "Show in reverse order" 체크 박스를 선택해보세요. 아래쪽으로 내려간 Alice의 이메일은 닫혀있고 대신 _Taylor_ 이메일이 열려있는 것을 볼 수 있습니다.
다음 예시에서 배열의 각 `Contact`는 "Show email"이 눌렸는지에 대한 state를 갖고 있습니다. Alice의 "Show email"을 누르고 "Show in reverse order" 체크 박스를 선택해보세요. 아래쪽으로 내려간 Alice의 이메일은 닫혀있고 대신 _Taylor_의 이메일이 열려있는 것을 볼 수 있습니다.

Copilot uses AI. Check for mistakes.
```

하지만 우리는 state가 _각 특정 연락처_와 연관되기를 바랍니다.
하지만 확장 state는 _각 특정 연락처_ 와 연관되어야 합니다.
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space before Korean particle after emphasis marker is inconsistent with codebase convention. Throughout the file, emphasis markers are used without spaces before particles (e.g., "다른 MyTextField 함수가", "같은 Counter로"). The space in "각 특정 연락처 와" should be removed to match this pattern: "_각 특정 연락처_와".

Suggested change
하지만 확장 state는 _각 특정 연락처_ 연관되어야 합니다.
하지만 확장 state는 _각 특정 연락처_와 연관되어야 합니다.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant