i18n-helper-babel
Version:
i18n 命令行工具。一键包裹,提取,翻译,统计。支持网页截图,翻译词条检测
22 lines (21 loc) • 561 B
JSON
{
"cliLang": "zh",
"projectType": "[react]",
"srcPath": "./",
"fileExt": "js,ts",
"wrapCharacter": "[\u4e00-\u9fa5]",
"wrapperFuncName": "t",
"excludeWrapperFuncName": "console.log",
"jsx2Trans": false,
"importStr": "import i18n from './i18n.js\n",
"exclude": "node_modules,dist,git",
"localeDir": "./locales",
"languages": "zh,en",
"sourceLanguage": "zh",
"transFileName": "translation",
"transFileExt": "json",
"targetTransDir": "./src/translations",
"targetTransFile": "transLib.json",
"secretId": "",
"secretKey": ""
}