Skip to content

feat: apply i18n support for sample app#37

Merged
l2hyunwoo merged 2 commits into
l2hyunwoo:mainfrom
easyhooon:main
Dec 29, 2025
Merged

feat: apply i18n support for sample app#37
l2hyunwoo merged 2 commits into
l2hyunwoo:mainfrom
easyhooon:main

Conversation

@easyhooon

Copy link
Copy Markdown
Contributor

Closes #35

Changes

  • Add compose.components.resources dependency
  • Create English strings (composeResources/values/strings.xml)
  • Create Korean strings (composeResources/values-ko/strings.xml)
  • Replace hardcoded strings with stringResource()

Localized Strings

Key English Korean
checking_permissions Checking permissions... 권한 확인 중...
open_camera_permission_settings Open Camera Permission Settings 카메라 권한 설정 열기
barcode_scanner Barcode Scanner 바코드 스캐너
point_camera_at_barcode Point camera at a barcode 바코드를 카메라에 비춰주세요
detected_barcodes Detected barcodes: %1$d 감지된 바코드: %1$d개
format Format: %1$s 형식: %1$s
no_photos_or_videos No photos or videos yet 사진이나 비디오가 없습니다

@l2hyunwoo l2hyunwoo left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Thanks for your contribution!

@l2hyunwoo l2hyunwoo merged commit 4acbd5f into l2hyunwoo:main Dec 29, 2025
@easyhooon easyhooon changed the title feat: apply i18n support for sample app #35 feat: apply i18n support for sample app Dec 29, 2025
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.

Add i18n support for sample app

2 participants