From 4a31048a6413f7c6b4342b9a54ff590fe02d1f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20F=2E=20A=2E=20de=20Pr=C3=A1?= Date: Tue, 27 Oct 2020 16:18:28 -0300 Subject: [PATCH] Add missing translations for en and pt-br (#462) --- i18n/en.toml | 3 +++ i18n/pt-br.toml | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/i18n/en.toml b/i18n/en.toml index 9715b85..c179de8 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -10,6 +10,9 @@ other = "series" [author] other = "author" +[posts] +other = "posts" + [reading_time] one = "One-minute read" other = "{{ .Count }}-minute read" diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml index 679a6a6..8aa77ce 100644 --- a/i18n/pt-br.toml +++ b/i18n/pt-br.toml @@ -7,6 +7,12 @@ other = "tag" [series] other = "séries" +[author] +other = "autor" + +[posts] +other = "artigos" + [reading_time] one = "Um minuto de leitura" other = "{{ .Count }} minutos de leitura"