I just delete simple_form
gem uninstall simple_form
and delete simple_form in the Gemfile / related files such as simple_form.en.yml.
Now, if my application verification fails, an error appears:
I18n::InvalidLocaleData - can not load translations from .../config/locales/simple_form.en.yml:
I havenβt configured i18n before, are there any parameters related to simple_form, do I also need to change?
Any ideas appreciated!
source share