diff --git a/CHANGELOG.md b/CHANGELOG.md index aeddb9e3..eb8cef8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/rails/locale/en-US.yml b/rails/locale/en-US.yml index 9401ae29..17052535 100644 --- a/rails/locale/en-US.yml +++ b/rails/locale/en-US.yml @@ -17,7 +17,7 @@ en-US: - Fri - Sat abbr_month_names: - - + - - Jan - Feb - Mar @@ -43,7 +43,7 @@ en-US: long: "%B %d, %Y" short: "%b %d" month_names: - - + - - January - February - March @@ -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} @@ -164,6 +165,7 @@ en-US: format: delimiter: "," precision: 3 + round_mode: default separator: "." significant: false strip_insignificant_zeros: false