Begin 2013, foodsoft has been internationalised (meaning that all texts have been replaced by identifiers, and the texts have been associated with these identifiers) and translated to English. simple_form has been used to i18n form labels, and sometimes direct t('simple_form.labels.foo.bar') was used. Now these sometimes contain duplicates, and it would be useful to normalise the data, and also to move the strings to ActiveRecord's model i18n when possible. Special cases can remain in simple_form's i18n.
See commit 98b729eb7189f87cf745e800d5f076f8131ba06a for an example. Also see bennibu/foodsoft#84 (in particular this comment)
Begin 2013, foodsoft has been internationalised (meaning that all texts have been replaced by identifiers, and the texts have been associated with these identifiers) and translated to English. simple_form has been used to i18n form labels, and sometimes direct
t('simple_form.labels.foo.bar')
was used. Now these sometimes contain duplicates, and it would be useful to normalise the data, and also to move the strings to ActiveRecord's model i18n when possible. Special cases can remain in simple_form's i18n.See commit 98b729eb7189f87cf745e800d5f076f8131ba06a for an example. Also see bennibu/foodsoft#84 (in particular this comment)