Skip to content

Commit

Permalink
Update Portuguese locale
Browse files Browse the repository at this point in the history
Adds:
  errors.messages.password_too_long
  number.currency.format.negative_format
  number.human.storage_units.zb
  • Loading branch information
pama committed Nov 10, 2024
1 parent 7259dee commit 7810653
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions rails/locale/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ pt:
- novembro
- dezembro
order:
- :day
- :month
- :year
- day
- month
- year
datetime:
distance_in_words:
about_x_hours:
Expand Down Expand Up @@ -128,6 +128,7 @@ pt:
not_an_integer: tem de ser um inteiro
odd: tem de ser ímpar
other_than: tem de ser diferente de %{count}
password_too_long: é muita longa
present: não pode estar em branco
required: é obrigatório
taken: não está disponível
Expand All @@ -151,6 +152,7 @@ pt:
format:
delimiter: "."
format: "%n %u"
negative_format: "-%u%n"
precision: 2
separator: ","
significant: false
Expand Down Expand Up @@ -198,6 +200,7 @@ pt:
mb: MB
pb: PB
tb: TB
zb: ZB
percentage:
format:
delimiter: ''
Expand Down

0 comments on commit 7810653

Please sign in to comment.