simple_form: regen config files (#2913).

Regens simple form config using `rails generate simple_form:install`.
Seems to fix #2913 (erroneous minlength validations being enforced as of
simple_form 3.4.0).
This commit is contained in:
evazion
2017-03-03 17:21:37 -06:00
parent 34a26d71db
commit ba408c8718
3 changed files with 159 additions and 45 deletions

View File

@@ -9,16 +9,23 @@ en:
# When using html, text and mark won't be used.
# html: '<abbr title="required">*</abbr>'
error_notification:
default_message: "Some errors were found, please take a look:"
# Labels and hints examples
default_message: "Please review the problems below:"
# Examples
# labels:
# password: 'Password'
# defaults:
# password: 'Password'
# user:
# new:
# email: 'E-mail para efetuar o sign in.'
# email: 'E-mail to sign in.'
# edit:
# email: 'E-mail.'
# hints:
# username: 'User name to sign in.'
# password: 'No special characters, please.'
# defaults:
# username: 'User name to sign in.'
# password: 'No special characters, please.'
# include_blanks:
# defaults:
# age: 'Rather not say'
# prompts:
# defaults:
# age: 'Select your age'