Parse mo file

This commit is contained in:
zhbaor 2022-09-27 15:08:26 +08:00
parent 0391403f30
commit 0579a6b0ba
6 changed files with 17408 additions and 0 deletions

12
data/gettext/package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "gettext",
"version": "1.0.0",
"description": "使用 gettext-parser 处理 mo 文件",
"keywords": [],
"author": "Zhao Zuohong <1040110848@qq.com>",
"license": "MIT",
"dependencies": {
"gettext-parser": "^6.0.0",
"prettier": "^2.7.1"
}
}