gatsby-plugin-i18n
Multi language routes for Gatsby
File Explorer
Download Latest Version (.zip)- createPages.js
- createPages.test.js
- defaultOptions.js
- gatsby-node.js
- gatsby-node.test.js
- getMarkdownPage.js
- getMarkdownPage.test.js
- getNewPage.js
- getNewPage.test.js
- logError.js
- onCreateNode.js
- onCreateNode.test.js
- onCreatePage.js
- onCreatePage.test.js
- .eslintrc.js
- .npmignore
- .travis.yml
- CHANGELOG.md
- index.js
- LICENSE
- package-lock.json
- package.json
- README.md
- yarn.lock
- createPages.js
- defaultOptions.js
- gatsby-node.js
- gatsby-node.test.js
- getReadNext.js
- getReadNext.test.js
- setFieldsOnGraphQLNodeType.js
- .eslintrc.js
- .gitignore
- .npmignore
- .travis.yml
- CHANGELOG.md
- createPages.js
- defaultOptions.js
- gatsby-node.test.js
- getReadNext.js
- getReadNext.test.js
- index.js
- LICENSE
- package-lock.json
- package.json
- README.md
- setFieldsOnGraphQLNodeType.js
- yarn.lock
- createPages.js
- defaultOptions.js
- gatsby-node.js
- gatsby-node.test.js
- logError.js
- onCreateNode.js
- .eslintrc.js
- .gitignore
- .npmignore
- .travis.yml
- CHANGELOG.md
- createPages.js
- defaultOptions.js
- gatsby-node.test.js
- index.js
- LICENSE
- logError.js
- onCreateNode.js
- package-lock.json
- package.json
- README.md
- yarn.lock
- Header.js
- SelectLanguage.js
- en.js
- pt.js
- languages.js
- en.js
- index.css
- index.js
- index.test.js
- pt.js
- 404.js
- index.en.js
- index.pt.js
- page-2.en.js
- page-2.pt.js
- .gitignore
- gatsby-config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- yarn.lock
- getBrowserLanguage.js
- getBrowserLanguage.test.js
- getCurrentLangKey.js
- getCurrentLangKey.test.js
- getPagesPaths.js
- getSlugAndLang.js
- getSlugAndLang.test.js
- getUserLangKey.js
- getUserLangKey.test.js
- getValidLangKey.js
- getValidLangKey.test.js
- index.js
- index.test.js
- isInPagesPaths.js
- isInPagesPaths.test.js
- redirectToHome.js
- redirectToHome.test.js
- .eslintrc.js
- .gitignore
- .npmignore
- .travis.yml
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- README.md
- yarn.lock
- .gitignore
- .travis.yml
- lerna.json
- package-lock.json
- package.json
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/angeloocana/gatsby-plugin-i18n
Downloads the entire project code from GitHub to your computer.
cd gatsby-plugin-i18n
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
yarn add gatsby-plugin-i18n
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
