Skip to content

Commit 954672b

Browse files
authored
Enable 'Set up your project' string to be translated (#56244)
1 parent 983b8c2 commit 954672b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frame/lib/frontmatter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export const schema = {
117117
// allows you to use an alternate heading for the popular column
118118
popularHeading: {
119119
type: 'string',
120+
translatable: true,
120121
},
121122
videos: {
122123
type: 'array',

0 commit comments

Comments
 (0)