-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding gatsby-plugin-i18n-tags #83
Conversation
the issue with image as posted in angeloocana/gatsby-plugin-i18n#63 is solved upgrading the packages with Yarn: running |
Next step is to modify the Layout component. Basically it was failing because i was retriving the data with a wrong GraphQL query. |
…bulma into feature-multilang-tags
due to the latest changes and re-changes the warning:
pop up again; as a note for the future i must remember this two references: gatsbyjs/gatsby#11934 and the rreact-dom @hot-loader https://github.com/gaearon/react-hot-loader/tree/7089062eac273832102c074a368d5af27e23e0b0#react--dom |
production build fails and in develop i get lot of this kind of errors: Error: A plugin tried to update a node field that it doesn't own:
Node id: 39b35ac4-9bce-5166-87d4-328da09469d8
Plugin: default-site-plugin
name: slug
value: /tags/index.it/ This error happened in the past but i don't remember how i solved... i will look into it in the next days... |
Now i had to improve the css styling and the retrieve list of the blog posts. |
In allTags page for the tag, in the footer langKey is always |
Now i can merge it! |
Basically i want to add tags support for different languages. I'm using the gatsby-plugin-i18n-tags.