Skip to content

Add Korean localization#104

Open
ree9622 wants to merge 1 commit into
builtbybel:mainfrom
ree9622:korean-localization
Open

Add Korean localization#104
ree9622 wants to merge 1 commit into
builtbybel:mainfrom
ree9622:korean-localization

Conversation

@ree9622
Copy link
Copy Markdown

@ree9622 ree9622 commented Apr 20, 2026

Adds a Korean translation layer. Non-breaking — untranslated strings fall through unchanged, so the English UI is unaffected.

What's in:

  • Helpers/Localization.cs with a Korean dictionary and small helpers (T, TreeText, Detail, TranslateRuntimeText)
  • User-facing strings in views/menus/dialogs and logger output wrapped with Localization.T(...)
  • FeatureNode passes its name through Localization.T(...) so tree labels follow the dictionary
  • Runtime log messages go through TranslateRuntimeText in Logger for interpolated entries

No logic changes. Happy to split or adjust wording if you'd prefer.

Introduces a Localization helper with a Korean translation
dictionary, and wraps user-facing strings across views, the
logger, and service classes so the UI renders in Korean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant