danniehakan

Results 12 comments of danniehakan

I'm having the same issue I guess, where `[{"message":"Unknown fragment \"GatsbyContentfulSizes\".","locations":[{"line":9,"column":24}]}]` the fragment of `GatsbyContentfulSizes` is not recognized properly. I solved it by changing: ``` image { sizes(maxWidth: 380) {...

I'm kind of new to python module distribution. So far I've managed to run `python manage.py install` successfully, though I cannot see which version of django this package is dependent...

Ok, so I've integrated this functionality in my own fork along with proper test coverage. Do I just PR my forked master to this repo, or do I create an...

I'm wondering about this as well. I was looking into a client translation approach with react-i18next which would make it more DRY, but since I want google to be able...

And in this query you fetch the strings related to the specific locale, I assume? It looks tedious. What's your take on the approach from this blogpost [https://www.gatsbyjs.org/blog/2017-10-17-building-i18n-with-gatsby/](url)?

I see. Thank you for the insight to the discussion regarding the blog post. Were I'm confused is, while I'm getting SEO friendly routes by setting up the project with...

Regarding > you just need to check that those static HTML pages indeed contain the text that you expect Are you saying the localized HTML files will actually have localized...

I might be missing something, but those files in your build could as well not contain the actual strings(?). I looked at the site that the gatsby i18n blog post...

@sedubois That's exactly what I was looking for! Do you have any idea why this would work differently than `react-i18next` though(I set up the latter and cannot really get it...

Get back if you want to merge this, because at this point I'm beyond this issue in my fork.