chore(i18n): update zu-ZA translations

This commit is contained in:
Amruth Pillai
2023-11-10 11:22:19 +01:00
parent 1057d390da
commit f3ad994753
19 changed files with 1666 additions and 135 deletions

View File

@ -9,7 +9,7 @@ export const defaultLayout = [
// Schema
export const metadataSchema = z.object({
locale: z.string().default("en"),
locale: z.string().default("en-US"),
template: z.string().default("rhyhorn"),
layout: z.array(z.array(z.array(z.string()))).default(defaultLayout), // pages -> columns -> sections
css: z.object({
@ -47,7 +47,7 @@ export type Metadata = z.infer<typeof metadataSchema>;
// Defaults
export const defaultMetadata: Metadata = {
locale: "en",
locale: "en-US",
template: "rhyhorn",
layout: defaultLayout,
css: {

View File

@ -452,7 +452,7 @@ export const sampleResume: ResumeData = {
},
},
metadata: {
locale: "en",
locale: "en-US",
template: "pikachu",
layout: [
[