module I18n::Backend::Flatten

def links

Store flattened links.
def links
  @links ||= I18n.new_double_nested_cache
end