From ea3d3adfd40af408540908663b918c9ede73837e Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Fri, 4 Aug 2023 18:06:52 +0000 Subject: [PATCH] en-US: Normalize and add missing keys --- CHANGELOG.md | 1 + rails/locale/en-US.yml | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeddb9e39..eb8cef8ab 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 9401ae292..17052535c 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