gatsby-i18n-plugin icon indicating copy to clipboard operation
gatsby-i18n-plugin copied to clipboard

Results 7 gatsby-i18n-plugin issues
Sort by recently updated
recently updated
newest added

Hi, I am facing issues when creating a production build. I have attached the screenshot for the error messages that I got. Can you please guide me how to resolve...

Automatic language detection fails on Android WebView with ``` Console: 09-11 12:57:19.570 [ERROR] "TypeError: Cannot read property 'getItem' of null", source: https://hupe1980.github.io/gatsby-i18n/gatsby-starter-i18next/app-d8fda7bf322208b3a131.js (line:1) ``` Leaving users with blank page. I'm...

I have set this configuration for the plugin: plugins: [ { resolve: `gatsby-plugin-i18next`, options: { fallbackLng: 'en', availableLngs: ['en','de','nl','fr','pl','ru','it'] } If I change the language of my browser to spanish...

the code feels like only support the "messages" Namespace. ![image](https://user-images.githubusercontent.com/21041480/57190551-f714a100-6f4d-11e9-9df2-30a1a1b5718a.png)

Is it possible to have the default language (ie, en) not prepend to the URL? For example, right now when visiting site.com, the plugin redirects you to site.com/en. Would prefer...

Build works with warnings. ``` /home/user/.nvm/versions/node/v10.13.0/bin/node /home/user/.nvm/versions/node/v10.13.0/lib/node_modules/yarn/bin/yarn.js run serve yarn run v1.12.3 $ yarn build && gatsby serve $ gatsby build success open and validate gatsby-configs — 0.006 s success...