From 24a12732aef95ba2149eefeedae5d5eb9be9f7bb Mon Sep 17 00:00:00 2001 From: Jokul Date: Sat, 4 Jul 2026 23:00:35 +0800 Subject: [PATCH] feat: add i18n to connection list and dialog --- src/components/ConnectionList.vue | 16 +++++++++------- src/components/NewConnectionDialog.vue | 26 ++++++++++++++------------ src/i18n/locales/en.ts | 8 ++++++++ src/i18n/locales/zh-CN.ts | 8 ++++++++ 4 files changed, 39 insertions(+), 19 deletions(-) diff --git a/src/components/ConnectionList.vue b/src/components/ConnectionList.vue index b2237ea..31e4daf 100644 --- a/src/components/ConnectionList.vue +++ b/src/components/ConnectionList.vue @@ -1,12 +1,14 @@