From 7e98af9f976b45430811e8c44e269da229bfd446 Mon Sep 17 00:00:00 2001 From: Eric Pereira Date: Mon, 17 Jun 2019 15:26:08 -0300 Subject: [PATCH] Add portuguese translation --- i18n/pt.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 i18n/pt.toml diff --git a/i18n/pt.toml b/i18n/pt.toml new file mode 100644 index 0000000..de3a5ec --- /dev/null +++ b/i18n/pt.toml @@ -0,0 +1,17 @@ +[more] +other = "Mais" + +[allTitle] +other = "Todo o {{.Title }}" + +[recentTitle] +other = "Recentes {{.Title }}" + +[readMore] +other = "Leia mais" + +[whatsInThis] +other = "O que há neste {{ .Type }}" + +[related] +other = "Relacionado"