Skip to content

docs(core, mobile): translate English section headings to Korean in ko docs#354

Merged
kimyouknow merged 1 commit into
toss:mainfrom
guesung:docs/translate-ko-section-headings
Apr 1, 2026
Merged

docs(core, mobile): translate English section headings to Korean in ko docs#354
kimyouknow merged 1 commit into
toss:mainfrom
guesung:docs/translate-ko-section-headings

Conversation

@guesung
Copy link
Copy Markdown
Contributor

@guesung guesung commented Apr 1, 2026

Summary

  • Translate English section headings to Korean in ko/ docs
    • ## Interface## 인터페이스 (9 files)
    • ### Parameters### 파라미터 (2 files)

Changed Files

core

  • useCounter, useDebounce, useGeolocation, useLongPress, useThrottle, useThrottledCallback

mobile

  • useAvoidKeyboard, useKeyboardHeight, useSafeAreaInset, enableBodyScrollLock, disableBodyScrollLock

Copilot AI review requested due to automatic review settings April 1, 2026 00:18
Copy link
Copy Markdown

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

Korean localized docs (ko/) in both packages/core and packages/mobile had leftover English section headings; this PR translates those headings to Korean to align with the rest of the ko documentation set.

Changes:

  • Translate ## Interface## 인터페이스 in 9 Korean docs across core + mobile.
  • Translate ### Parameters### 파라미터 in 2 Korean utility docs (body scroll lock).

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/core/src/hooks/useCounter/ko/useCounter.md Translate ## Interface heading to Korean.
packages/core/src/hooks/useDebounce/ko/useDebounce.md Translate ## Interface heading to Korean.
packages/core/src/hooks/useGeolocation/ko/useGeolocation.md Translate ## Interface heading to Korean.
packages/core/src/hooks/useLongPress/ko/useLongPress.md Translate ## Interface heading to Korean.
packages/core/src/hooks/useThrottle/ko/useThrottle.md Translate ## Interface heading to Korean.
packages/core/src/hooks/useThrottledCallback/ko/useThrottledCallback.md Translate ## Interface heading to Korean.
packages/mobile/src/hooks/useAvoidKeyboard/ko/useAvoidKeyboard.md Translate ## Interface heading to Korean.
packages/mobile/src/hooks/keyboardHeight/ko/useKeyboardHeight.md Translate ## Interface heading to Korean.
packages/mobile/src/hooks/useSafeAreaInset/ko/useSafeAreaInset.md Translate ## Interface heading to Korean.
packages/mobile/src/utils/enableBodyScrollLock/ko/enableBodyScrollLock.md Translate ### Parameters heading to Korean.
packages/mobile/src/utils/disableBodyScrollLock/ko/disableBodyScrollLock.md Translate ### Parameters heading to Korean.

Copy link
Copy Markdown
Collaborator

@kimyouknow kimyouknow left a comment

Choose a reason for hiding this comment

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

LGTM!

@kimyouknow kimyouknow merged commit e7ea454 into toss:main Apr 1, 2026
14 of 16 checks passed
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.

3 participants