Skip to content

Commit

Permalink
Ajoute la gem kaminari-i18n
Browse files Browse the repository at this point in the history
La gem kaminari est un outil pour gérer la pagination. C'est une dépendance de ActiveAdmin.
Afin de s'assurer que la pagination soit bien traduite, j'ai ajouté la gem kaminari-i18n pour tout traduire automatiquement
  • Loading branch information
cprodhomme authored and etienneCharignon committed May 18, 2021
1 parent d977724 commit c2d7f60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ gem 'devise'
gem 'devise-i18n'
gem 'geocoder'
gem 'jbuilder'
gem 'kaminari-i18n'
gem 'mini_racer'
gem 'pg', '~> 1.0'
gem 'rack-cors', require: 'rack/cors'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ GEM
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
kaminari-i18n (0.5.0)
kaminari
rails
launchy (2.5.0)
addressable (~> 2.7)
letter_opener (1.7.0)
Expand Down Expand Up @@ -463,6 +466,7 @@ DEPENDENCIES
guard-rspec
guard-rubocop
jbuilder
kaminari-i18n
launchy
letter_opener
listen (~> 3.2)
Expand Down

0 comments on commit c2d7f60

Please sign in to comment.