class I18n::Backend::LazyLoadable::FilenameIncorrect

def initialize(file, expected_locale, unexpected_locales)

def initialize(file, expected_locale, unexpected_locales)
  super "#{file} can only load translations for \"#{expected_locale}\". Found translations for: #{unexpected_locales}."
end