i18next-scanner 使用带变量的键
我有一个列表 x = ['a', 'b', 'c'] 并使用 t(vars.${x[i]}
) 加载翻译。
当我使用 i18next-scanner 时,我在 vars 下得到一条带有键“”的记录。
我已经在注释中定义了,例如 // t('vars.a'); ,所以它被扫描仪拾取。如何消除以便 i18next-scanner 不会添加空键?
I have a list x = ['a', 'b', 'c'] and load translations using t(vars.${x[i]}
).
When I used i18next-scanner, I get a records under vars with key "".
I have already defined in comments, e.g., // t('vars.a'); , so this is picked up by the scanner. How can I eliminate so that i18next-scanner does not also add an empty key?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论