Sha256: a01668abc5ac9a5a638b9d4baa34c342f8a68e155addcc30a575d6446a1306e7

Contents?: true

Size: 683 Bytes

Versions: 2

Compression:

Stored size: 683 Bytes

Contents

window.ParsleyConfig = window.ParsleyConfig || {};
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};

window.ParsleyConfig.i18n.en = $.extend(window.ParsleyConfig.i18n.en || {}, {
  dateiso:  "This value should be a valid date (YYYY-MM-DD).",
  minwords: "This value is too short. It should have %s words or more.",
  maxwords: "This value is too long. It should have %s words or fewer.",
  words:    "This value length is invalid. It should be between %s and %s words long.",
  gt:       "This value should be greater.",
  gte:      "This value should be greater or equal.",
  lt:       "This value should be less.",
  lte:      "This value should be less or equal."
});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
parsley-rails-2.0.7.0 vendor/assets/javascripts/parsley.i18n.en.extra.js
parsley-rails-2.0.6.0 vendor/assets/javascripts/parsley.i18n.en.extra.js