From 613421c9906e77c58a6ed290325f64a2f1a53e4b Mon Sep 17 00:00:00 2001 From: weru Date: Fri, 17 Apr 2020 16:01:49 +0300 Subject: [PATCH] edit file --- archetypes/default.md | 10 +++++----- i18n/en.yaml | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 i18n/en.yaml diff --git a/archetypes/default.md b/archetypes/default.md index f5a9e45..01df6c5 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,6 +1,6 @@ ---- -title: "{{ replace .TranslationBaseName "-" " " | title }}" -date: {{ .Date }} -draft: true ---- ++++ +title = "{{ replace .TranslationBaseName "-" " " | title }}" +date = "{{ .Date }}" +draft = true ++++ diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..546f6b5 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,18 @@ +- id: blogTitle + translation: Latest Post +- id: readMore + translation: Read more +- id: viewAllPost + translation: View All Post +- id: share + translation: Share +- id: aboutAuthor + translation: About author +- id: authorsPosts + translation: Author's posts +- id: submit + translation: Submit +- id: all + translation: All +- id: copyright + translation: Copyright © 2019 Cristian Măgherușan-Stanciu; All right reserved