i18n waterMe

This commit is contained in:
mo
2026-02-21 00:20:12 +01:00
parent d2e88f15ea
commit 453577f1b2
13 changed files with 144 additions and 78 deletions

View File

@@ -21,6 +21,7 @@
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.38.3",
"i18next": "^25.8.11",
"tslog": "^4.10.2",
"zod": "catalog:"
},
@@ -46,6 +47,8 @@
"./features/greeting/greeting.service": "./dist/features/greeting/greeting.service.js",
"./features/water-me/water-me.service": "./dist/features/water-me/water-me.service.js",
"./lib/common": "./dist/lib/common.js",
"./lib/i18n": "./dist/lib/i18n/index.js",
"./lib/i18n/i18n.service": "./dist/lib/i18n/i18n.service.js",
"./lib/logger": "./dist/lib/logger.js",
"./lib/utils": "./dist/lib/utils.js",
"./lib/utils.test": "./dist/lib/utils.test.js",