From bcaa83b7ad58ab539cf52a8e4786d55bdf1ac543 Mon Sep 17 00:00:00 2001
From: Eric Pereira <37813631+eriicf@users.noreply.github.com>
Date: Mon, 17 Jun 2019 18:38:56 +0000
Subject: [PATCH] Add portuguese translation (#179)
---
i18n/pt.toml | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/i18n/pt.toml b/i18n/pt.toml
new file mode 100644
index 0000000..de3a5ec
--- /dev/null
+++ b/i18n/pt.toml
@@ -0,0 +1,17 @@
+[more]
+other = "Mais"
+
+[allTitle]
+other = "Todo o {{.Title }}"
+
+[recentTitle]
+other = "Recentes {{.Title }}"
+
+[readMore]
+other = "Leia mais"
+
+[whatsInThis]
+other = "O que há neste {{ .Type }}"
+
+[related]
+other = "Relacionado"
--
Gitblit v1.10.0