Remove monkey patch for I18n which is no longer needed

This commit is contained in:
Tom Hughes 2012-09-30 14:07:41 +01:00
parent a08d6b1a4e
commit 05b4406c14

View file

@ -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