Skip to content

Commit

Permalink
fixup! fix(ivy): i18n - support setting locales for each translation …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
petebacondarwin committed Oct 25, 2019
1 parent a81f05e commit 1850ad9
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -45,7 +45,6 @@ describe('Xliff2TranslationParser', () => {
<file original="ng.template" id="ngi18n">
</file>
</xliff>`;
debugger;
const parser = new Xliff2TranslationParser();
const result = parser.parse('/some/file.xlf', XLIFF);
expect(result.parsedLocale).toBeUndefined();
Expand Down

0 comments on commit 1850ad9

Please sign in to comment.