class EacRubyUtils::Locales::ModuleI18nTranslate
def on_locale(&block)
def on_locale(&block) if locale.present? on_present_locale(&block) else block.call end end
def on_locale(&block) if locale.present? on_present_locale(&block) else block.call end end