You are here

function countries_import_countries_import in Countries 8

File

modules/countries_import/countries_import.module, line 46

Code

function countries_import_countries_import() {
  return array(
    'countries_import_core' => array(
      'title' => t('Core ISO list'),
      'description' => t("Complete local list in sync with the ISO 3166-1 standards."),
    ),
    'countries_import_cldr' => array(
      'title' => t('CLDR Repository'),
      'description' => t("The Unicode Consortium CLDR is one of the largest and most extensive standard repositories of locale data that includes basic country information."),
    ),
  );
}