Skip to content

Commit

Permalink
added react-i18next and next-i18next packages, added translations to …
Browse files Browse the repository at this point in the history
…common.js folder, as per next-i18next docs
  • Loading branch information
ChrisFong604 committed Mar 20, 2024
1 parent 5ef3dea commit b606901
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 14 deletions.
127 changes: 114 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"dependencies": {
"i18next": "^23.10.1",
"next": "14.0.4",
"next-i18next": "^15.2.0",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"react-i18next": "^14.1.0"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
Loading

0 comments on commit b606901

Please sign in to comment.