Make WordPress Core

Changeset 61366


Ignore:
Timestamp:
12/10/2025 09:42:13 AM (4 days ago)
Author:
wildworks
Message:

I18N: add border.radiusSizes key to theme-i18n.json

Makes border radius size name property translatable by updating theme.json i18n schema.

Reviewed by SergeyBiryukov.
Merges [61361] to the 6.9 branch.

Props hbhalodia, mukesh27, swissspidy, twvania, umeshsinghin, wildworks, SergeyBiryukov.
Fixes #64333.

Location:
branches/6.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.9

  • branches/6.9/src/wp-includes/theme-i18n.json

    r59591 r61366  
    5353            ]
    5454        },
     55        "border": {
     56            "radiusSizes": [
     57                {
     58                    "name": "Border radius size name"
     59                }
     60            ]
     61        },
    5562        "blocks": {
    5663            "*": {
     
    97104                        }
    98105                    ]
     106                },
     107                "border": {
     108                    "radiusSizes": [
     109                        {
     110                            "name": "Border radius size name"
     111                        }
     112                    ]
    99113                }
    100114            }
Note: See TracChangeset for help on using the changeset viewer.