Add next-intl to internationalize our project

This commit is contained in:
2026-02-03 15:11:59 +01:00
parent a073665dc4
commit 85b618836b
25 changed files with 1103 additions and 180 deletions

View File

@@ -35,4 +35,7 @@ clean:
docker image prune -f
ui:
$(COMPOSE) exec $(SERVICE_NAME) npx shadcn@latest add $(component)
$(COMPOSE) exec $(SERVICE_NAME) npx shadcn@latest add $(component)
i:
$(COMPOSE) exec $(SERVICE_NAME) npm install $(package)