Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/rails-i18n-7.0.10' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Nov 15, 2024
2 parents af4a966 + 41dc975 commit cf43444
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ gem 'gender_detector', '~> 2.0.0'

# Gems related to internationalisation
gem 'i18n', '~> 1.14.6'
gem 'rails-i18n', '~> 7.0.5'
gem 'rails-i18n', '~> 7.0.10'
gem 'gettext_i18n_rails', '~> 1.13.0'
gem 'fast_gettext', '~> 3.1.0'
gem 'gettext', '~> 3.4.9'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (7.0.5)
rails-i18n (7.0.10)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (7.0.8.6)
Expand Down Expand Up @@ -642,7 +642,7 @@ DEPENDENCIES
rack-utf8_sanitizer (~> 1.9.1)
rails (~> 7.0.8)
rails-controller-testing
rails-i18n (~> 7.0.5)
rails-i18n (~> 7.0.10)
recaptcha (~> 5.17.0)
redcarpet (~> 3.6.0)
redis (~> 4.8.1)
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/alaveteli_localization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
it 'can correct translate hyphenated language locale' do
AlaveteliLocalization.set_locales('fr-BE', 'fr-BE')
expect(I18n.translate('date.abbr_month_names')).to include(
'jan.', 'fév.', 'mar.', 'avr.', 'mai', 'juin', 'juil.', 'août',
'jan.', 'fév.', 'mars', 'avr.', 'mai', 'juin', 'juil.', 'août',
'sept.', 'oct.', 'nov.', 'déc.'
)
end
Expand Down

0 comments on commit cf43444

Please sign in to comment.