Gary Forster
Gary Forster
Hey, thanks for developing this, it's really nice. I'm trying to reorder my repositories by clicking the pencil icon and dragging/dropping them into the correct order. After this doing and...
Currently loading a locale file with a nested JSON structure does not work. I've created a pull request to fix that [here](https://github.com/hupe1980/gatsby-i18n/pull/21). @hupe1980 is this okay to merge?
When using a JSON structure with nested keys, e.g. ```json { "rootKey": "Value", "category" : { "nestedKey": "This doesn't work currently" } } ``` the current code is using `addResources`...