Skip to content

Commit 847e8c2

Browse files
committed
Fix config
1 parent b4668d8 commit 847e8c2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

airflow-core/src/airflow/ui/src/i18n/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ import zhTWAssets from "./locales/zh-TW/assets.json";
5151
import zhTWBrowse from "./locales/zh-TW/browse.json";
5252
import zhTWCommon from "./locales/zh-TW/common.json";
5353
import zhTWComponents from "./locales/zh-TW/components.json";
54-
import zhTWConnections from "./locales/zh-TW/connections.json";
5554
import zhTWDags from "./locales/zh-TW/dags.json";
5655
import zhTWDashboard from "./locales/zh-TW/dashboard.json";
5756

@@ -116,7 +115,6 @@ const resources = {
116115
browse: zhTWBrowse,
117116
common: zhTWCommon,
118117
components: zhTWComponents,
119-
connections: zhTWConnections,
120118
dags: zhTWDags,
121119
dashboard: zhTWDashboard,
122120
},

airflow-core/src/airflow/ui/src/i18n/locales/zh-TW/common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
"githubRepo": "GitHub 倉庫",
4343
"restApiReference": "REST API 參考"
4444
},
45+
"duration": "時間範圍",
46+
"endDate": "結束日期",
4547
"expression": {
4648
"all": "全部",
4749
"and": "",
4850
"any": "任何",
4951
"or": ""
5052
},
5153
"logicalDate": "邏輯日期",
52-
"duration": "時間範圍",
53-
"endDate": "結束日期",
5454
"logout": "登出",
5555
"logoutConfirmation": "確定要登出嗎?",
5656
"mapIndex": "映射索引",

0 commit comments

Comments
 (0)