feat: i18n

This commit is contained in:
Senko-san
2026-06-06 15:23:07 +03:00
parent bbd59cc225
commit e45bcef3a5
21 changed files with 613 additions and 163 deletions
+3 -1
View File
@@ -13,11 +13,13 @@
"test:watch": "rstest --watch"
},
"dependencies": {
"@olly/modern-sk": "0.1.4-3",
"@phosphor-icons/react": "^2.1.10",
"@reduxjs/toolkit": "^2.12.0",
"@olly/modern-sk": "0.1.4-3",
"i18next": "^26.3.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-i18next": "^17.0.8",
"react-redux": "^9.3.0",
"react-router": "^7.16.0"
},