Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorLuiz F. A. de Prá <luizdepra@users.noreply.github.com>2020-10-27 22:18:28 +0300
committerGitHub <noreply@github.com>2020-10-27 22:18:28 +0300
commit4a31048a6413f7c6b4342b9a54ff590fe02d1f39 (patch)
treece18df353e3d8921e83bef0fe2dab6ff2eb408e1 /i18n
parentf43f2bb3fa0a83092972d0561b2124a304fc64ed (diff)
Add missing translations for en and pt-br (#462)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/pt-br.toml6
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 @@ 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"