🌐 Add better i18n support for article metadata

This commit is contained in:
James Panther
2022-01-24 13:58:19 +11:00
parent 61d80cf13d
commit b59137e458
13 changed files with 22 additions and 14 deletions
+2 -1
View File
@@ -1,5 +1,7 @@
article:
anchor_label: "Anker"
date: "{{ .Date }}"
# date_updated: "Updated: {{ .Date }}"
draft: "Entwurf"
edit_title: "Inhalt bearbeiten"
reading_time:
@@ -7,7 +9,6 @@ article:
other: "{{ .Count }} min"
reading_time_title: "Lesezeit"
# table_of_contents: "Table of Contents"
# updated: "Updated"
# word_count:
# one: "{{ .Count }} word"
# other: "{{ .Count }} words"