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

有个小问题,插件会把 html 注释中的中文也转换转译 #1

Closed f44r closed 1 year ago

f44r commented 1 year ago

例如

TestPage.vue

<template>
  <div>
    <!-- 注释 -->
    <div>
      test
    </div>
  </div>
</template>

zh.json

{"0":"注释"}
pekonchan commented 1 year ago

确实是个问题。我这边处理一下

pekonchan commented 1 year ago

已修复,感谢支持 @FlameTEXT