gatsby-plugin-react-i18next
gatsby-plugin-react-i18next copied to clipboard
Getting translations from another source
Would be great if we could import translations from a source other than the filesystem. Example: Wordpress, Contentful, Prismic or any source providing a GraphQL api.
Would probably need to pass a function to map the result of the GraphQL query to the expected object: { ns, data, language }.
Any thoughts on this feature?
I use Strapi, and this would be great. At the moment I don't know how to use the i18n feature from Strapi with Gatsby.
I'm also with the same problem!
I am using Prismic. Did you guys found a working solution when using this plugin and Prismic or any other CMS?