Skip to content

Commit b18fc40

Browse files
authored
Specify lang option for gatsby-plugin-manifest
1 parent 1e44de0 commit b18fc40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gatsby-config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@ module.exports = {
163163
resolve: `gatsby-plugin-manifest`,
164164
options: {
165165
name: 'React Docs',
166-
short_name: 'React',
166+
short_name: 'React', // eg. React [%LANG_CODE%]
167+
// Translators: please change this and two above options (see https://www.gatsbyjs.org/packages/gatsby-plugin-manifest/#feature-configuration---optional)
168+
lang: 'en',
167169
start_url: '/',
168170
background_color: '#20232a',
169171
theme_color: '#20232a',

0 commit comments

Comments
 (0)