我们正在构建一个角度为6的应用程序,并希望通过角度来实现I18n。这要求我们在包含可翻译信息的html标记中包括“ i18n”。有什么方法可以自动执行此操作,我们如何测试“ i18n”是否在任何地方都不存在。
答案 0 :(得分:0)
要检查i18n是否丢失,请将此规则添加到tslint.json中:
"i18n": [
true,
"check-id",
"check-text"
],
并使用ng lint
执行短毛猫。
输出应为:
ERROR: component.html[2, 8]: Each element containing text node should have an i18n attribute