From 4c3144d5d917b4de4c7d2b09be3f086cfdee2f9f Mon Sep 17 00:00:00 2001 From: "cherry.zj" Date: Sun, 19 Jan 2020 17:40:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E6=96=B0=E5=BB=BAcommon=E6=96=87=E4=BB=B6=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E6=96=87=E6=A1=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiwi-linter/src/getLangData.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kiwi-linter/src/getLangData.ts b/kiwi-linter/src/getLangData.ts index 29f3e14..d31ce30 100644 --- a/kiwi-linter/src/getLangData.ts +++ b/kiwi-linter/src/getLangData.ts @@ -36,12 +36,6 @@ export function getI18N() { vscode.window.showWarningMessage(`\`${curr}\` 解析失败,该文件包含的文案无法自动补全`); } - if (filename === 'common') { - return { - ...prev, - ...jsObj - }; - } return { ...prev, [filename]: jsObj