Skip to content

Commit

Permalink
Merge pull request #1095 from jlduran/add-en-us-missing-keys
Browse files Browse the repository at this point in the history
en-US: Normalize and add missing keys
  • Loading branch information
pama authored Aug 14, 2023
2 parents 11fbfaa + ea3d3ad commit 42c9d73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Spanish (es-419 es-AR es-CL es-CO es-CR es-EC es-ES es-MX es-NI es-PA es-PE es-US es-VE): Normalize and add missing keys #1089
- Bengali (bn): Add missing keys #1094
- Korean (ko): Add missing keys (`in` and `round_mode`) #1097
- English (en-US): Normalize and add missing keys #1095

## 7.0.7 (2022-05-12)

Expand Down
6 changes: 4 additions & 2 deletions rails/locale/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ en-US:
- Fri
- Sat
abbr_month_names:
-
-
- Jan
- Feb
- Mar
Expand All @@ -43,7 +43,7 @@ en-US:
long: "%B %d, %Y"
short: "%b %d"
month_names:
-
-
- January
- February
- March
Expand Down Expand Up @@ -118,6 +118,7 @@ en-US:
exclusion: is reserved
greater_than: must be greater than %{count}
greater_than_or_equal_to: must be greater than or equal to %{count}
in: must be in %{count}
inclusion: is not included in the list
invalid: is invalid
less_than: must be less than %{count}
Expand Down Expand Up @@ -164,6 +165,7 @@ en-US:
format:
delimiter: ","
precision: 3
round_mode: default
separator: "."
significant: false
strip_insignificant_zeros: false
Expand Down

0 comments on commit 42c9d73

Please sign in to comment.