Add translations and support for pt-br.
This commit is contained in:
parent
6d12ec531f
commit
09ceca5e39
2 changed files with 37 additions and 0 deletions
|
@ -3,3 +3,4 @@ en: gb
|
||||||
fr: fr
|
fr: fr
|
||||||
nl: nl
|
nl: nl
|
||||||
es: es
|
es: es
|
||||||
|
pt-br: br
|
36
i18n/pt-br.toml
Normal file
36
i18n/pt-br.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue