CarrierWave i18n Build Status

Provides additional locales for CarrierWave, the classier solution for file uploads for Rails.

Installation

Add the following line to your Gemfile:

gem 'carrierwave-i18n', '~> 3.0' # For carrierwave 3
gem 'carrierwave-i18n', '< 3'    # For carrierwave 2 and lower

And then execute:

$ bundle

Contributing

Refer to details in CONTRIBUTING.md.