diff --git a/metadata.toml b/metadata.toml index f8202e7..abd0f1b 100644 --- a/metadata.toml +++ b/metadata.toml @@ -1,4 +1,4 @@ -language = "en" +language = "zh" [layout] awesome_color = "skyblue" diff --git a/modules_zh/certificates.typ b/modules_zh/certificates.typ index d633f19..0d9ef84 100644 --- a/modules_zh/certificates.typ +++ b/modules_zh/certificates.typ @@ -1,4 +1,7 @@ #import "../brilliant-CV/template.typ": * +#let metadata = toml("../metadata.toml") +#let cvSection = cvSection.with(metadata: metadata) +#let cvHonor = cvHonor.with(metadata: metadata) #cvSection("证书") diff --git a/modules_zh/education.typ b/modules_zh/education.typ index 39fb9d6..18c245c 100644 --- a/modules_zh/education.typ +++ b/modules_zh/education.typ @@ -1,4 +1,7 @@ #import "../brilliant-CV/template.typ": * +#let metadata = toml("../metadata.toml") +#let cvSection = cvSection.with(metadata: metadata) +#let cvEntry = cvEntry.with(metadata: metadata) #cvSection("教育经历") diff --git a/modules_zh/professional.typ b/modules_zh/professional.typ index fca7aef..4958826 100644 --- a/modules_zh/professional.typ +++ b/modules_zh/professional.typ @@ -1,4 +1,7 @@ #import "../brilliant-CV/template.typ": * +#let metadata = toml("../metadata.toml") +#let cvSection = cvSection.with(metadata: metadata) +#let cvEntry = cvEntry.with(metadata: metadata) #cvSection("职业经历") diff --git a/modules_zh/projects.typ b/modules_zh/projects.typ index 88e276c..a7112b5 100644 --- a/modules_zh/projects.typ +++ b/modules_zh/projects.typ @@ -1,4 +1,7 @@ #import "../brilliant-CV/template.typ": * +#let metadata = toml("../metadata.toml") +#let cvSection = cvSection.with(metadata: metadata) +#let cvEntry = cvEntry.with(metadata: metadata) #cvSection("项目与协会") diff --git a/modules_zh/publications.typ b/modules_zh/publications.typ index eedda4a..c823e17 100644 --- a/modules_zh/publications.typ +++ b/modules_zh/publications.typ @@ -1,4 +1,6 @@ #import "../brilliant-CV/template.typ": * +#let metadata = toml("../metadata.toml") +#let cvSection = cvSection.with(metadata: metadata) #cvSection("学术著作") diff --git a/modules_zh/skills.typ b/modules_zh/skills.typ index 0136bb0..880b7ee 100644 --- a/modules_zh/skills.typ +++ b/modules_zh/skills.typ @@ -1,4 +1,6 @@ #import "../brilliant-CV/template.typ": * +#let metadata = toml("../metadata.toml") +#let cvSection = cvSection.with(metadata: metadata) #cvSection("技能与兴趣")