I have tried everything to make the i18n Fallback on Heroku but I couldn't. I don't want to get the "translation missing messages". It work OK on developement mode.
Please help!
thanks
require "i18n/backend/fallbacks"
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
I18n.fallbacks.map(:es => [:en])
config.i18n.fallbacks = true