Skip to content

Commit

Permalink
I18N Support
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Feb 12, 2024
1 parent e5f6a2c commit 57a38e2
Show file tree
Hide file tree
Showing 26 changed files with 1,490 additions and 236 deletions.
74 changes: 72 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgemini",
"version": "0.5.4",
"version": "0.6.0",
"homepage": ".",
"private": true,
"dependencies": {
Expand All @@ -11,12 +11,15 @@
"@reduxjs/toolkit": "^2.1.0",
"crypto-js": "^4.2.0",
"file-saver": "^2.0.5",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"localforage": "^1.10.0",
"node-fetch": "^2.7.0",
"pyodide": "^0.23.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.0.5",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
Expand Down
Loading

0 comments on commit 57a38e2

Please sign in to comment.