Remove monkey patch for I18n which is no longer needed
This commit is contained in:
parent
a08d6b1a4e
commit
05b4406c14
1 changed files with 0 additions and 7 deletions
|
@ -1,12 +1,5 @@
|
||||||
module I18n
|
module I18n
|
||||||
module Backend
|
module Backend
|
||||||
module Fallbacks
|
|
||||||
def find_first_string_or_lambda_default(defaults)
|
|
||||||
defaults.each_with_index { |default, ix| return ix if default && !default.is_a?(Symbol) }
|
|
||||||
nil
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
module PluralizationFallback
|
module PluralizationFallback
|
||||||
def pluralize(locale, entry, count)
|
def pluralize(locale, entry, count)
|
||||||
super
|
super
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue