Skip to content

Commit 8aa7835

Browse files
committed
add nls into allow list
1 parent 7e7ff5f commit 8aa7835

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ local count = copyFiles(ROOT , out) {
163163
['changelog.md'] = true,
164164
['package.nls.json'] = true,
165165
['package.nls.zh-cn.json'] = true,
166+
['package.nls.zh-tw.json'] = true,
167+
['package.nls.pt-br.json'] = true,
166168
}
167169
print(('复制了[%d]个文件'):format(count))
168170

0 commit comments

Comments
 (0)