From 8b8ae61f4b920a5547ebdc54b8d7d43ca2499900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=96=87=E6=98=8A?= <15984991+wwh2328692301@user.noreply.gitee.com> Date: Mon, 27 Apr 2026 13:47:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(demo-vue):=20=E5=85=A8=E7=AB=99=20i18n=20?= =?UTF-8?q?=E6=8A=BD=E6=96=87=E6=A1=88=E3=80=81=E4=B8=AD=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E4=B8=8E=E9=A1=B5=E9=9D=A2=E6=8E=A5=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 引入 vue-i18n,集中维护 zh-CN / en-US 文案与产品 catalog、长文 HTML - 前台与后台列表/弹窗/校验/删除确认等改为 t(),顶栏与新闻/行业列表与详情页多语言 - 修正 Industry 等页面文首误粘贴;请求头 Accept-Language 与 Element 语言随 locale 切换 --- .idea/vcs.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file