mirror of https://github.com/luizdepra/hugo-coder.git

Tiago Carrondo
yesterday 108f96c814a5a80e9b402776c4f18e21691e1243
Create pt-pt.toml (#1005)

### Prerequisites

Put an `x` into the box(es) that apply:

- [ ] This pull request fixes a bug.
- [x] This pull request adds a feature.
- [ ] This pull request introduces breaking change.

### Description

Add pt-pt language file.

### Issues Resolved

#1004

### Checklist

Put an `x` into the box(es) that apply:

#### General

- [x] Describe what changes are being made
- [ ] Explain why and how the changes were necessary and implemented
respectively
- [x] Reference issue with `#<ISSUE_NO>` if applicable

#### Resources

- [ ] If you have changed any SCSS code, run `make release` to
regenerate all CSS files

#### Contributors

- [x] Add yourself to `CONTRIBUTORS.md` if you aren't on it already

---------

Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
1 files modified
1 files added
69 ■■■■■ changed files
CONTRIBUTORS.md 1 ●●●● patch | view | raw | blame | history
i18n/pt-pt.toml 68 ●●●●● patch | view | raw | blame | history
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)
i18n/pt-pt.toml
New file
@@ -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"