diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 81ba10f..24814f6 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,10 @@ }, "workspaces": [ "src/frontend" - ] + ], + "dependencies": { + "i18next": "^25.2.1", + "i18next-browser-languagedetector": "^8.2.0", + "react-i18next": "^15.5.3" + } } |
