I looked around and it seems that to set pluralization rules for model names you put the following in your locale file
# es.yml
es:
activerecord:
models:
business:
one: Lugar
other: Lugares
However, when the model name is translated in plural, I still get Lugars
instead of Lugares
Not sure what's wrong