mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 06:13:03 -05:00
fix: lang
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user