mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
fix: build
This commit is contained in:
@@ -34,20 +34,21 @@ const docs = defineCollection({
|
||||
const i18n = defineCollection({
|
||||
type: 'data',
|
||||
schema: i18nSchema({
|
||||
extend: z.object({
|
||||
'page.title.challenge': z.string(),
|
||||
'author.createdBy': z.string(),
|
||||
'buttons.star': z.string(),
|
||||
'buttons.sponsor': z.string(),
|
||||
'challenge.footer.note': z.string(),
|
||||
'challenge.footer.running': z.string(),
|
||||
'challenge.footer.start': z.string(),
|
||||
'challenge.footer.answer': z.string(),
|
||||
'challenge.footer.reminder': z.string(),
|
||||
'challenge.footer.communityAnswers': z.string(),
|
||||
'challenge.footer.authorAnswer': z.string(),
|
||||
'challenge.footer.blogPost': z.string(),
|
||||
}),
|
||||
extend: z
|
||||
.object({
|
||||
'page.title.challenge': z.string(),
|
||||
'author.createdBy': z.string(),
|
||||
'buttons.star': z.string(),
|
||||
'buttons.sponsor': z.string(),
|
||||
'challenge.footer.note': z.string(),
|
||||
'challenge.footer.running': z.string(),
|
||||
'challenge.footer.start': z.string(),
|
||||
'challenge.footer.reminder': z.string(),
|
||||
'challenge.footer.communityAnswers': z.string(),
|
||||
'challenge.footer.authorAnswer': z.string(),
|
||||
'challenge.footer.blogPost': z.string(),
|
||||
})
|
||||
.partial(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user