i18n-helper-babel
Version:
i18n 命令行工具。一键包裹,提取,翻译,统计。支持网页截图,翻译词条检测
22 lines (21 loc) • 599 B
JSON
{
"cliLang": "zh",
"projectType": "[react]",
"srcPath": "./src",
"fileExt": "js,jsx,ts,tsx",
"wrapCharacter": "[\u4e00-\u9fa5]",
"wrapperFuncName": "t",
"excludeWrapperFuncName": "console.log",
"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": ""
}