From 5cc45c5539f25e3ac25c8e84db601a843f425c4e Mon Sep 17 00:00:00 2001 From: Paulo Abreu Date: Tue, 15 Aug 2023 11:17:31 +0100 Subject: [PATCH] 7.0.8 release --- CHANGELOG.md | 13 ++++++++----- rails-i18n.gemspec | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65774501..31f6f782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,17 @@ ## unreleased + +## 7.0.8 (2022-08-15) + - Update following locales: + - Bengali (bn): Add missing keys (`almost_x_years`) #1094 + - English (en-US): Normalize and add missing keys (`in` and `round_mode`) #1095 + - Korean (ko): Add missing keys (`in` and `round_mode`) #1097 - Norwegian (nb): Fix extra `%{count}` interpolation in `has_one` key #1082 + - Portuguese (pt pt-BR): Add missing keys (`round_mode) #1100 - Spanish (es-419 es-AR es-CL es-CO es-CR es-EC es-MX es-NI es-PA es-PE es-US es-VE): Fix typo in word _carácter_ #1090 + - 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 (`in`) #1089 - Ukranian: Use hryvnia symbol as a currency unit #1093 - - 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 - - Portuguese (pt pt-BR): Add missing keys #1100 ## 7.0.7 (2022-05-12) diff --git a/rails-i18n.gemspec b/rails-i18n.gemspec index 5f203ad2..4f36b194 100644 --- a/rails-i18n.gemspec +++ b/rails-i18n.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "rails-i18n" - s.version = '7.0.7' + s.version = '7.0.8' s.authors = ["Rails I18n Group"] s.email = "rails-i18n@googlegroups.com" s.homepage = "https://github.com/svenfuchs/rails-i18n"