aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-24 16:14:28 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-06-24 16:14:28 +0200
commitecb73e1684b42265af3f8d93541600e4d0f9c414 (patch)
tree26e413973b32de0367aa06cfc0df329c67733821 /package.json
parentf65b4e1e0d5648038823962349279be4badc68ed (diff)
Implement i18n
Closes #18
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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"
+ }
}