module SimpleForm::I18nCache

def i18n_cache(key)

def i18n_cache(key)
  get_i18n_cache(key)[I18n.locale] ||= yield.freeze
end