Skip to content

Commit 1a3860d

Browse files
committed
I18N: add border.radiusSizes key to theme-i18n.json
Makes border radius size name property translatable by updating `theme.json` i18n schema. Props hbhalodia, mukesh27, swissspidy, twvania, umeshsinghin, wildworks. Fixes #64333. git-svn-id: https://develop.svn.wordpress.org/trunk@61361 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 73dada3 commit 1a3860d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/wp-includes/theme-i18n.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
}
5353
]
5454
},
55+
"border": {
56+
"radiusSizes": [
57+
{
58+
"name": "Border radius size name"
59+
}
60+
]
61+
},
5562
"blocks": {
5663
"*": {
5764
"typography": {
@@ -96,6 +103,13 @@
96103
"name": "Space size name"
97104
}
98105
]
106+
},
107+
"border": {
108+
"radiusSizes": [
109+
{
110+
"name": "Border radius size name"
111+
}
112+
]
99113
}
100114
}
101115
}

0 commit comments

Comments
 (0)