Skip to content

Commit

Permalink
Remove ja locale for carmen
Browse files Browse the repository at this point in the history
  • Loading branch information
tapalilov committed Mar 13, 2019
1 parent 56f21d2 commit b420f94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/db/default/gaku/countries.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'carmen'
Carmen.i18n_backend.locale = 'ja'

Carmen::Country.all.each do |country|
next if Gaku::Country.exists?(iso: country.alpha_2_code)
Expand Down
2 changes: 0 additions & 2 deletions core/db/default/gaku/states.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Carmen.i18n_backend.locale = 'ja'

Gaku::Country.where(states_required: true).each do |country|
carmen_country = Carmen::Country.named(country.name)

Expand Down

0 comments on commit b420f94

Please sign in to comment.