From 4a31048a6413f7c6b4342b9a54ff590fe02d1f39 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
Date: Tue, 27 Oct 2020 19:18:28 +0000
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(+), 0 deletions(-)
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 @@
[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 @@
[series]
other = "séries"
+[author]
+other = "autor"
+
+[posts]
+other = "artigos"
+
[reading_time]
one = "Um minuto de leitura"
other = "{{ .Count }} minutos de leitura"
--
Gitblit v1.10.0