feat: localization support and spanish translation

This commit is contained in:
2023-08-16 16:16:19 +02:00
parent 237f7670b5
commit 23fa442319
14 changed files with 268 additions and 68 deletions

View File

@@ -27,8 +27,10 @@
"@mui/material": "^5.13.4",
"colorette": "^2.0.20",
"electron-is-dev": "^2.0.0",
"i18next": "^23.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-i18next": "^13.1.2"
},
"devDependencies": {
"@swc/cli": "^0.1.62",