theme-i18n.json: add missing i18n for variations

Props aaronrobertshaw, oandregal.
See #61442

Built from https://develop.svn.wordpress.org/trunk@58412


git-svn-id: http://core.svn.wordpress.org/trunk@57861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
oandregal 2024-06-14 08:35:09 +00:00
parent 80c53d4b8e
commit 8e7728a1ad
2 changed files with 10 additions and 1 deletions

View File

@ -80,6 +80,15 @@
}
}
},
"styles": {
"blocks": {
"variations": {
"*": {
"title": "Style variation name"
}
}
}
},
"customTemplates": [
{
"title": "Custom template name"

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.6-beta2-58411';
$wp_version = '6.6-beta2-58412';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.