fix i18n fallback after i18n update
This commit is contained in:
parent
c339090f6e
commit
2b8c8a58ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue