Skip to content

Commit cb1148f

Browse files
authored
Merge pull request #103 from anhek/master
added anhek.dev to the showcase section.
2 parents 12b9c1d + 0268ed2 commit cb1148f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
118119
Let'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

120121
file | English | Korean | German | Default*
121-
-- | -- | -- | -- | --
122+
-- | -- | -- | -- | --
122123
src/pages/index.js | /**en** | /**ko** | /**de** | /
123124
src/pages/page-2.js | /**en**/page-2 | /**ko**/page-2 | /**de**/page-2 | /page-2
124125

0 commit comments

Comments
 (0)