angeloocana / gatsby-plugin-i18n

Multi language routes for Gatsby
434 stars 77 forks source link

Steps for the Internationalisation of existing site #60

Open ergunpp opened 5 years ago

ergunpp commented 5 years ago

Hi, I have just finished my first site with Gatsbyjs and taken it alive. You can check it here:Site I am planning now to add a second language, but am not sure how to proceed. I have the following structure:

  1. Static index page
  2. Product listing page with a page query fetching data from contentful.com, where the products are already translated
  3. Product detail page, which is created with graphql query again from contentful.com using a page template
  4. Static Contacts page with a contact form.

I would be glad if somebody could describe the steps necessary to achieve a multilingual website, where the user location and locale is detected and redirected accordingly.

The whole project is being served from cloudfront/awsbucket.

Thanks a lot in advance.

claireprvst commented 3 years ago

hello, did someone help you for this ?