Skip to content

fix(i18n): correct Korean Burndown typo 버다운 → 번다운 (5 occurrences)#9057

Open
brone1323 wants to merge 1 commit into
makeplane:previewfrom
brone1323:fix/ko-i18n-burndown-typo
Open

fix(i18n): correct Korean Burndown typo 버다운 → 번다운 (5 occurrences)#9057
brone1323 wants to merge 1 commit into
makeplane:previewfrom
brone1323:fix/ko-i18n-burndown-typo

Conversation

@brone1323
Copy link
Copy Markdown

@brone1323 brone1323 commented May 12, 2026

Summary

Fixes a typo in the Korean (ko) locale where "Burndown" was rendered as 버다운 instead of the correct 번다운 — the consonant was missing from the loanword.

Five keys are affected in packages/i18n/src/locales/ko/translations.ts:

Line Key Before After
289 compare_burndowns 버다운 비교 번다운 비교
290 compare_burndowns_description …버다운 보고서… …번다운 보고서…
2030 chart 버다운 차트 번다운 차트
2033 issue_burndown 작업 항목 버다운 작업 항목 번다운
2368 title (empty state) …버다운 차트를… …번다운 차트를…

All other locales (en, ja, zh-CN) are unaffected. No logic changes.

Closes #9030

Summary by CodeRabbit

  • Documentation
    • Updated Korean translation terminology for burndown-related features across comparison views, project cycle charts, and progress indicators.

Review Change Stack

The ㄴ consonant was missing from the Korean loanword for "Burndown",
rendering it as 버다운 instead of the correct 번다운 in cycle comparison
cards, chart labels, and empty-state messages.

Fixes makeplane#9030
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 12, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 19a23776-869a-4dee-829a-529d784df40e

📥 Commits

Reviewing files that changed from the base of the PR and between 4225bc5 and 3e360b1.

📒 Files selected for processing (1)
  • packages/i18n/src/locales/ko/translations.ts

📝 Walkthrough

Walkthrough

Korean translations are corrected across five locations in the i18n file to fix a terminology typo: "버다운" is replaced with the correct "번다운" (proper romanization of "Burndown") in compare-burndowns, project-cycles, and active-cycle UI labels.

Changes

Korean Burndown Terminology Fix

Layer / File(s) Summary
Burndown typo corrections
packages/i18n/src/locales/ko/translations.ts
Burndown terminology updated from "버다운" to "번다운" in five translation keys: compare_burndowns title and description, project_cycles chart and issue_burndown labels, and active_cycle empty-state progress title.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A typo was spotted in Korean text,
The missing ㄴ consonant we'll correct,
"번다운" now shines so bright,
Five translations set just right!
🐇✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: correcting a Korean typo in burndown terminology with specific before/after characters and the exact count of occurrences.
Description check ✅ Passed The PR description covers the bug fix with detailed context, a before/after table, and references the linked issue, though it lacks explicit Type of Change and Test Scenarios sections from the template.
Linked Issues check ✅ Passed The PR successfully addresses all five typo corrections identified in issue #9030, changing each occurrence of '버다운' to '번다운' in the specified keys and lines.
Out of Scope Changes check ✅ Passed All changes are scoped strictly to correcting the Korean typo in the five identified keys; no unrelated modifications to logic, structure, or other locales are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

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.

[bug]: i18n(ko) typo "버다운" should be "번다운" (Burndown) — 5 occurrences

2 participants