From e64175e49fe699edcce34a801a5b7270a400cc7c Mon Sep 17 00:00:00 2001 From: cqszhuangyang Date: Wed, 29 Nov 2023 11:49:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=94=9F=E6=88=90=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=AF=B9=E8=B1=A1=E5=B5=8C=E5=A5=97=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E6=AD=BB=E5=BE=AA=E7=8E=AF=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 1ad9edd7..58d6c22a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -283,6 +283,7 @@ function parseSymbol(root: Definition, symbol: Definition, messages: object) { return ' ' + type + ' ' + key; } if (!messages[name]) { + messages[name]={}; messages[name] = parseSymbol(root, definition, messages); } if (!MergeMessage) {