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
All of Spree's calculators and our internationalization would benefit from better use of ActiveModel::Naming, a module included in all Rails models. This is up for grabs, if you want a commit in Solidus, do this for other calculators in core!
The base work for this is done in #1538 - all you'd have to do for each calculator is remove the description class method and add the correct translation key to the spree.models I18n namespace.
All of Spree's calculators and our internationalization would benefit from better use of
ActiveModel::Naming
, a module included in all Rails models. This is up for grabs, if you want a commit in Solidus, do this for other calculators in core!The base work for this is done in #1538 - all you'd have to do for each calculator is remove the
description
class method and add the correct translation key to thespree.models
I18n namespace.Find the docs for
ActiveModel::Naming
here.These are the calculators still to be translated:
The text was updated successfully, but these errors were encountered: