class ISO3166::Data
def unload_alpha2_translation_for_locale(alpha2, locale)
def unload_alpha2_translation_for_locale(alpha2, locale) @cache[alpha2]['translations'].delete(locale) @cache[alpha2]['translated_names'] = @cache[alpha2]['translations'].values.freeze end