diff --git a/i18n/de.yaml b/i18n/de.yaml index 7cdc20e..631707b 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -6,6 +6,9 @@ article: one: "{{ .Count }} min" other: "{{ .Count }} min" reading_time_title: "Lesezeit" + # word_count: + # one: "{{ .Count }} word" + # other: "{{ .Count }} words" author: byline_title: "Autor" diff --git a/i18n/es.yaml b/i18n/es.yaml index 4a7df79..c8afbc0 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -6,6 +6,9 @@ article: one: "{{ .Count }} min" other: "{{ .Count }} mins" reading_time_title: "Tiempo de lectura" + # word_count: + # one: "{{ .Count }} word" + # other: "{{ .Count }} words" author: byline_title: "Autor" diff --git a/i18n/fr.yaml b/i18n/fr.yaml index bfe438f..b307853 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -6,6 +6,9 @@ article: one: "{{ .Count }} min" other: "{{ .Count }} mins" reading_time_title: "Temps de lecture" + # word_count: + # one: "{{ .Count }} word" + # other: "{{ .Count }} words" author: byline_title: "Auteur" diff --git a/i18n/pt-BR.yaml b/i18n/pt-BR.yaml index 6e5b7d2..2396bc7 100644 --- a/i18n/pt-BR.yaml +++ b/i18n/pt-BR.yaml @@ -6,6 +6,9 @@ article: one: "{{ .Count }} minuto" other: "{{ .Count }} minutos" reading_time_title: "Tempo de leitura" + # word_count: + # one: "{{ .Count }} word" + # other: "{{ .Count }} words" author: byline_title: "Autor"