我使用快速入门模板https://github.com/angular/quickstart来构建我的应用程序。现在我试图使用命令" npm run i18n"来获取i18n生成的messages.xlf文件。如https://angular.io/docs/ts/latest/cookbook/i18n.html中所述,但生成的文件为空!
<?xml version="1.0" encoding="UTF-8" ?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="ng2.template">
<body>
</body>
</file>
</xliff>
我使用最新的@ angular / compiler @ ~2.3.0以及rxjs@5.0.0-rc.4和typescript@~2.0.10 有什么建议吗?