From f7e5c3dd3eca4948a1c91e21f9554700528c66a9 Mon Sep 17 00:00:00 2001 From: mrestivill Date: Fri, 2 Dec 2022 21:45:01 +0100 Subject: [PATCH] Update es.toml (#595) Added 2 missing translations --- i18n/es.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/i18n/es.toml b/i18n/es.toml index e5d61b1..55641d1 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -37,5 +37,13 @@ other = "Enviar" [taxonomyPageList] other = "A continuación encontrará las páginas asociadas a “{{ .Title }}”" +[readingTime] +one = "Lectura en un minuto" +other = "Lectura en {{ .Count }} minutos" + +[wordCount] +one = "Una palabra" +other = "{{ .Count }} palabras" + [pageTitle] -other = "{{ .Name }} pagina" \ No newline at end of file +other = "{{ .Name }} pagina"