fix i18n fallback after i18n update

This commit is contained in:
Fabian Rodriguez 2013-12-05 11:35:13 -02:00
parent c339090f6e
commit 2b8c8a58ee

View file

@ -15,7 +15,7 @@ module I18n
end end
return super(locale, nil, options) if default return super(locale, nil, options) if default
raise(I18n::MissingInterpolationArgument.new(options, "key: #{key} in locale: #{locale}")) raise(I18n::MissingInterpolationArgument.new(key, options, locale))
end end
end end
end end