Skip to content

Commit

Permalink
Merge pull request #653 from yheuhtozr/patch-1
Browse files Browse the repository at this point in the history
Fix I18n::Locale::Fallbacks not initializing itself on Ruby 3
  • Loading branch information
radar committed Apr 26, 2023
2 parents 8dfcb53 + 5ccdd88 commit a5a2ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/i18n/locale/fallbacks.rb
Expand Up @@ -74,6 +74,7 @@ def map(*args, &block)
@map[from] << _to.to_sym
end
end
replace @map
else
@map.map(*args, &block)
end
Expand Down

0 comments on commit a5a2ba6

Please sign in to comment.