Sha256: def4d6c1003871213b4b5339c47af7699b65826d3862aa3d55b0b978e9e00827

Contents?: true

Size: 642 Bytes

Versions: 7

Compression:

Stored size: 642 Bytes

Contents

en:
  activerecord:
    errors:
      messages:
        invalid_date: "is not a valid date"
        invalid_time: "is not a valid time"
        invalid_datetime: "is not a valid datetime"
        is_at: "must be at {{restriction}}"
        before: "must be before {{restriction}}"
        on_or_before: "must be on or before {{restriction}}"
        after: "must be after {{restriction}}"
        on_or_after: "must be on or after {{restriction}}"
        between: "must be between {{earliest}} and {{latest}}"
  validates_timeliness:
    error_value_formats:
      date: '%Y-%m-%d'
      time: '%H:%M:%S'
      datetime: '%Y-%m-%d %H:%M:%S'

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
markos_validates_timeliness-2.3.2.2 lib/validates_timeliness/locale/en.old.yml
markos_validates_timeliness-2.3.2.1 lib/validates_timeliness/locale/en.old.yml
markos_validates_timeliness-2.3.2 lib/validates_timeliness/locale/en.old.yml
validates_timeliness-2.3.2 lib/validates_timeliness/locale/en.old.yml
szilm-validates_timeliness-2.3.1 lib/validates_timeliness/locale/en.yml
validates_timeliness-2.3.1 lib/validates_timeliness/locale/en.yml
validates_timeliness-2.3.0 lib/validates_timeliness/locale/en.yml