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