microapps / gatsby-plugin-react-i18next

Easily translate your Gatsby website into multiple languages
MIT License
121 stars 72 forks source link

Fix suggested GraphQL query in an error message #183

Open alanhchoi opened 7 months ago

alanhchoi commented 7 months ago

The GraphQL query suggested in "No translations were found" error message is incorrect and produces an error.

Unknown argument "language" on field "Query.allLocale".

The current README includes the correct query; hence, I updated the one in the error message.

related to #176