0.08
Low commit activity in last 3 years
No release in over a year
Locales for CarrierWave
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.6.0
~> 3.0

Runtime

>= 3.0.0, < 4
 Project Readme

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.