angeloocana / gatsby-plugin-i18n

Multi language routes for Gatsby
435 stars 77 forks source link

i18n for Markdown #74

Open antontranelis opened 5 years ago

antontranelis commented 5 years ago

Hi, I'm trying to use this Plugin for Markdown pages with the gatsby-transformer-remark plugin. Is there somewhere a documentation how to do that with this plugin or somewhere examples? How have the markdown files to be structured?

zasuh commented 5 years ago

Would also like to know the answer to this!

hugomn commented 5 years ago

I'm not sure I got the question. I use this plugin for i18n and I have all my pages with markdown, something like page.en.md and page.pt.md, and then I have www.site.com/page and www.site.com/pt/page. Is that what you are trying to achieve? I can check my personal website source code here: https://github.com/hugomn/hugomagalhaes.com