Add i18next-fs-backend package and update debug mode in localization.js

Update translations and units in statistics.jsx and daily-play-count.jsx
Update task descriptions and types in tasklist.jsx
This commit is contained in:
Thegan Govender
2024-02-09 15:55:00 +02:00
parent f2d0b66bf8
commit 60b68db0e8
17 changed files with 168 additions and 90 deletions

6
package-lock.json generated
View File

@@ -36,6 +36,7 @@
"http-proxy-middleware": "^2.0.6",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-fs-backend": "^2.3.1",
"i18next-http-backend": "^2.4.3",
"knex": "^2.4.2",
"moment": "^2.29.4",
@@ -11252,6 +11253,11 @@
"@babel/runtime": "^7.23.2"
}
},
"node_modules/i18next-fs-backend": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.1.tgz",
"integrity": "sha512-tvfXskmG/9o+TJ5Fxu54sSO5OkY6d+uMn+K6JiUGLJrwxAVfer+8V3nU8jq3ts9Pe5lXJv4b1N7foIjJ8Iy2Gg=="
},
"node_modules/i18next-http-backend": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-2.4.3.tgz",