Skip to content

Commit

Permalink
Themes: Add "title" key to i18n schema
Browse files Browse the repository at this point in the history
This is related to Gutenberg changes in WordPress/gutenberg#39936 that marks the "title" key as translatable field in "theme.json" files.

See also #54336.

Props oandregal.





git-svn-id: https://develop.svn.wordpress.org/trunk@53038 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
gziolo committed Mar 31, 2022
1 parent ed38549 commit 39a5bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/theme-i18n.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"title": "Style variation name",
"settings": {
"typography": {
"fontSizes": [
Expand Down

0 comments on commit 39a5bac

Please sign in to comment.