From 0685b7eb8a55c43d06deaed05f2a8155a4309129 Mon Sep 17 00:00:00 2001 From: chenqi Date: Thu, 25 Jun 2026 15:12:44 +0800 Subject: [PATCH] feat(i18n): fix Element Plus locale switching, add TagsView i18n, merge maintain_keys, add tagsView translations --- healthlink-his-ui/src/App.vue | 19 +- healthlink-his-ui/src/i18n/index.js | 3 - healthlink-his-ui/src/i18n/locales/enUS.json | 267 +++++++++++++++++- healthlink-his-ui/src/i18n/locales/viVN.json | 267 +++++++++++++++++- healthlink-his-ui/src/i18n/locales/zhCN.json | 258 ++++++++++++++++- .../src/layout/components/TagsView/index.vue | 24 +- healthlink-his-ui/src/main.js | 173 ++++++------ 7 files changed, 907 insertions(+), 104 deletions(-) diff --git a/healthlink-his-ui/src/App.vue b/healthlink-his-ui/src/App.vue index 5d186cc79..9d6d3fef4 100755 --- a/healthlink-his-ui/src/App.vue +++ b/healthlink-his-ui/src/App.vue @@ -1,14 +1,29 @@