From f8b16702fa2a235aa9e246ad0db68fe29ccf7377 Mon Sep 17 00:00:00 2001 From: Wagner Macedo Date: Sun, 14 Mar 2021 14:22:30 +0100 Subject: [PATCH] Add portuguese (pt) translation (#294) --- i18n/pt.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n/pt.yaml diff --git a/i18n/pt.yaml b/i18n/pt.yaml new file mode 100644 index 0000000..b30e429 --- /dev/null +++ b/i18n/pt.yaml @@ -0,0 +1,16 @@ +- id: prev_page + translation: "Página Anterior" + +- id: next_page + translation: "Próxima Página" + +- id: read_time + translation: + one: "1 minuto" + other: "{{ .Count }} minutos" + +- id: toc + translation: "Conteúdo" + +- id: translations + translation: "Traduções"