🌐(app-desk) install internationalization

Install internationalization in the Desk app.
We use react-i18next.
This commit is contained in:
Anthony LC
2024-01-19 10:43:09 +01:00
committed by Anthony LC
parent 6a0ed04b0d
commit 01b7ad3f30
12 changed files with 173 additions and 6 deletions

View File

@@ -17,9 +17,11 @@
"dependencies": {
"@openfun/cunningham-react": "2.4.0",
"@tanstack/react-query": "5.18.1",
"i18next": "23.7.16",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "14.0.0",
"styled-components": "6.1.8",
"zustand": "4.5.0"
},