Skip to content

Conversation

cheshire0105
Copy link

@cheshire0105 cheshire0105 commented Jan 9, 2025

개요

OnboardingView.swift 및 관련 뷰들에 대한 한국어 로컬라이제이션을 추가했습니다. Xcode 15의 String Catalog를 사용하여 다국어 지원을 구현하였습니다.

변경 사항

  • Localizable.strings에 한국어 번역 추가
  • OnboardingView.swift의 텍스트를 로컬라이제이션 키로 변경
  • Language.swift에서 LocalizedStringKey 사용

테스트

  • 시뮬레이터 언어를 한국어로 변경하여 앱 실행 시 텍스트가 한국어로 표시되는지 확인했습니다.

Overview

  • Added Korean localization for OnboardingView.swift and related views.
  • Implemented multilingual support using Xcode 15's String Catalog.

Changes

  • Added Korean translations to Localizable.strings.
  • Changed text in OnboardingView.swift to use localization keys.
  • Utilized LocalizedStringKey in Language.swift.

Testing

  • Changed the simulator language to Korean and verified that text is displayed in Korean when the app runs.

@cheshire0105
Copy link
Author

IMG_4609 IMG_4610 IMG_4611

Copy link
Author

@cheshire0105 cheshire0105 left a comment

Choose a reason for hiding this comment

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

Update localization string for improved action labeling

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.

2 participants