Skip to content

Commit

Permalink
en: Update locale file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlduran committed Jun 4, 2023
1 parent 22f32d0 commit bbdecf5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

- Update following locales:
- Norwegian (nb): Fix extra `%{count}` interpolation in `has_one` key #1082
- English (en): Update and normalize locale file #1088:
- Add `errors.messages.password_too_long`
- Add `number.currency.format.negative_format`
- Add `number.human.storage_units.units.zb`
- Use typographical apostrophes (rails/rails#45463)

## 7.0.7 (2022-05-12)

Expand Down
13 changes: 8 additions & 5 deletions rails/locale/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ en:
- Fri
- Sat
abbr_month_names:
-
-
- Jan
- Feb
- Mar
Expand All @@ -43,7 +43,7 @@ en:
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
-
- January
- February
- March
Expand Down Expand Up @@ -110,9 +110,9 @@ en:
format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
confirmation: doesn't match %{attribute}
empty: can't be empty
blank: cant be blank
confirmation: doesnt match %{attribute}
empty: cant be empty
equal_to: must be equal to %{count}
even: must be even
exclusion: is reserved
Expand All @@ -128,6 +128,7 @@ en:
not_an_integer: must be an integer
odd: must be odd
other_than: must be other than %{count}
password_too_long: is too long
present: must be blank
required: must exist
taken: has already been taken
Expand Down Expand Up @@ -157,6 +158,7 @@ en:
format:
delimiter: ","
format: "%u%n"
negative_format: "-%u%n"
precision: 2
separator: "."
significant: false
Expand Down Expand Up @@ -196,6 +198,7 @@ en:
mb: MB
pb: PB
tb: TB
zb: ZB
percentage:
format:
delimiter: ''
Expand Down

0 comments on commit bbdecf5

Please sign in to comment.