Files
sure/config/locales/models/address/pt-BR.yml
Marcon Neves ea35296def feat(lang): add all brazilian portuguese translations (#416)
* feat(lang): add all brazilian portuguese translations

* feat: update pt-BR errors on translation

* fix: atualizar fix base

* feat: add reports translations

* feat: finish translation to brazilian portuguese

* fix: add to supported locales

* fix: number of translations

* fix: errors on translations

* fix: error on rubocop lint

---------

Co-authored-by: Leonardo Ralph <theleoralph@gmail.com>
2025-12-09 21:47:58 +01:00

12 lines
278 B
YAML

---
pt-BR:
address:
attributes:
country: País
line1: Endereço Linha 1
line2: Endereço Linha 2
locality: Cidade
postal_code: CEP
region: Estado/Região
format: "%{line1} %{line2}, %{locality}, %{region} %{postal_code} %{country}"