From 27ae9af4ac94331ac4496e5927bd775672276d2a Mon Sep 17 00:00:00 2001 From: Pedro Lima <49299328+LITUATUI@users.noreply.github.com> Date: Mon, 7 Mar 2022 15:23:58 +0000 Subject: [PATCH] Update pt.toml Add translation to the readingTime and wordCount fields. --- i18n/pt.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/i18n/pt.toml b/i18n/pt.toml index 024cd42..7958683 100644 --- a/i18n/pt.toml +++ b/i18n/pt.toml @@ -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"