// vve-i18n-cli.config.jsmodule.exports= {// 国际化文本包裹相关zhWrap: {// 需要过滤的文件ignoreI18nFileRules: [],// 需要处理的文件i18nFileRules: ["!(node_modules|config|statsvnTmp)/**/*.+(js|vue)"],// 当词条前缀出现以下正则时,该词条过滤不处理ignorePreReg: [/t\s*\([\s\n]*...
vve-i18n-cliTa**us 上传385.31 KB 文件格式 zip cli en i18n translate vve zh zh-cn 抽取国际化文本,生成国际化资源文件 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 cloud2020 2024-12-21 21:01:32 积分:1 测控专业综合实践参考资料 2024-12-21 21:01:02 积分:1 ...
vue-viewer-editor/vve-i18n-cliPublic NotificationsYou must be signed in to change notification settings Fork11 Star18 Automate your workflow from idea to production GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your cod...
vue-viewer-editor/vve-i18n-cli projects Navigation Menu Toggle navigation Search or jump to... Sign in Sign up vue-viewer-editor/vve-i18n-cliPublic Notifications Fork11 Star18 Projects Projects Templates No open projects
在vve-i18n-cli.config.js里增加下忽略配置规则: //vve-i18n-cli.config.jsmodule.exports ={//国际化文本包裹相关zhWrap: {//需要过滤的文件ignoreI18nFileRules: [],//需要处理的文件i18nFileRules: ["!(node_modules|config|statsvnTmp)/**/*.+(js|vue)"],//当词条前缀出现以下正则时,该词条过滤不...