feat(i18n): xliff integration
This commit is contained in:

committed by
Vikram Subramanian

parent
96bf42261b
commit
f6a7d6504c
@ -73,7 +73,7 @@ describe('template codegen output', () => {
|
||||
|
||||
it('should inject the translations format into the component', () => {
|
||||
const compFixture = createComponent(BasicComp);
|
||||
expect(compFixture.componentInstance.translationsFormat).toEqual('xtb');
|
||||
expect(compFixture.componentInstance.translationsFormat).toEqual('xlf');
|
||||
});
|
||||
|
||||
it('should support i18n for content tags', () => {
|
||||
|
Reference in New Issue
Block a user