You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling I18n without arguments or with an empty argument hash does not raise I18n::MissingInterpolationArgument, but just passes the original string as-is.
Consistency in behaviour when passing incomplete interpolation arguments, since passing no arguments should fall under missing interpolation arguments.
What I tried to do
Content of
config/locales/en.yml
:Calling I18n without arguments or with an empty argument hash does not raise
I18n::MissingInterpolationArgument
, but just passes the original string as-is.What I expected to happen
Consistency in behaviour when passing incomplete interpolation arguments, since passing no arguments should fall under missing interpolation arguments.
Do let me know if it's intended behaviour or if it could potentially be due to the configuration of my project.
Versions of i18n, rails, and anything else you think is necessary
i18n (1.7.0)
The text was updated successfully, but these errors were encountered: