From ac6739b4aa8e30a2a864ed2223241a7ce52966b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=ED=98=84=EC=A4=80?= <101855229+aaiss0927@users.noreply.github.com> Date: Fri, 17 Jul 2026 17:41:20 +0900 Subject: [PATCH] i18n(ko): add missing translation for triggerDag.partitionKeyHelp Add missing Korean translation to restore key parity with the English locale: - components.json: triggerDag.partitionKeyHelp Note: dags.json (filters.anyRunState, filters.lastRunState) was already translated and merged in #69781, so those keys have been dropped from this PR after rebasing on main. AI disclosure: I used an AI assistant (Claude) to detect the missing key and draft the candidate translation. I reviewed and finalized the wording myself as a native Korean speaker. Co-Authored-By: Claude --- .../src/airflow/ui/public/i18n/locales/ko/components.json | 1 + 1 file changed, 1 insertion(+) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json b/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json index 8171b73685da0..499a3808c0c7f 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json @@ -136,6 +136,7 @@ "loading": "Dag 정보 로드 중...", "loadingFailed": "Dag 정보를 로드하지 못했습니다. 다시 시도해주세요.", "manualRunDenied": "이 Dag는 수동으로 실행할 수 없습니다.", + "partitionKeyHelp": "선택 사항 - 파티션된 Dag에만 적용됩니다.", "runIdHelp": "선택 사항 - 제공되지 않으면 생성됩니다.", "selectDescription": "이 Dag을(를) 단일 실행 트리거", "selectLabel": "단일 실행",