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

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 1bb1242d304 [v3-1-test] fix(i18n): plugins should be translated as 外掛 
instead of 插件 in Taiwanese Mandarian (#59513) (#59515)
1bb1242d304 is described below

commit 1bb1242d304c35f0fa51d90f4417668c17c6d673
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 17:13:20 2025 +0100

    [v3-1-test] fix(i18n): plugins should be translated as 外掛 instead of 插件 in 
Taiwanese Mandarian (#59513) (#59515)
    
    外掛 is also used in other occurance
    (cherry picked from commit 0bbc9f121712305bf316e7afcb09d9dbd4d71238)
    
    Co-authored-by: Wei Lee <[email protected]>
---
 airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json 
b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
index 045544caf5a..1708820bf47 100644
--- a/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
+++ b/airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/common.json
@@ -131,7 +131,7 @@
     "docs": "文件",
     "home": "首頁",
     "legacyFabViews": "舊版檢視",
-    "plugins": "插件",
+    "plugins": "外掛",
     "security": "安全"
   },
   "noItemsFound": "找不到 {{modelName}}",

Reply via email to