IFreeOvO / i18n-cli

支持将vue、react项目里的中文替换成 i18n 国际化标记,并支持自动翻译的命令行工具
MIT License
119 stars 36 forks source link

语言包维护 #130

Closed sundongzi closed 1 month ago

sundongzi commented 1 month ago

有办法把未使用的内容从语言包中删除么? 例如:初始提取文字为操作时间,后来修改为最后操作时间重新提取后,发现在语言包中操作时间与最后操作时间都存在。这样对于语言包永远都是增量叠加(除非手动删除,但如果有多个语言包,会比较麻烦),因此除了手动删除以外能否有其他方式可以解决

IFreeOvO commented 1 month ago

执行指令时不加--incremental参数,就可以重新按新扫描的翻译结果的写入。如果你用了自定义配置,检查自定义配置里incremental要配成false

github-actions[bot] commented 1 month ago

Since the issue was labeled with inactive, but no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply. 由于该 issue 被标记为不活跃,却 3 天未收到回应。现关闭 issue,若有任何问题,可评论回复.

IFreeOvO commented 4 weeks ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。

IFreeOvO commented 1 week ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。