class ISO3166::Data

def unload_translations(locale)

def unload_translations(locale)
  internal_codes.each do |alpha2|
    @@cache[alpha2]['translations'].delete(locale)
    @@cache[alpha2]['translated_names'] = @@cache[alpha2]['translations'].values.freeze
  end
  ISO3166.configuration.loaded_locales.delete(locale)
end