README changes only, all focused on error messages.
I changed the rails docs link to a more specific anchor and added an example of what to change and where to change it to override the default error messages. I'm fairly new to Rails, and had to do quite a bit of digging before I found an example of how to properly structure my config/locales/en.yml file to override error messages for Judge. This edit should save some time for others new to Rails' i18n structure.
README changes only, all focused on error messages.
I changed the rails docs link to a more specific anchor and added an example of what to change and where to change it to override the default error messages. I'm fairly new to Rails, and had to do quite a bit of digging before I found an example of how to properly structure my
config/locales/en.yml
file to override error messages for Judge. This edit should save some time for others new to Rails' i18n structure.Example messages sourced from https://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/en.yml, and tested locally on Rails 5.0.0b3.