File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
packages/angular/cli/commands Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,6 @@ export class ExtractI18nCommand extends ArchitectCommand<ExtractI18nCommandSchem
24
24
return 1 ;
25
25
}
26
26
27
- const commandName = process . argv [ 2 ] ;
28
- if ( [ 'xi18n' , 'i18n-extract' ] . includes ( commandName ) ) {
29
- this . logger . warn (
30
- `Warning: "ng ${ commandName } " has been deprecated and will be removed in a future major version. ` +
31
- 'Please use "ng extract-i18n" instead.' ,
32
- ) ;
33
- }
34
-
35
27
return this . runArchitectTarget ( options ) ;
36
28
}
37
29
}
Original file line number Diff line number Diff line change 3
3
"$id" : " ng-cli://commands/extract-i18n.json" ,
4
4
"description" : " Extracts i18n messages from source code." ,
5
5
"$longDescription" : " " ,
6
-
7
- "$aliases" : [" i18n-extract" , " xi18n" ],
8
6
"$scope" : " in" ,
9
7
"$type" : " architect" ,
10
8
"$impl" : " ./extract-i18n-impl#ExtractI18nCommand" ,
You can’t perform that action at this time.
0 commit comments