Skip to content

Commit 6a78d47

Browse files
ItValgopavasanth
authored andcommitted
Merge pull request kaliacad#253 from futur12/languages
feat (btn): multi-languages features implemented
2 parents dc7a605 + f82ae59 commit 6a78d47

30 files changed

+4919
-9120
lines changed

package-lock.json

Lines changed: 0 additions & 6131 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@
1919
"@fortawesome/react-fontawesome": "^0.2.2",
2020
"axios": "^1.7.2",
2121
"chart.js": "^4.4.3",
22+
"i18next": "^24.2.3",
23+
"i18next-browser-languagedetector": "^8.0.4",
2224
"papaparse": "^5.4.1",
2325
"react": "^18.3.1",
2426
"react-chartjs-2": "^5.2.0",
2527
"react-dom": "^18.2.0",
28+
"react-i18next": "^15.4.1",
2629
"react-router-dom": "^6.23.1",
2730
"react-toastify": "^10.0.5"
2831
},
@@ -32,17 +35,17 @@
3235
"@types/react": "^18.2.66",
3336
"@types/react-dom": "^18.2.22",
3437
"@vitejs/plugin-react": "^4.2.1",
38+
"autoprefixer": "^10.4.19",
3539
"eslint": "^8.57.0",
3640
"eslint-plugin-react": "^7.34.1",
3741
"eslint-plugin-react-hooks": "^4.6.0",
3842
"eslint-plugin-react-refresh": "^0.4.6",
3943
"husky": "^9.0.11",
4044
"lint-staged": "^15.2.5",
45+
"postcss": "^8.4.38",
4146
"prettier": "3.2.5",
4247
"tailwindcss": "^3.4.4",
43-
"vite": "^5.2.0",
44-
"autoprefixer": "^10.4.19",
45-
"postcss": "^8.4.38"
48+
"vite": "^5.2.0"
4649
},
4750
"lint-staged": {
4851
"src/**/*.{js,jsx,ts,tsx}": [

0 commit comments

Comments
 (0)