diff options
| author | Mohamed Bassem <me@mbassem.com> | 2024-11-17 00:33:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-17 00:33:28 +0000 |
| commit | 4354ee7ba1c6ac9a9567944ae6169b1664e0ea8a (patch) | |
| tree | e27c9070930514d77582bae00b3350274116179c /apps/web/package.json | |
| parent | 9f2c7be23769bb0f4102736a683710b1a1939661 (diff) | |
| download | karakeep-4354ee7ba1c6ac9a9567944ae6169b1664e0ea8a.tar.zst | |
feature: Add i18n support. Fixes #57 (#635)
* feature(web): Add basic scaffolding for i18n
* refactor: Switch most of the app's strings to use i18n strings
* fix: Remove unused i18next-resources-for-ts command
* Add user setting
* More translations
* Drop the german translation for now
Diffstat (limited to 'apps/web/package.json')
| -rw-r--r-- | apps/web/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/web/package.json b/apps/web/package.json index 849f434a..e33ffdf3 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -51,9 +51,12 @@ "dayjs": "^1.11.10", "drizzle-orm": "^0.33.0", "fastest-levenshtein": "^1.0.16", + "i18next": "^23.16.5", + "i18next-resources-to-backend": "^1.2.1", "lucide-react": "^0.330.0", "next": "14.2.13", "next-auth": "^4.24.5", + "next-i18next": "^15.3.1", "next-pwa": "^5.6.0", "next-themes": "^0.3.0", "prettier": "^3.2.5", @@ -62,6 +65,7 @@ "react-draggable": "^4.4.6", "react-dropzone": "^14.2.3", "react-hook-form": "^7.50.1", + "react-i18next": "^15.1.1", "react-intersection-observer": "^9.13.1", "react-markdown": "^9.0.1", "react-masonry-css": "^1.0.16", |
