pekonchan / rollup-plugin-i18n-auto

This is a tools to help you work i18n automatically in rollup or vite.
28 stars 2 forks source link

fix: 排除针对vue3文件的一些特殊规则 #5

Closed pekonchan closed 8 months ago

pekonchan commented 8 months ago

主要解决vue3文件经过vue插件的转化成js文件后,会对文件的所在绝对路径写在代码中,如果路径存在中文,则也会被提取出来。因此需要排除这点情况