Skip to content

Commit d096e57

Browse files
clydinalan-agius4
authored andcommitted
feat(@angular/cli): update configuration schema with ivy i18n extraction support
1 parent a5293fe commit d096e57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,10 @@
13621362
"description": "Specifies the source language of the application.",
13631363
"x-deprecated": "Use 'i18n' project level sub-option 'sourceLocale' instead."
13641364
},
1365+
"ivy": {
1366+
"type": "boolean",
1367+
"description": "Use Ivy compiler to extract translations."
1368+
},
13651369
"progress": {
13661370
"type": "boolean",
13671371
"description": "Log progress to the console.",

0 commit comments

Comments
 (0)