From 9fd98a6bd046cfaec3bb8f61d4414c67333ae561 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Wed, 24 Jul 2024 19:26:26 +0200 Subject: [PATCH] feat: change the template for the English version to an English one --- .gitlab-ci.yml | 2 +- content/HSK-Deutsch/.apkg-spec.yaml | 7 +++++-- content/HSK-English/.apkg-spec.yaml | 31 ++++++++++++++++------------- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9717083..6995320 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,3 @@ include: -- project: kartenaale/pack-ci +- project: kartenaale/build/pack-ci file: '.gitlab-ci.yml' diff --git a/content/HSK-Deutsch/.apkg-spec.yaml b/content/HSK-Deutsch/.apkg-spec.yaml index 532c506..e8801cc 100644 --- a/content/HSK-Deutsch/.apkg-spec.yaml +++ b/content/HSK-Deutsch/.apkg-spec.yaml @@ -1,11 +1,11 @@ -content_version: 1.0.0 +content_version: 1.0.1 templates: - molaoshi content: - import_csv: - content_version: 2024-07-23 18:00:00+00:00 + content_version: 2024-07-24 18:00:00+00:00 note_type: Vokabeln file_patterns: - 'kil-de/*.csv' @@ -29,6 +29,9 @@ content: - Schreiben (繁體字) anlegen fields_static: Credits: <div notice-file="KIL_HSK_NOTICE_DE"></div> + Hören anlegen: 'true' + Lesen (Pīnyīn) anlegen: 'true' + Lesen (简体字) anlegen: 'true' tags: [] resource_paths: diff --git a/content/HSK-English/.apkg-spec.yaml b/content/HSK-English/.apkg-spec.yaml index 400e60c..d5bcbe0 100644 --- a/content/HSK-English/.apkg-spec.yaml +++ b/content/HSK-English/.apkg-spec.yaml @@ -1,34 +1,37 @@ -content_version: 1.0.0 +content_version: 1.0.1 templates: -- molaoshi +- vocabulary content: - import_csv: - content_version: 2024-07-23 18:00:00+00:00 - note_type: Vokabeln + content_version: 2024-07-24 18:00:00+00:00 + note_type: Vocabulary file_patterns: - '*.csv' delimiter: ',' - deck_name_pattern: 'HSK English::{{card_type}}::{{Lektion}}' + deck_name_pattern: 'HSK English::{{card_type}}::{{Lesson}}' fields_mapping: - guid - - Lektion + - Lesson - '' - 简体字 - Pīnyīn - - Deutsch - - Beispiele + - English + - Examples - 繁體字 - - Standardaussprache + - Pronunciation - Zhuyin - - Radikal finden anlegen - - Radikal finden (繁體字) anlegen - - Schreiben (简体字) anlegen - - Lesen (繁體字) anlegen - - Schreiben (繁體字) anlegen + - Enable identify radical (简体字) + - Enable identify radical (繁體字) + - Enable write (简体字) + - Enable read (繁體字) + - Enable write (繁體字) fields_static: Credits: <div notice-file="KIL_HSK_NOTICE_EN"></div> + Enable listen: 'true' + Enable read (Pīnyīn): 'true' + Enable read (简体字): 'true' tags: [] resource_paths: -- GitLab