class Sources::CLDR::SubdivisionUpdater

def call

def call
  d = Dir['./tmp/cldr/trunk/common/subdivisions/*.xml']
  @loader = Sources::Local::CachedLoader.new(Sources::Local::Subdivision)
  d.each { |file_path| update_locale(file_path) }
end