From 83fa095052bbb28fa40d55b4e399350978161a72 Mon Sep 17 00:00:00 2001 From: junjie Date: Mon, 17 May 2021 17:23:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):i8n=20fix=EF=BC=9Btop-bar=20?= =?UTF-8?q?=E5=8F=B3=E4=B8=8A=E8=A7=92=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=20i18n=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/LangSelect/index.vue | 2 +- frontend/src/lang/en.js | 32 ++++++++++++++------ frontend/src/lang/tw.js | 18 +++++++++-- frontend/src/lang/zh.js | 3 +- frontend/src/layout/components/Topbar.vue | 20 ++++++------ frontend/src/styles/topbar.scss | 6 +++- frontend/src/views/chart/group/Group.vue | 4 +-- frontend/src/views/chart/view/ChartEdit.vue | 10 +++--- frontend/src/views/dataset/group/Group.vue | 4 +-- 9 files changed, 67 insertions(+), 32 deletions(-) diff --git a/frontend/src/components/LangSelect/index.vue b/frontend/src/components/LangSelect/index.vue index 355e29fcac..f606735f2c 100644 --- a/frontend/src/components/LangSelect/index.vue +++ b/frontend/src/components/LangSelect/index.vue @@ -1,5 +1,5 @@