angeloocana / gatsby-plugin-i18n

Multi language routes for Gatsby
434 stars 77 forks source link

Gatsby V2 #47

Open vanbroup opened 6 years ago

vanbroup commented 6 years ago

Gatsby V2 has deprecated boundActionCreators:

boundActionCreators is deprecated. Please use actions instead. 
For migration instructions, see https://gatsby.app/boundActionCreators
Check the following files:

gatsby-node.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n-readnext/createPages.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n-readnext/setFieldsOnGraphQLNodeType.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n-readnext/src/createPages.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n-readnext/src/setFieldsOnGraphQLNodeType.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n-tags/createPages.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n-tags/onCreateNode.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n-tags/src/createPages.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n-tags/src/onCreateNode.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n/src/createPages.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n/src/createPages.test.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n/src/onCreateNode.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n/src/onCreateNode.test.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n/src/onCreatePage.js
plugins/gatsby-plugin-i18n/packages/gatsby-plugin-i18n/src/onCreatePage.test.js
mohsenkhanpour commented 6 years ago

Just change boundActionCreators to actions.

bjrn commented 5 years ago

this PR contains the changes required: https://github.com/angeloocana/gatsby-plugin-i18n/pull/51

IanVS commented 5 years ago

Sounds like this can be closed, then?

axe312ger commented 5 years ago

I think so too

openscript commented 5 years ago

Works for me with v2.

hugomn commented 5 years ago

@angeloocana do you need help cleaning the issues?