test/dummy/config/locales/en.yml in rails_uploads-0.2.5 vs test/dummy/config/locales/en.yml in rails_uploads-0.2.6

- old
+ new

@@ -1,12 +1,5 @@ # 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}"