Open itfarrier opened 6 years ago
The problem is that you use the plugin with option debug: true
(I guess). I had the same problem and changing to debug: false
solve the issue (at least for me).
The real problem is that there's a backend problem with i18next plugin configuration. On the plugin, there's no backend connected to i18n. I tried to solve it but i don't know how make PR with some setupI18next.js modification:
import Backend from "i18next-xhr-backend" ..... i18next .use(Backend) .init({ .....
Here an example of implementing i18next on Gatsby with the backend lines:
https://www.gatsbyjs.org/blog/2017-10-17-building-i18n-with-gatsby/#setting-up
Could anyone explain me how can I do a PR? Thanks!
Build works with warnings.