i18n support and language switcher for Contentful starter repo
The article discusses the use of Contentful with the i18n community plugin. It mentions that the article is an upgraded version of the previous example site using Contentful. The upgraded version includes a language switcher and bilingual content for the selected language (en-US and de). The article also encourages readers to contribute to the issue queue and submit pull requests. It provides a link to a demo site and a quick start guide for setting up the project.
To install the theme, follow these steps:
Create a new Gatsby site from the starter:
$ gatsby new my-fun-site https://github.com/mccrodp/gatsby-starter-contentful-i18n.git
Navigate to your project’s root directory and install the dependencies:
$ npm install
Start the Gatsby development server:
$ gatsby develop
The article provides an upgraded version of the example site using Contentful with the i18n community plugin. It adds a language switcher and bilingual content for selected languages. The article also includes a quick start guide for installing the theme and mentions the possibility of deploying it on Netlify.