module I18n

This module is intended to be mixed into the Weeler backend to allow remove all dublicates from translation table

I18n.backend = I18n::Backend::Weeler.new
I18n::Backend::Weeler::Translation.send(:include, I18n::Backend::Weeler::Dedupe)