Skip to content

Add Korean (ko) locale translation - #175

Open
daeho-ro wants to merge 1 commit into
TryGhost:mainfrom
GreedyLabs:i18n-korean
Open

Add Korean (ko) locale translation#175
daeho-ro wants to merge 1 commit into
TryGhost:mainfrom
GreedyLabs:i18n-korean

Conversation

@daeho-ro

Copy link
Copy Markdown
  • Add locales/ko.json, translated from en.json (keys untouched, placeholders preserved).
  • pnpm test:ci (gscan) passes in my local.

@cursor

cursorBot commented Jul 6, 2026

Copy link
Copy Markdown

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@coderabbitai

coderabbitaiBot commented Jul 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f9e0a06d-eefd-45e3-91ac-94dabdbd330e

📥 Commits

Reviewing files that changed from the base of the PR and between 54a8559 and 258b08f.

📒 Files selected for processing (1)
  • locales/ko.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • locales/ko.json

Walkthrough

This pull request adds a new localization file, locales/ko.json, containing Korean translations for UI strings used throughout the application or theme. The translations cover navigation labels, pagination text, authentication and subscription prompts, and UI controls, while preserving dynamic template placeholders such as {page}, {authors}, and {tiers}. No exported or public entities are modified.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Changes

FileSummary
locales/ko.jsonNew file adding Korean translations for UI strings, including pluralized/count-based messages, pagination, authentication/subscription prompts, and UI controls with preserved placeholders.

Related issues: None specified.

Related PRs: None specified.

Suggested labels: localization, i18n

Suggested reviewers: None specified.

Poem

A rabbit hops through Hangul script so fine,
Translating "Next" and "Page" line by line.
Placeholders kept safe within their braces,
Korean words now fill familiar spaces.
Hop, hop — a new locale takes its place! 🐇🇰🇷

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Title check✅ PassedThe title clearly and concisely describes the main change: adding Korean locale translation support.
Description check✅ PassedThe description matches the changeset by stating that locales/ko.json was added and placeholders were preserved.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cursor

cursorBot commented Jul 6, 2026

Copy link
Copy Markdown

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

Sign up for freeto 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.

1 participant

@daeho-ro