Added i18n support (#129)

This commit is contained in:
Doh
2025-05-18 09:00:48 -04:00
committed by GitHub
parent 95197e216c
commit 91ffe46863
47 changed files with 3603 additions and 455 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "habittrove",
"version": "0.2.11",
"version": "0.2.12",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
@@ -48,6 +48,7 @@
"luxon": "^3.5.0",
"next": "15.2.3",
"next-auth": "^5.0.0-beta.25",
"next-intl": "^4.1.0",
"next-themes": "^0.4.4",
"node-cron": "^3.0.3",
"react": "^19.0.0",