There was an error while loading. Please reload this page.
1 parent 03060fb commit 04d4fcfCopy full SHA for 04d4fcf
packages/@angular/cli/commands/xi18n.ts
@@ -17,7 +17,7 @@ const Xi18nCommand = Command.extend({
17
name: 'i18n-format',
18
type: String,
19
default: 'xlf',
20
- aliases: ['f', {'xmb': 'xmb'}, {'xlf': 'xlf'}, {'xliff': 'xlf'}],
+ aliases: ['f', {'xmb': 'xmb'}, {'xlf': 'xlf'}, {'xliff': 'xlf'}, {'xliff2': 'xliff2'} ],
21
description: 'Output format for the generated file.'
22
},
23
{
0 commit comments