Switch to translatable data

This commit is contained in:
2025-08-20 23:18:40 +02:00
parent c35fb06830
commit cc544322b2
36 changed files with 431 additions and 146 deletions
+1
View File
@@ -10,6 +10,7 @@
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"check": "prettier --check .",
"test": "bun test",
"dev:up": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d",
"dev:down": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml down"
},