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
+4 -2
View File
@@ -48,11 +48,13 @@ export default defineEventHandler(async (event) => {
},
select: {
id: true,
name: true,
name_de: true,
name_en: true,
quests: {
select: {
id: true,
title: true,
title_de: true,
title_en: true,
answers: {
select: {
team: {