mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 02:31:56 +10:00
chore(i18n): update zu-ZA translations
This commit is contained in:
@ -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: {
|
||||
|
||||
@ -452,7 +452,7 @@ export const sampleResume: ResumeData = {
|
||||
},
|
||||
},
|
||||
metadata: {
|
||||
locale: "en",
|
||||
locale: "en-US",
|
||||
template: "pikachu",
|
||||
layout: [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user