Add translations and support for pt-br.

This commit is contained in:
Gabriel Ferreira 2019-05-05 13:38:55 -03:00
parent dc3d661560
commit c49d9906fe
2 changed files with 37 additions and 0 deletions

View File

@ -3,3 +3,4 @@ en: gb
fr: fr
nl: nl
es: es
pt-br: br

36
i18n/pt-br.toml Normal file
View File

@ -0,0 +1,36 @@
# Translations for France
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "Traduções"
[postAvailable]
other = "Também disponível em"
# 404.html
#
[archives]
other = "Arquivo"
[home]
other = "Início"
[notFound]
other = "Oops, página não encontrada…"
# posts/single.html
#
[readingTime]
one = "Um minuto"
other = "{{ .Count }} minutos"
[tableOfContents]
other = "Índice"
[wordCount]
one = "Uma Palavra"
other = "{{ .Count }} Palavras"