class I18n::Backend::LazyLoadable

def initialized_locales

def initialized_locales
  @initialized_locales ||= Hash.new(false)
end