Skip to content

feat: add Korean (ko) language support#143

Merged
pshenok merged 1 commit intopshenok:mainfrom
chsungho:feat/ko-locale
Mar 9, 2026
Merged

feat: add Korean (ko) language support#143
pshenok merged 1 commit intopshenok:mainfrom
chsungho:feat/ko-locale

Conversation

@chsungho
Copy link
Copy Markdown
Contributor

@chsungho chsungho commented Mar 6, 2026

Summary

  • Add src/locales/ko.js with full Korean translations (500+ keys)
  • Register ko locale in src/i18n.js
  • Add KO option to the language selector in index.html
  • Fix: replace hardcoded 'Start Playing!' and 'Next' button labels with i18n.t() calls

Follows the same pattern as the existing zh.js, fr.js, de.js locale additions.

Note: The tutorial language update fix has been submitted separately in #142.

Test plan

  • Open the game and select KO from the language dropdown
  • Start a new Survival game and verify the tutorial displays in Korean
  • Verify "다음" and "게임 시작!" appear on tutorial buttons (not 'Next' / 'Start Playing!')
  • Verify other languages are unaffected

- Add src/locales/ko.js with full Korean translations (500+ keys)
- Register ko locale in src/i18n.js
- Add KO option to the language selector in index.html
- Fix: replace hardcoded 'Start Playing!' and 'Next' button labels with i18n.t() calls

Follows the same pattern as the existing zh.js, fr.js, de.js locale additions.
@pshenok pshenok merged commit d3b5f42 into pshenok:main Mar 9, 2026
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