mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
feat(@angular/cli): update configuration schema with ivy i18n extraction support
This commit is contained in:
parent
a5293fe747
commit
d096e57884
@ -1362,6 +1362,10 @@
|
|||||||
"description": "Specifies the source language of the application.",
|
"description": "Specifies the source language of the application.",
|
||||||
"x-deprecated": "Use 'i18n' project level sub-option 'sourceLocale' instead."
|
"x-deprecated": "Use 'i18n' project level sub-option 'sourceLocale' instead."
|
||||||
},
|
},
|
||||||
|
"ivy": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Use Ivy compiler to extract translations."
|
||||||
|
},
|
||||||
"progress": {
|
"progress": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Log progress to the console.",
|
"description": "Log progress to the console.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user