This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9068477a64d i18n(Ko): add missing translations(Nov 12) (#58222)
9068477a64d is described below

commit 9068477a64d5fad8acb068f3b9c57b07d93ed473
Author: Yeonguk Choo <[email protected]>
AuthorDate: Wed Nov 12 17:58:17 2025 +0900

    i18n(Ko): add missing translations(Nov 12) (#58222)
---
 airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
index 0f3b2ad72c1..aa40025ff54 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/common.json
@@ -59,6 +59,7 @@
     "dataIntervalEnd": "데이터 구간 종료",
     "dataIntervalStart": "데이터 구간 시작",
     "lastSchedulingDecision": "마지막 스케줄링 결정",
+    "partitionKey": "파티션 키",
     "queuedAt": "대기열에 추가된 시간",
     "runAfter": "다음 실행",
     "runType": "실행 유형",

Reply via email to