class I18n::Backend::LazyLoadable::FilenameIncorrect

Public Class Methods

Calls superclass method
# File lib/i18n/backend/lazy_loadable.rb, line 144
def initialize(file, expected_locale, unexpected_locales)
  super "#{file} can only load translations for \"#{expected_locale}\". Found translations for: #{unexpected_locales}."
end