I have integrated friendly_id gem and globalize and it works just fine if I have translation for slug in specific locale.
But what I want to achieve is to use default translation for slug in case it is missing in translation table for some locale.
So let say I have a master locale MA where the slug is filled and I have a EN locale, where it is missing. If I will go to EN version, I want to see MA version of the slug.
Is there a way how to do this?
Thanks, Miroslav