Hi all,
I’m trying to use the Fallback and ActiveRecord backends together. I
created a initializer that has:
I18n.backend = I18n::Backend::ActiveRecord.new
I18n::Backend::ActiveRecord.send(:include, I18n::Backend::Fallbacks)
but whenever a validation message needs to be translated i get this
error:
translation data {:“translation missing: de, i18n, plural, keys”=>nil}
can not be used with :count => 1
has anyone been successful in combining both backends?
pietro.