Skip to content

Commit 431ca49

Browse files
committed
docs: add description to localize option
(cherry picked from commit b546d79)
1 parent 185a70b commit 431ca49

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,6 +2064,7 @@
20642064
"default": "warning"
20652065
},
20662066
"localize": {
2067+
"description": "Translate the bundles in one or more locales.",
20672068
"oneOf": [
20682069
{
20692070
"type": "boolean",

packages/angular_devkit/build_angular/src/browser/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
"default": "warning"
211211
},
212212
"localize": {
213+
"description": "Translate the bundles in one or more locales.",
213214
"oneOf": [
214215
{
215216
"type": "boolean",

packages/angular_devkit/build_angular/src/server/schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"default": "warning"
143143
},
144144
"localize": {
145+
"description": "Translate the bundles in one or more locales.",
145146
"oneOf": [
146147
{
147148
"type": "boolean",

0 commit comments

Comments
 (0)