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
@@ -37,8 +37,10 @@ export default defineEventHandler(async (event) => {
},
select: {
id: true,
name: true,
description: true,
name_de: true,
name_en: true,
description_de: true,
description_en: true,
virtual: true,
start: true,
end: true,