From 358730f49df93978eeb3c0806d5bd2bcb53fa593 Mon Sep 17 00:00:00 2001 From: Pedro Lima <49299328+LITUATUI@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:45:40 +0000 Subject: [PATCH] Improve Portuguese translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't make sense to use "Todo o", we get "Todo o Publicações", "Todo o Notícias" ou "Todo o Posts". "Ver mais" (See more) makes more sense, since it can be correctly used for whatever we call our posts in Portuguese. "Ver mais Publicações", "Ver mais Notícias" ou "Ver mais Posts". --- i18n/pt.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/i18n/pt.toml b/i18n/pt.toml index 024cd42..48be99b 100644 --- a/i18n/pt.toml +++ b/i18n/pt.toml @@ -2,7 +2,7 @@ other = "Mais" [allTitle] -other = "Todo o {{.Title }}" +other = "Ver mais {{.Title }}" [recentTitle] other = "{{.Title }} Recentes" @@ -34,5 +34,13 @@ other = "Enviar" [taxonomyPageList] other = "Abaixo você encontrará as páginas que utilizam o termo de taxonomia “{{ .Title }}”" +[readingTime] +one = "Um minuto de leitura" +other = "{{ .Count }} minutos de leitura" + +[wordCount] +one = "Uma palavra" +other = "{{ .Count }} palavras" + [pageTitle] -other = "{{ .Name }} página" \ No newline at end of file +other = "{{ .Name }} página"