From 581f4ef312fb704caf33a7a9d783cb352e3a9af3 Mon Sep 17 00:00:00 2001 From: mintyfrankie <77310871+mintyfrankie@users.noreply.github.com> Date: Fri, 12 Jul 2024 22:06:32 +0200 Subject: [PATCH] chore: update modules_zh --- metadata.toml | 2 +- modules_zh/certificates.typ | 3 +++ modules_zh/education.typ | 3 +++ modules_zh/professional.typ | 3 +++ modules_zh/projects.typ | 3 +++ modules_zh/publications.typ | 2 ++ modules_zh/skills.typ | 2 ++ 7 files changed, 17 insertions(+), 1 deletion(-) 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("技能与兴趣")