- Fix warnings generated for markup pages.
-
Add prefixDefault prop true: add langKey on all pages, including default
false: omit langKey in url when page lang is the default. Ex: when
langKeyDefault
isen
,blog/first-post.en.md
andblog/first-post.pt.md
will have the following urls:/blog/first-post
/pt/blog/first-post
Default: true
- Fix 404 page. Thanks @ChrisBoon ! angeloocana/gatsby-plugin-i18n#37
- Fix contentful pages. Issue: angeloocana/gatsby-plugin-i18n#16
- Add
pagesPaths
to plugin options.
- Ignore files outside
pages
folder. Fix angeloocana/gatsby-plugin-i18n#9
- Fix deletePage. angeloocana/gatsby-plugin-i18n#8
- Made ptz-i18n required dependency.
- 100% test coverage.
- Upgrade dependencies.
- Add layout option to markdownPages.
- Add useLangKeyLayout option.
- Make MarkdownRemark optional.
- Move tags to gatsby-plugin-i18n-tags.
- Move getSlugAndLangKey() to ptz-i18n.
- Add options.