Skip to content

railsfactory/crux_i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CruxI18n

CruxI18n is an extension for Spree Commerce. It is mandatory that Spree and Crux has to be installed in the system to add this extension. CruxI18n facilitates multilingual capability by including "unified" locale file for Czech, Finnish and Russian.

Installation

It is mandatory that Spree has to be installed prior to the inclusion of the Extension.

Start by adding the gem to your existing Rails 3.x application's Gemfile

gem 'crux_i18n',:git=>'git@github.com:railsfactory/crux_i18n.git'

Now bundle up with:

bundle install

Next, run the rake task that copies the necessary migrations and assets to your project:

rake spree_core:install

rake crux:install

rake crux_i18n:install

And finish with a migrate:

rake db:migrate

Now you should be able to boot up your server with:

rails s  

Usage

Login to your store adminstration console

Config your language settings

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages