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"