spree-contrib / spree_related_products

Related products extension for Spree Commerce.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
149 stars 241 forks source link

undefined method `%' for :many:Symbol #131

Open GarPit opened 8 years ago

GarPit commented 8 years ago

In admin section after installing extension with Russian locale:

app/views/spree/admin/relation_types/index.html.erb:2

ghost commented 8 years ago

I have the same problem. You decide it?

superchell commented 8 years ago

I have this problem too

superchell commented 8 years ago

this fix helped me

GarPit commented 8 years ago

I just overrided view admin/relation_types/index.html.erb with

Spree::RelationType.model_name.human(count: 1.1)

and used gem 'russian'