From 6e5ad19f94aefe27417eb7d75c014e03fb61e666 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Wed, 29 Jul 2026 15:30:24 +0800 Subject: [PATCH] Add the Taiwanese Mandarin string for variable-interval deadlines The English string added with the variable-interval deadline fix had no zh-TW counterpart, so readers of that locale saw an untranslated sentence in the middle of an otherwise translated deadline panel. --- airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json | 1 + 1 file changed, 1 insertion(+) diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json index 0e9ccd277e632..401a19ccbd19e 100644 --- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json +++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json @@ -42,6 +42,7 @@ }, "deadlineAlerts": { "completionRule": "必須在 {{reference}}後 {{interval}} 內完成", + "completionRuleDynamic": "必須在 {{reference}}後的一段變動期間內完成", "count_one": "{{count}} 個期限", "count_other": "{{count}} 個期限", "referenceType": {