Skip to content

mcorp/spree_brasil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeBrasil

Gem to add Brazilian Portuguese as a language for Spree.

Installation

Add spree_brasil to your Gemfile:

gem 'spree_i18n',        github: 'spree/spree_i18n',        branch: '2-1-stable'
gem 'globalize3',        github: 'svenfuchs/globalize3',    branch: 'rails4'
gem 'spree_brasil'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_brasil:install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

bundle
bundle exec rake test_app
bundle exec rspec spec

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_brasil/factories'

Copyright (c) 2013 mcorp, released under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages