ng extract-i18n
从源码中提取 i18n 消息。
Extracts i18n messages from source code.
ng extract-i18n <project> [options]
ng i18n-extract <project> [options]
ng xi18n <project> [options]
参数
参数 | 说明 | Value Type |
---|---|---|
<project> | 要构建的项目名。可以是应用或库。 The name of the project to build. Can be an application or a library. | string |
选项
选项 | 说明 | Value Type | Default Value |
---|---|---|---|
--browser-target | 一个浏览器构建器目标,用来以 A browser builder target to extract i18n messages in the format of | string | |
--configuration | 构建器的一个或多个命名配置,是一个逗号分隔的列表,就像在 angular.json 的 "configurations" 部分指定的一样。 构建器使用这些命名配置运行给定的目标。 欲知详情,参见 https://angular.cn/guide/workspace-config#alternate-build-configurations。 可以通过显式指定 "--prod" 标志来覆盖它。 One or more named builder configurations as a comma-separated list as specified in the "configurations" section of angular.json. The builder uses the named configurations to run the given target. For more information, see https://angular.io/guide/workspace-config#alternate-build-configurations. Setting this explicitly overrides the "--prod" flag. 别名: -c | string | |
--format | 要生成文件的输出格式。 Output format for the generated file. | xmb|xlf|xlif|xliff|xlf2|xliff2|json|arb | xlf |
--help | 在控制台显示关于本命令的帮助信息。 Shows a help message for this command in the console. | true|false|json|JSON | false |
--i18n-format | 已弃用: 改用 'format' 选项代替。 Use 'format' option instead. 要生成文件的输出格式。 Output format for the generated file. | xmb|xlf|xlif|xliff|xlf2|xliff2|json|arb | xlf |
--i18n-locale | 已弃用: 使用 'i18n' 项目级的子配置 'sourceLocale' 代替。 Use 'i18n' project level sub-option 'sourceLocale' instead. 指定应用程序的源语言。 Specifies the source language of the application. | string | |
--ivy | 使用 Ivy 编译器提取翻译。在 Ivy 应用中默认启用。 Use Ivy compiler to extract translations. The default for Ivy applications. | boolean | |
--out-file | 要输出的文件名。 Name of the file to output. | string | |
--output-path | 要放置输出结果的路径。 Path where output will be placed. | string | |
--prod | "--configuration=production" 的简写形式。 把构建配置的目标设置为产品环境。 默认情况下,产品环境目标是在工作空间配置中设置的,可以设置打包方式、摇树优化限制、死代码移除限制等方面。 Shorthand for "--configuration=production". Set the build configuration to the production target. By default, the production target is set up in the workspace configuration such that all builds make use of bundling, limited tree-shaking, and also limited dead code elimination. | boolean | |
--progress | 将进度记录到控制台。 Log progress to the console. | boolean | true |