class ISO3166::Country

def translations(locale = 'en')

def translations(locale = 'en')
  I18nData.countries(locale.upcase)
end