This project aims to create a small example of how the interlationalization works in a web application using next-i18next with NextJs and TypeScript
The application consists of two pages that will be translated as the user presses the translation button. Once the translation button is pressed, all the pages of the application will be translated.
- HTML / CSS / JS / TypeScript
- ReactJS
- NextJs
- Next-i18next
- English
- French
Prerequisites: npm / yarn
# clone repository
https://github.com/phfsouza/next-i18next-example.git
# install dependencies
yarn install
# execute the project
yarn dev
Pedro Henrique Ferreira de Souza