class Troy::Configuration

def i18n

def i18n
  @i18n ||= Configuration.new.tap do |config|
    config.load_path = ["config/locales/*.yml"]
  end
end