Extract-i18n builder
ID: @angular-devkit/build-angular:extract-i18n
Options
--browserTarget
#
Target to extract from.
Type | string |
--format
#
Output format for the generated file.
Type | string |
Default | xlf |
--i18nFormat
#
Output format for the generated file.
Type | string |
Values | xmb,xlf,xlif,xliff,xlf2,xliff2 |
Default | xlf |
--i18nLocale
#
Specifies the source language of the application.
Type | string |
--outFile
#
Name of the file to output.
Type | string |
--outputPath
#
Path where output will be placed.
Type | string |
--progress
#
Log progress to the console.
Type | boolean |
Default | true |