This is an automated email from the ASF dual-hosted git repository.
shahar 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 da37c761b53 i18n(ko): Add translation for 'runOnLatestVersion' (#53757)
da37c761b53 is described below
commit da37c761b53b875a06197c5c5f5b6050d4c0fe11
Author: Yeonguk Choo <[email protected]>
AuthorDate: Tue Jul 29 22:42:40 2025 +0900
i18n(ko): Add translation for 'runOnLatestVersion' (#53757)
---
airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json
b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json
index 53eb878eb7b..5727484d090 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/ko/dags.json
@@ -62,6 +62,7 @@
"onlyFailed": "실패한 작업만 지우기",
"past": "과거",
"queueNew": "새 작업 대기열에 추가",
+ "runOnLatestVersion": "최신 번들 버전으로 실행",
"upstream": "업스트림"
}
},