From 850fc65b1b446c3186f23ea26de251e04d398c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Bele=C3=B1a?= Date: Sun, 23 Jan 2022 20:16:07 +0100 Subject: [PATCH] :globe_with_meridians: Add i18n 'Updated' strings --- i18n/de.yaml | 1 + i18n/en.yaml | 1 + i18n/es.yaml | 7 ++++--- i18n/fr.yaml | 1 + i18n/pt-BR.yaml | 1 + i18n/zh.yaml | 1 + 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/i18n/de.yaml b/i18n/de.yaml index 631707bd..9faf2701 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -6,6 +6,7 @@ article: one: "{{ .Count }} min" other: "{{ .Count }} min" reading_time_title: "Lesezeit" + # updated: "Updated" # word_count: # one: "{{ .Count }} word" # other: "{{ .Count }} words" diff --git a/i18n/en.yaml b/i18n/en.yaml index 6cb5c3d5..2decbca4 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -6,6 +6,7 @@ article: one: "{{ .Count }} min" other: "{{ .Count }} mins" reading_time_title: "Reading time" + updated: "Updated" word_count: one: "{{ .Count }} word" other: "{{ .Count }} words" diff --git a/i18n/es.yaml b/i18n/es.yaml index c8afbc09..a38db533 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -6,9 +6,10 @@ article: one: "{{ .Count }} min" other: "{{ .Count }} mins" reading_time_title: "Tiempo de lectura" - # word_count: - # one: "{{ .Count }} word" - # other: "{{ .Count }} words" + updated: "Actualizado" + word_count: + one: "{{ .Count }} palabra" + other: "{{ .Count }} palabras" author: byline_title: "Autor" diff --git a/i18n/fr.yaml b/i18n/fr.yaml index b3078535..e0ab669e 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -6,6 +6,7 @@ article: one: "{{ .Count }} min" other: "{{ .Count }} mins" reading_time_title: "Temps de lecture" + # updated: "Updated" # word_count: # one: "{{ .Count }} word" # other: "{{ .Count }} words" diff --git a/i18n/pt-BR.yaml b/i18n/pt-BR.yaml index 2396bc7b..651182f1 100644 --- a/i18n/pt-BR.yaml +++ b/i18n/pt-BR.yaml @@ -6,6 +6,7 @@ article: one: "{{ .Count }} minuto" other: "{{ .Count }} minutos" reading_time_title: "Tempo de leitura" + # updated: "Updated" # word_count: # one: "{{ .Count }} word" # other: "{{ .Count }} words" diff --git a/i18n/zh.yaml b/i18n/zh.yaml index ec93aa7e..1cd3616f 100644 --- a/i18n/zh.yaml +++ b/i18n/zh.yaml @@ -5,6 +5,7 @@ article: reading_time: other: "{{ .Count }} 分钟" reading_time_title: "预计阅读" + # updated: "Updated" word_count: one: "{{ .Count }} 字" other: "{{ .Count }} 字"