Sha256: a65247268eb91fe0d243b8d8d65e10a0bd3a8b4e11a419f4354879249479b868

Contents?: true

Size: 603 Bytes

Versions: 8

Compression:

Stored size: 603 Bytes

Contents

# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:
  hello: "Hello world"
  errors:
    messages:
      attachment_presence: "File not found"
      attachment_content_type: "File content type invalid only %{types}"
      attachment_size_less_than: "File size must be less than %{less_than}"
      attachment_size_greater_than: "File size must be greater than %{greater_than}"
      attachment_size_in: "File size must be between %{greater_than} and %{less_than}"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rails_uploads-0.2.5 test/dummy/config/locales/en.yml
rails_uploads-0.2.4 test/dummy/config/locales/en.yml
rails_uploads-0.2.3 test/dummy/config/locales/en.yml
rails_uploads-0.2.2 test/dummy/config/locales/en.yml
rails_uploads-0.2.1 test/dummy/config/locales/en.yml
rails_uploads-0.2.0 test/dummy/config/locales/en.yml
rails_uploads-0.1.5 test/dummy/config/locales/en.yml
rails_uploads-0.1.4 test/dummy/config/locales/en.yml