Skip to content

Commit

Permalink
Translate devise using standard gem for that
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJackson-Oslo committed Feb 17, 2024
1 parent 059d2b6 commit 40968da
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 161 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ end
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem "devise", "~> 4.8"
gem "devise-i18n"
gem "omniauth"
gem "omniauth-google-oauth2"
gem "omniauth-rails_csrf_protection"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-i18n (1.12.0)
devise (>= 4.9.0)
diff-lcs (1.5.0)
diffy (3.4.2)
domain_name (0.6.20240107)
Expand Down Expand Up @@ -537,6 +539,7 @@ DEPENDENCIES
capybara
cssbundling-rails (~> 1.3)
devise (~> 4.8)
devise-i18n
diffy
dotenv-rails
fabrication
Expand Down
65 changes: 0 additions & 65 deletions config/locales/devise.en.yml

This file was deleted.

65 changes: 0 additions & 65 deletions config/locales/devise.nb.yml

This file was deleted.

31 changes: 0 additions & 31 deletions config/locales/simple_form.en.yml

This file was deleted.

0 comments on commit 40968da

Please sign in to comment.