class Money::LocaleBackend::Legacy

def initialize

def initialize
  raise NotSupported, 'I18n not found' if Money.use_i18n && !defined?(::I18n)
end