From 10434adad478d21bbb834a5803125db9f54c9d6c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 2 Apr 2025 02:21:41 -0400 Subject: Added i18n (basic); Blacklist feature; Put error msg into a file --- bot/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/package.json') diff --git a/bot/package.json b/bot/package.json index ac40765..b19ac99 100644 --- a/bot/package.json +++ b/bot/package.json @@ -17,6 +17,8 @@ "cors": "^2.8.5", "discord.js": "^14.18.0", "express": "^4.21.2", + "i18next": "^24.2.3", + "i18next-fs-backend": "^2.6.0", "jsonwebtoken": "^9.0.2", "node-cron": "^3.0.3", "ollama": "^0.5.14", -- cgit v1.2.3