mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 10:41:56 +10:00
feat(i18n): translate error messages
This commit is contained in:
@ -9,13 +9,3 @@ export const contributorSchema = z.object({
|
||||
});
|
||||
|
||||
export class ContributorDto extends createZodDto(contributorSchema) {}
|
||||
|
||||
export const languageSchema = z.object({
|
||||
id: z.string(),
|
||||
name: z.string(),
|
||||
locale: z.string(),
|
||||
editorCode: z.string(),
|
||||
progress: z.number(),
|
||||
});
|
||||
|
||||
export class LanguageDto extends createZodDto(languageSchema) {}
|
||||
|
||||
Reference in New Issue
Block a user