Skip to content

rsempe/spree_i18n

This branch is 37 commits behind spree-contrib/spree_i18n:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68c8a48 · Apr 21, 2023
Apr 29, 2021
Jun 11, 2015
Apr 7, 2023
Jan 19, 2021
Apr 21, 2023
May 2, 2021
Jul 20, 2017
Aug 11, 2014
Dec 22, 2014
Jan 19, 2021
Jan 19, 2021
Jan 23, 2015
Dec 5, 2021
Dec 28, 2014
Mar 27, 2022
Dec 6, 2016
Jan 1, 2022

Repository files navigation

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

Vendo

All-in-one platform for all your Marketplace and B2B eCommerce needs. Start your 30-day free trial

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_i18n'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_i18n:install
  1. 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

About

I18n translation files for Spree Commerce.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%