Skip to content

Commit 2067ff0

Browse files
EvanCarrollfilipesilva
authored andcommitted
feat(@angular/cli): Support xliff2 for xi18n (#7734)
* Added support for the xliff2 serializer
1 parent ffaabd7 commit 2067ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/commands/xi18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const Xi18nCommand = Command.extend({
1717
name: 'i18n-format',
1818
type: String,
1919
default: 'xlf',
20-
aliases: ['f', {'xmb': 'xmb'}, {'xlf': 'xlf'}, {'xliff': 'xlf'}],
20+
aliases: ['f', {'xmb': 'xmb'}, {'xlf': 'xlf'}, {'xliff': 'xlf'}, {'xliff2': 'xliff2'} ],
2121
description: 'Output format for the generated file.'
2222
},
2323
{

0 commit comments

Comments
 (0)