From e1974344bedfa6fc9d4209d0cb584cd807d2f13c Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sat, 18 Dec 2021 08:55:53 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Add=20placeholder=20i18n=20strin?= =?UTF-8?q?gs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/de.yaml | 3 +++ i18n/es.yaml | 3 +++ i18n/fr.yaml | 3 +++ i18n/pt-BR.yaml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/i18n/de.yaml b/i18n/de.yaml index 7cdc20e3..631707bd 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 4a7df79b..c8afbc09 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 bfe438fd..b3078535 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 6e5b7d2f..2396bc7b 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"