From: Tom Hughes Date: Sun, 30 Sep 2012 13:07:41 +0000 (+0100) Subject: Remove monkey patch for I18n which is no longer needed X-Git-Tag: live~6040 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/05b4406c148c416edbbd3bfa161bf9a2e5e0863d Remove monkey patch for I18n which is no longer needed --- diff --git a/config/initializers/i18n.rb b/config/initializers/i18n.rb index de44126b0..48d1ec976 100644 --- a/config/initializers/i18n.rb +++ b/config/initializers/i18n.rb @@ -1,12 +1,5 @@ module I18n 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 def pluralize(locale, entry, count) super