Home
Softono
spree_i18n

spree_i18n

Open source BSD-3-Clause Ruby
353
Stars
756
Forks
44
Issues
32
Watchers
6 months
Last Commit

About spree_i18n

I18n translation files for Spree Commerce.

Platforms

Web Self-hosted

Languages

Ruby

Spree Internationalization

Build Status Code Climate

This is the Internationalization project for Spree Commerce

See the official Internationalization documentation for more details.

Happy translating!

Maintained by

Spree is developed and maintained by

Vendo

Vendo is the commercial entity behind Spree Commerce and in particular the latest, unprecedented investment into Spree 5 and following versions as well as its integrations. We've been the Spree core team since 2016 and led numerous Spree projects while supporting the community. Learn more at: https://www.getvendo.com/

Installation

  1. Add this extension to your Gemfile with this line:
  gem 'spree_i18n'
  1. Install the gem using Bundler:

    bundle install
  2. Copy & run migrations

    bundle exec rails g spree_i18n:install
  3. Restart your server

If your server was running, restart it so that it can find the assets properly.

Upgrading to 5.0 (only Spree 4.2+)

1. Remove Asset references

From vendor/assets/javascripts/spree/backend/all.js

//= require spree/backend/spree_i18n

and from vendor/assets/javascripts/spree/frontend/all.js

//= require spree/frontend/spree_i18n

and from vendor/assets/stylesheets/spree/backend/all.css

*= require spree/backend/spree_i18n

and from vendor/assets/stylesheets/spree/frontend/all.css

*= require spree/backend/spree_i18n

Contributing

See corresponding guidelines


Copyright (c) 2010-2015 Spree Commerce Inc. and other contributors. released under the New BSD License