jipiboily / spree_multi_lingual

Spree multi-lingual is a plugin to make multi locale store with Spree possible
BSD 3-Clause "New" or "Revised" License
49 stars 56 forks source link

incorrect info in README #39

Closed ghost closed 11 years ago

ghost commented 11 years ago

config/application.rb

config.I18n.fallbacks = true

should be read :

config/application.rb

config.i18n.fallbacks = true

sbounmy commented 11 years ago

thanks for reporting, it's now fixed ;) !