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
Hi,
I noticed that the rails implementation of I18n seems to have changed so that line 43 of the date_range_helper.rb appears to be incorrect. As described in this stackoverflow.
Simply changing it to I18n.t("#{scope}.different_years", **dates) appears to fix it
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that the rails implementation of I18n seems to have changed so that line 43 of the date_range_helper.rb appears to be incorrect. As described in this stackoverflow.
Simply changing it to
I18n.t("#{scope}.different_years", **dates)
appears to fix itThe text was updated successfully, but these errors were encountered: