You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds full Korean translation (752/752 keys) and registers Locale::Ko
throughout the codebase, mirroring the existing vi/ja/zh-Hans/es-419/
pt-BR pattern:
- crates/tui/locales/ko.json: new 752-key Korean translation
- crates/tui/src/localization.rs: Locale::Ko enum variant, code/display
name, ALL_LOCALES lists, locale-specific string match arms, and
locale-code parsing
- crates/tui/src/tui/setup/mod.rs: (Locale::Ko, ...) match arms for
setup-flow strings
- crates/tui/src/commands/groups/config/config.rs: Locale::Ko display
in `/config` output
- crates/tui/src/commands/groups/debug/change.rs: Locale::Ko display
name in language switcher
- crates/tui/src/tui/onboarding/language.rs: Korean added as option 9
in the onboarding language picker
- All 6 pre-existing locale JSON files: fixed onboarding
OnboardLanguageFooter hint from "Press 1-8" to "Press 1-9" to
account for the new 9th language option
Harvested from PR #4347 by @moduvoice
0 commit comments