File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export interface ExtractI18nBuilderOptions {
3838 i18nLocale : string ;
3939 outputPath ?: string ;
4040 outFile ?: string ;
41+ progress ?: boolean ;
4142}
4243
4344export class ExtractI18nBuilder implements Builder < ExtractI18nBuilderOptions > {
@@ -92,6 +93,7 @@ export class ExtractI18nBuilder implements Builder<ExtractI18nBuilderOptions> {
9293 i18nFormat : options . i18nFormat ,
9394 i18nFile : outFile ,
9495 aot : true ,
96+ progress : options . progress ,
9597 assets : [ ] ,
9698 scripts : [ ] ,
9799 styles : [ ] ,
Original file line number Diff line number Diff line change 2424 "type" : " string" ,
2525 "description" : " Specifies the source language of the application."
2626 },
27+ "progress" : {
28+ "type" : " boolean" ,
29+ "description" : " Log progress to the console." ,
30+ "default" : true
31+ },
2732 "outputPath" : {
2833 "type" : " string" ,
2934 "description" : " Path where output will be placed."
You can’t perform that action at this time.
0 commit comments