[Angular template] ng-xi18n #1185

Closed
opened 2025-08-09 17:19:11 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @hheexx on 12/13/2016

Can you support angular tool ng-xi18n ?
It is supposed to extract strings for internationalization to a messages.xlf file.

But it generates empty file:

<?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>

... and a bunch of js and map files. It looks like it compiles ts files in same folder.

https://angular.io/docs/ts/latest/cookbook/i18n.html#!#ng-xi18n

*Originally created by @hheexx on 12/13/2016* Can you support angular tool ng-xi18n ? It is supposed to extract strings for internationalization to a messages.xlf file. But it generates empty file: ``` <?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> ``` ... and a bunch of js and map files. It looks like it compiles ts files in same folder. https://angular.io/docs/ts/latest/cookbook/i18n.html#!#ng-xi18n
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1185
No description provided.