From 108f96c814a5a80e9b402776c4f18e21691e1243 Mon Sep 17 00:00:00 2001
From: Tiago Carrondo <2323546+tcarrondo@users.noreply.github.com>
Date: Thu, 18 Jun 2026 02:59:19 +0000
Subject: [PATCH] Create pt-pt.toml (#1005)
---
i18n/pt-pt.toml | 68 ++++++++++++++++++++++++++++++++++
CONTRIBUTORS.md | 1
2 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 9f6aebc..693cf92 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -152,3 +152,4 @@
- [Alexander Lazarević](https://e11bits.com)
- [Ábel Nagy](https://github.com/abel-nagy)
- [William Floyd](https://w-floyd.com)
+- [Tiago Carrondo](https://carrondo.pt)
diff --git a/i18n/pt-pt.toml b/i18n/pt-pt.toml
new file mode 100644
index 0000000..6e82c61
--- /dev/null
+++ b/i18n/pt-pt.toml
@@ -0,0 +1,68 @@
+[categories]
+one = "categoria"
+other = "categorias"
+
+[tags]
+one = "etiqueta"
+other = "etiquetas"
+
+[series]
+one = "séries"
+other = "séries"
+
+[authors]
+one = "autor"
+other = "autores"
+
+[posts]
+one = "artigo"
+other = "artigos"
+
+[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 = "Página Não Existente"
+
+[head_back]
+other = "Voltar para a <a href=\"{{ . }}\">página inicial</a>."
+
+[licensed_under]
+other = "Licença"
+
+[powered_by]
+other = "Conseguido com"
+
+[see_also]
+other = "Veja também em"
+
+[note]
+other = "nota"
+
+[tip]
+other = "dica"
+
+[example]
+other = "exemplo"
+
+[question]
+other = "pergunta"
+
+[info]
+other = "info"
+
+[warning]
+other = "aviso"
+
+[error]
+other = "erro"
+
+[link_to_heading]
+other = "Link para o cabeçalho"
+
+[entry_toc]
+other = "Índice"
--
Gitblit v1.10.0