validates_formatting_of icon indicating copy to clipboard operation
validates_formatting_of copied to clipboard

Add support I18n for error messages

Open hbakhtiyor opened this issue 11 years ago • 2 comments

What do you think?

default i18n scope activerecord

$RAILS_APP/config/locales/en.yml

en:
  activerecord:
    errors:
      messages:
        email: "is not a valid email"
        simple_email: "is not a valid email"
        url: "is not a valid URL"
        ....

Must be own i18n scope or not? Write rspec for the feature or not?

hbakhtiyor avatar Apr 02 '13 13:04 hbakhtiyor

:+1: Looks good. Can you add a CHANGELOG entry for the next unreleased version and update the documentation in the README to ensure users know they can use localization?

mdespuits avatar Apr 02 '13 13:04 mdespuits

Still would like to see this merged in. I don't see any reason not to leave it as it's own scope. I would like to see at least one spec covering it if you can.

mdespuits avatar May 13 '13 13:05 mdespuits