Is there an existing issue for this?
Current behavior
The Korean (ko) locale renders "Burndown" as "버다운", which is missing the ㄴ (n) consonant. The correct Korean loanword for "Burndown" is "번다운" (or "번 다운" with a space).
The typo appears in 5 keys in packages/i18n/src/locales/ko/translations.ts:
| Line |
Key |
Current value |
| 289 |
compare_burndowns |
"버다운 비교" |
| 290 |
compare_burndowns_description |
"각 팀의 성과를 모니터링하고 각 주기의 버다운 보고서를 확인합니다." |
| 2030 |
chart |
"버다운 차트" |
| 2033 |
issue_burndown |
"작업 항목 버다운" |
| 2368 |
title (cycles empty state) |
"주기에 작업 항목을 추가하여 버다운 차트를 확인하세요." |
Suggested fix — replace every 버다운 with 번다운:
- compare_burndowns: "버다운 비교",
+ compare_burndowns: "번다운 비교",
- compare_burndowns_description: "각 팀의 성과를 모니터링하고 각 주기의 버다운 보고서를 확인합니다.",
+ compare_burndowns_description: "각 팀의 성과를 모니터링하고 각 주기의 번다운 보고서를 확인합니다.",
- chart: "버다운 차트",
+ chart: "번다운 차트",
- issue_burndown: "작업 항목 버다운",
+ issue_burndown: "작업 항목 번다운",
- title: "주기에 작업 항목을 추가하여 버다운 차트를 확인하세요.",
+ title: "주기에 작업 항목을 추가하여 번다운 차트를 확인하세요.",
Other locales (en, ja, zh-CN) translate the same keys correctly. Only the ko entries have the typo.
Steps to reproduce
- Set the user language to 한국어 (Korean) in profile settings.
- Open any workspace and navigate to Cycles (주기).
- Open an empty cycle, or visit the cycle comparison page.
- Observe "버다운" in chart labels, comparison cards, and empty-state messages.
Environment
Production
Variant
Self-hosted
Version
v1.4.1 (plane-ce Helm chart)
Is there an existing issue for this?
Current behavior
The Korean (
ko) locale renders "Burndown" as "버다운", which is missing theㄴ(n) consonant. The correct Korean loanword for "Burndown" is "번다운" (or "번 다운" with a space).The typo appears in 5 keys in
packages/i18n/src/locales/ko/translations.ts:compare_burndowns"버다운 비교"compare_burndowns_description"각 팀의 성과를 모니터링하고 각 주기의 버다운 보고서를 확인합니다."chart"버다운 차트"issue_burndown"작업 항목 버다운"title(cycles empty state)"주기에 작업 항목을 추가하여 버다운 차트를 확인하세요."Suggested fix — replace every
버다운with번다운:Other locales (
en,ja,zh-CN) translate the same keys correctly. Only thekoentries have the typo.Steps to reproduce
Environment
Production
Variant
Self-hosted
Version
v1.4.1 (plane-ce Helm chart)