i18n(ko-KR): update Korean UI strings#41
Conversation
WalkthroughThis pull request enables support for the Korean language. The configuration files ( Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Config
participant TranslationLoader
participant UI
User->>UI: Select Korean locale (ko)
UI->>Config: Request available locales
Config-->>UI: Return locales list (includes ko)
UI->>TranslationLoader: Load Korean translations
TranslationLoader-->>UI: Provide translations from ko.json
UI->>User: Render UI with Korean texts
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
(You can ignore the knip workflow, its failing since it requires an org token to run) |
Adammatthiesen
left a comment
There was a problem hiding this comment.
could we also get the Lunaria config updated to also enable the locale on the i18n tracker?
Adammatthiesen
left a comment
There was a problem hiding this comment.
Thanks a ton @jsparkdev ! Welcome to the StudioCMS Contributor Squad!
|
@Adammatthiesen Thank you for your welcome! |
Description
add Korean translation config and update Korean UI strings
Summary by CodeRabbit