Add pt-br i18n (#144)

* Add pt-br i18n

* Fix footer text for pt-br
This commit is contained in:
Luiz F. A. de Prá
2019-02-09 12:36:32 -02:00
committed by GitHub
parent 7528f5bf5e
commit 13c99afe10
16 changed files with 96 additions and 62 deletions

View File

@@ -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"

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

@@ -0,0 +1,21 @@
[category]
other = "categoria"
[tag]
other = "tag"
[reading_time]
one = "Um minuto de leitura"
other = "{{ .Count }} minutos de leitura"
[page_not_found]
other = "Página Não Encontrada"
[page_does_not_exist]
other = "Desculpe, essa página não existe."
[head_back]
other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
[powered_by]
other = "Promovido por"