From b9df0060221f12d3787954bea2c4ebc8991946e1 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Mon, 26 Aug 2024 14:50:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=AC=E5=85=B1=E9=9D=99=E6=80=81?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E9=98=BB=E5=A1=9E=E8=8E=B7=E5=8F=96=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fit2-zhao --- framework/sdk-parent/frontend/src/i18n/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/i18n/index.js b/framework/sdk-parent/frontend/src/i18n/index.js index afeb920da3..9ad5fbecd0 100644 --- a/framework/sdk-parent/frontend/src/i18n/index.js +++ b/framework/sdk-parent/frontend/src/i18n/index.js @@ -34,7 +34,7 @@ export const getLanguage = async () => { }; const i18n = new VueI18n({ - locale: await getLanguage(), + locale: getLanguage(), messages, });