fix: lang

This commit is contained in:
thomas
2024-01-31 14:41:04 +01:00
parent bb07207972
commit 96c2156237
12 changed files with 195 additions and 184 deletions

View File

@@ -47,10 +47,8 @@ const i18n = defineCollection({
'challenge.footer.communityAnswers': z.string(),
'challenge.footer.authorAnswer': z.string(),
'challenge.footer.blogPost': z.string(),
'challenge.footer.gettingStarted': z.object({
title: z.string(),
link: z.string(),
}),
'challenge.footer.gettingStarted.title': z.string(),
'challenge.footer.gettingStarted.link': z.string(),
})
.partial(),
}),