fix(i18n/ko): correct '버다운' → '번다운' (Burndown) in Korean translations#9032
fix(i18n/ko): correct '버다운' → '번다운' (Burndown) in Korean translations#90320xdeadd wants to merge 1 commit intomakeplane:previewfrom
Conversation
The Korean (ko) locale was missing the ㄴ (n) consonant in the loanword for 'Burndown', rendering it as '버다운'. The correct form is '번다운', matching how other locales (en, ja, zh-CN) translate the same keys. Five occurrences corrected: - compare_burndowns - compare_burndowns_description - chart (cycles analytics) - issue_burndown - title (cycles empty state) Closes makeplane#9030
|
|
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughKorean locale translation strings are corrected to use "번다운" instead of the misspelled "버다운" for burndown-related UI labels. Two separate translation keys across the cycles comparison and active cycle chart sections are updated. ChangesKorean Burndown Terminology Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Summary
The Korean (
ko) locale was missing theㄴ(n) consonant in the loanword for "Burndown", rendering it as버다운(5 occurrences inpackages/i18n/src/locales/ko/translations.ts). The correct form is번다운, matching howen,ja, andzh-CNtranslate the same keys.Closes #9030.
Changes
compare_burndowns"버다운 비교""번다운 비교"compare_burndowns_description"…각 주기의 버다운 보고서…""…각 주기의 번다운 보고서…"chart"버다운 차트""번다운 차트"issue_burndown"작업 항목 버다운""작업 항목 번다운"title(cycles empty state)"…버다운 차트를…""…번다운 차트를…"Test plan
grep -c "버다운"→ 0 (none remain)grep -c "번다운"→ 5 (all corrected)kolocale file.Summary by CodeRabbit
Release Notes