Browse Source
Specify lang option for gatsby-plugin-manifest
main
Alexey Pyltsyn
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
gatsby-config.js
@ -163,7 +163,9 @@ module.exports = {
resolve : ` gatsby-plugin-manifest ` ,
options : {
name : 'React Docs' ,
short_name : 'React' ,
short_name : 'React' , // eg. React [%LANG_CODE%]
// Translators: please change this and two above options (see https://www.gatsbyjs.org/packages/gatsby-plugin-manifest/#feature-configuration---optional)
lang : 'en' ,
start_url : '/' ,
background_color : '#20232a' ,
theme_color : '#20232a' ,