File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Internationalize your Gatsby site.
44
55## Features
66
7- - Turn your gatsby site into an internationalization-framework out of the box powered by [ react-intl] ( https://github.com/yahoo/react-intl ) .
7+ - Turn your gatsby site into an internationalization-framework out of the box powered by [ react-intl] ( https://github.com/yahoo/react-intl ) .
88
99- Support automatic redirection based on the user's preferred language in browser provided by [ browser-lang] ( https://github.com/wiziple/browser-lang ) .
1010
@@ -26,6 +26,7 @@ Source: [https://github.com/wiziple/gatsby-plugin-intl/tree/master/examples/gats
2626- [ https://picpick.app ] ( https://picpick.app )
2727- [ https://www.krashna.nl ] ( https://www.krashna.nl ) [ (Source)] ( https://github.com/krashnamusika/krashna-site )
2828- [ https://vaktija.eu ] ( https://vaktija.eu )
29+ - [ https://anhek.dev ] ( https://anhek.dev ) [ (Source)] ( https://github.com/anhek/anhek-portfolio )
2930
3031* Feel free to send us PR to add your project.*
3132
@@ -118,7 +119,7 @@ export default IndexPage
118119Let's say you have two pages (` index.js ` and ` page-2.js ` ) in your ` pages ` directory. The plugin will create static pages for every language.
119120
120121file | English | Korean | German | Default*
121- -- | -- | -- | -- | --
122+ -- | -- | -- | -- | --
122123src/pages/index.js | /** en** | /** ko** | /** de** | /
123124src/pages/page-2.js | /** en** /page-2 | /** ko** /page-2 | /** de** /page-2 | /page-2
124125
You can’t perform that action at this time.
0 commit comments