WIP - starting to implement I18n

This commit is contained in:
2025-04-25 17:34:01 +02:00
committed by ewandor
parent cc73fc4af2
commit f71dccf166
8 changed files with 625 additions and 360 deletions

View File

@@ -31,11 +31,15 @@
"@tiptap/extension-underline": "^2.11.7",
"@tiptap/react": "^2.11.7",
"@tiptap/starter-kit": "^2.11.7",
"i18next": "^25.0.1",
"i18next-browser-languagedetector": "^8.0.5",
"i18next-http-backend": "^3.0.2",
"lodash": "^4.17.21",
"mui-tiptap": "^1.18.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.30.0",
"react-i18next": "^15.5.1",
"react-router": "^7.0.2"
},
"devDependencies": {