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