Skip to content

Commit

Permalink
Add translations and support for pt-br.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbussolo committed May 5, 2019
1 parent 6d12ec5 commit 09ceca5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/langFlags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ en: gb
fr: fr
nl: nl
es: es
pt-br: br
36 changes: 36 additions & 0 deletions i18n/pt-br.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 09ceca5

Please sign in to comment.