module I18n::Backend::Memoize

def memoized_lookup

def memoized_lookup
  @memoized_lookup ||= I18n.new_double_nested_cache
end