Low commit activity in last 3 years
A long-lived project that still receives updates
Common locale data for Rails i18n of Big Cartel's supported currencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Big Cartel Currency Locales

Loads locale data for all of Big Cartel's supported currencies so that we can format the currency amounts with the I18n gem. Used internally by Big Cartel and Dugway.

Install

Add this line to your application's Gemfile:

gem 'bigcartel-currency-locales'

And then execute:

bundle

Or install it yourself as:

gem install bigcartel-currency-locales

Development

The gem is managed and tested against different dependency versions with Appraisal.

The test suite is powered by RSpec. Run the entire test suite with:

bundle exec appraisal rake