From 13c99afe10b5bd307732c9fafc13821d2147f928 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
Date: Sat, 09 Feb 2019 14:36:32 +0000
Subject: [PATCH] Add pt-br i18n (#144)
---
i18n/en.toml | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/i18n/en.toml b/i18n/en.toml
index a9672b6..0aa2010 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,3 +1,21 @@
-[readingTime]
+[category]
+other = "category"
+
+[tag]
+other = "tag"
+
+[reading_time]
one = "One minute read"
other = "{{ .Count }} minutes read"
+
+[page_not_found]
+other = "Page Not Found"
+
+[page_does_not_exist]
+other = "Sorry, this page does not exist."
+
+[head_back]
+other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
+
+[powered_by]
+other = "Powered by"
--
Gitblit v1.10.0