module Faker::Config

def locale=(new_locale)

def locale=(new_locale)
  Thread.current[:faker_config_locale] = new_locale
end