add language file preparation script

This commit is contained in:
LouisLam
2021-09-01 17:08:27 +08:00
parent 22095c09b1
commit ad38e61c26
9 changed files with 195 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "update-language-files",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}