--- layout: post status: publish published: true title: Notes about spree author: display_name: Fabio Pozzi login: fabio-pozzi.myopenid.com email: fabio.pozzi@anche.no url: http://fabio-pozzi.myopenid.com author_login: fabio-pozzi.myopenid.com author_email: fabio.pozzi@anche.no author_url: http://fabio-pozzi.myopenid.com excerpt: A quick post with some notes about spree configuration. Spree ignores the default rails locale configuration in config/application.rb. You have to put the locale file inside config/locales AND add inside your config/initializers/your_application.rb the following Spree::Config.set(:default_locale => ‘it’) wordpress_id: 2131 wordpress_url: http://fabiopozzi.wordpress.com/?p=7 date: '2011-02-25 16:35:30 +0000' date_gmt: '2011-02-25 14:35:30 +0000' categories: - PlanetPOuL tags: [] comments: [] ---

A quick post with some notes about spree configuration.

Spree ignores the default rails locale configuration in config/application.rb. You have to put the locale file inside config/locales AND add inside your config/initializers/your_application.rb the following

Spree::Config.set(:default_locale => ‘it’)