Make WordPress Core

Changeset 61361


Ignore:
Timestamp:
12/09/2025 06:32:55 AM (8 months 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.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-i18n.json

    r59591 r61361  
    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.