Skip to content

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

@DrumRobot

Description

@DrumRobot

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Set the user language to 한국어 (Korean) in profile settings.
  2. Open any workspace and navigate to Cycles (주기).
  3. Open an empty cycle, or visit the cycle comparison page.
  4. Observe "버다운" in chart labels, comparison cards, and empty-state messages.

Environment

Production

Variant

Self-hosted

Version

v1.4.1 (plane-ce Helm chart)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions