mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 08:49:01 +00:00
* 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>
12 lines
278 B
YAML
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}"
|