gatsby-plugin-react-i18next icon indicating copy to clipboard operation
gatsby-plugin-react-i18next copied to clipboard

Getting translations from another source

Open bezugen opened this issue 4 years ago • 3 comments

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?

bezugen avatar Mar 29 '21 19:03 bezugen

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.

nonameolsson avatar May 31 '21 20:05 nonameolsson

I'm also with the same problem!

vitorregisrr avatar Nov 14 '21 18:11 vitorregisrr

I am using Prismic. Did you guys found a working solution when using this plugin and Prismic or any other CMS?

DennisKraaijeveld avatar Nov 28 '21 10:11 DennisKraaijeveld