Skip to content

Commit b546d79

Browse files
committed
docs: add description to localize option
1 parent 1f42e07 commit b546d79

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
@@ -2088,6 +2088,7 @@
20882088
"default": "warning"
20892089
},
20902090
"localize": {
2091+
"description": "Translate the bundles in one or more locales.",
20912092
"oneOf": [
20922093
{
20932094
"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)