2023-07-29 02:25:56 +00:00
|
|
|
|
-- Verify camper:available_countries on pg
|
|
|
|
|
|
|
|
|
|
begin;
|
|
|
|
|
|
|
|
|
|
set search_path to camper;
|
|
|
|
|
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AF' and name = 'Afghanistan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AX' and name = 'Åland Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AL' and name = 'Albania';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'DZ' and name = 'Algeria';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AS' and name = 'American Samoa';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AD' and name = 'Andorra';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AO' and name = 'Angola';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AI' and name = 'Anguilla';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AQ' and name = 'Antarctica';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AG' and name = 'Antigua and Barbuda';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AR' and name = 'Argentina';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AM' and name = 'Armenia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AW' and name = 'Aruba';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AU' and name = 'Australia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AT' and name = 'Austria';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AZ' and name = 'Azerbaijan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BS' and name = 'Bahamas';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BH' and name = 'Bahrain';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BD' and name = 'Bangladesh';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BB' and name = 'Barbados';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BY' and name = 'Belarus';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BE' and name = 'Belgium';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PW' and name = 'Belau';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BZ' and name = 'Belize';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BJ' and name = 'Benin';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BM' and name = 'Bermuda';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BT' and name = 'Bhutan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BO' and name = 'Bolivia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BQ' and name = 'Bonaire, Saint Eustatius and Saba';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BA' and name = 'Bosnia and Herzegovina';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BW' and name = 'Botswana';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BV' and name = 'Bouvet Island';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BR' and name = 'Brazil';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IO' and name = 'British Indian Ocean Territory';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BN' and name = 'Brunei';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BG' and name = 'Bulgaria';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BF' and name = 'Burkina Faso';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BI' and name = 'Burundi';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KH' and name = 'Cambodia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CM' and name = 'Cameroon';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CA' and name = 'Canada';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CV' and name = 'Cape Verde';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KY' and name = 'Cayman Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CF' and name = 'Central African Republic';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TD' and name = 'Chad';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CL' and name = 'Chile';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CN' and name = 'China';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CX' and name = 'Christmas Island';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CC' and name = 'Cocos (Keeling) Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CO' and name = 'Colombia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KM' and name = 'Comoros';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CG' and name = 'Congo (Brazzaville)';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CD' and name = 'Congo (Kinshasa)';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CK' and name = 'Cook Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CR' and name = 'Costa Rica';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'HR' and name = 'Croatia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CU' and name = 'Cuba';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CW' and name = 'Curaçao';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CY' and name = 'Cyprus';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CZ' and name = 'Czech Republic';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'DK' and name = 'Denmark';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'DJ' and name = 'Djibouti';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'DM' and name = 'Dominica';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'DO' and name = 'Dominican Republic';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'EC' and name = 'Ecuador';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'EG' and name = 'Egypt';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SV' and name = 'El Salvador';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GQ' and name = 'Equatorial Guinea';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ER' and name = 'Eritrea';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'EE' and name = 'Estonia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ET' and name = 'Ethiopia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'FK' and name = 'Falkland Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'FO' and name = 'Faroe Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'FJ' and name = 'Fiji';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'FI' and name = 'Finland';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'FR' and name = 'France';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GF' and name = 'French Guiana';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PF' and name = 'French Polynesia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TF' and name = 'French Southern Territories';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GA' and name = 'Gabon';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GM' and name = 'Gambia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GE' and name = 'Georgia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'DE' and name = 'Germany';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GH' and name = 'Ghana';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GI' and name = 'Gibraltar';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GR' and name = 'Greece';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GL' and name = 'Greenland';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GD' and name = 'Grenada';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GP' and name = 'Guadeloupe';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GU' and name = 'Guam';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GT' and name = 'Guatemala';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GG' and name = 'Guernsey';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GN' and name = 'Guinea';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GW' and name = 'Guinea-Bissau';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GY' and name = 'Guyana';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'HT' and name = 'Haiti';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'HM' and name = 'Heard Island and McDonald Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'HN' and name = 'Honduras';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'HK' and name = 'Hong Kong';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'HU' and name = 'Hungary';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IS' and name = 'Iceland';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IN' and name = 'India';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ID' and name = 'Indonesia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IR' and name = 'Iran';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IQ' and name = 'Iraq';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IE' and name = 'Ireland';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IM' and name = 'Isle of Man';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IL' and name = 'Israel';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'IT' and name = 'Italy';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CI' and name = 'Ivory Coast';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'JM' and name = 'Jamaica';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'JP' and name = 'Japan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'JE' and name = 'Jersey';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'JO' and name = 'Jordan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KZ' and name = 'Kazakhstan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KE' and name = 'Kenya';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KI' and name = 'Kiribati';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KW' and name = 'Kuwait';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KG' and name = 'Kyrgyzstan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LA' and name = 'Laos';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LV' and name = 'Latvia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LB' and name = 'Lebanon';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LS' and name = 'Lesotho';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LR' and name = 'Liberia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LY' and name = 'Libya';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LI' and name = 'Liechtenstein';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LT' and name = 'Lithuania';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LU' and name = 'Luxembourg';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MO' and name = 'Macao';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MK' and name = 'North Macedonia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MG' and name = 'Madagascar';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MW' and name = 'Malawi';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MY' and name = 'Malaysia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MV' and name = 'Maldives';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ML' and name = 'Mali';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MT' and name = 'Malta';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MH' and name = 'Marshall Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MQ' and name = 'Martinique';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MR' and name = 'Mauritania';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MU' and name = 'Mauritius';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'YT' and name = 'Mayotte';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MX' and name = 'Mexico';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'FM' and name = 'Micronesia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MD' and name = 'Moldova';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MC' and name = 'Monaco';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MN' and name = 'Mongolia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ME' and name = 'Montenegro';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MS' and name = 'Montserrat';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MA' and name = 'Morocco';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MZ' and name = 'Mozambique';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MM' and name = 'Myanmar';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NA' and name = 'Namibia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NR' and name = 'Nauru';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NP' and name = 'Nepal';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NL' and name = 'Netherlands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NC' and name = 'New Caledonia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NZ' and name = 'New Zealand';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NI' and name = 'Nicaragua';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NE' and name = 'Niger';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NG' and name = 'Nigeria';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NU' and name = 'Niue';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NF' and name = 'Norfolk Island';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MP' and name = 'Northern Mariana Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KP' and name = 'North Korea';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'NO' and name = 'Norway';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'OM' and name = 'Oman';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PK' and name = 'Pakistan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PS' and name = 'Palestinian Territory';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PA' and name = 'Panama';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PG' and name = 'Papua New Guinea';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PY' and name = 'Paraguay';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PE' and name = 'Peru';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PH' and name = 'Philippines';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PN' and name = 'Pitcairn';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PL' and name = 'Poland';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PT' and name = 'Portugal';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PR' and name = 'Puerto Rico';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'QA' and name = 'Qatar';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'RE' and name = 'Reunion';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'RO' and name = 'Romania';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'RU' and name = 'Russia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'RW' and name = 'Rwanda';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'BL' and name = 'Saint Barthélemy';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SH' and name = 'Saint Helena';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KN' and name = 'Saint Kitts and Nevis';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LC' and name = 'Saint Lucia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'MF' and name = 'Saint Martin (French part)';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SX' and name = 'Saint Martin (Dutch part)';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'PM' and name = 'Saint Pierre and Miquelon';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'VC' and name = 'Saint Vincent and the Grenadines';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SM' and name = 'San Marino';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ST' and name = 'São Tomé and Príncipe';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SA' and name = 'Saudi Arabia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SN' and name = 'Senegal';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'RS' and name = 'Serbia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SC' and name = 'Seychelles';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SL' and name = 'Sierra Leone';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SG' and name = 'Singapore';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SK' and name = 'Slovakia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SI' and name = 'Slovenia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SB' and name = 'Solomon Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SO' and name = 'Somalia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ZA' and name = 'South Africa';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GS' and name = 'South Georgia/Sandwich Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'KR' and name = 'South Korea';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SS' and name = 'South Sudan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ES' and name = 'Spain';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'LK' and name = 'Sri Lanka';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SD' and name = 'Sudan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SR' and name = 'Suriname';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SJ' and name = 'Svalbard and Jan Mayen';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SZ' and name = 'Eswatini';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SE' and name = 'Sweden';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'CH' and name = 'Switzerland';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'SY' and name = 'Syria';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TW' and name = 'Taiwan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TJ' and name = 'Tajikistan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TZ' and name = 'Tanzania';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TH' and name = 'Thailand';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TL' and name = 'Timor-Leste';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TG' and name = 'Togo';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TK' and name = 'Tokelau';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TO' and name = 'Tonga';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TT' and name = 'Trinidad and Tobago';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TN' and name = 'Tunisia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TR' and name = 'Turkey';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TM' and name = 'Turkmenistan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TC' and name = 'Turks and Caicos Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'TV' and name = 'Tuvalu';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'UG' and name = 'Uganda';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'UA' and name = 'Ukraine';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'AE' and name = 'United Arab Emirates';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'GB' and name = 'United Kingdom (UK)';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'US' and name = 'United States (US)';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'UM' and name = 'United States (US) Minor Outlying Islands';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'UY' and name = 'Uruguay';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'UZ' and name = 'Uzbekistan';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'VU' and name = 'Vanuatu';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'VA' and name = 'Vatican';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'VE' and name = 'Venezuela';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'VN' and name = 'Vietnam';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'VG' and name = 'Virgin Islands (British)';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'VI' and name = 'Virgin Islands (US)';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'WF' and name = 'Wallis and Futuna';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'EH' and name = 'Western Sahara';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'WS' and name = 'Samoa';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'YE' and name = 'Yemen';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ZM' and name = 'Zambia';
|
|
|
|
|
select 1 / count(*) from country where country_code = 'ZW' and name = 'Zimbabwe';
|
|
|
|
|
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AD' and lang_tag = 'ca' and name = 'Andorra';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AD' and lang_tag = 'es' and name = 'Andorra';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AD' and lang_tag = 'fr' and name = 'Andorre';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AE' and lang_tag = 'ca' and name = 'Emirats Àrabs Units';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AE' and lang_tag = 'es' and name = 'Emiratos Árabes Unidos';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AE' and lang_tag = 'fr' and name = 'Émirats Arabes Unis';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AF' and lang_tag = 'ca' and name = 'Afganistan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AF' and lang_tag = 'es' and name = 'Afganistán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AF' and lang_tag = 'fr' and name = 'Afghanistan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AG' and lang_tag = 'ca' and name = 'Antigua i Barbuda';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AG' and lang_tag = 'es' and name = 'Antigua y Barbuda';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AG' and lang_tag = 'fr' and name = 'Antigua-et-Barbuda';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AI' and lang_tag = 'ca' and name = 'Anguilla';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AI' and lang_tag = 'es' and name = 'Anguilla';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AI' and lang_tag = 'fr' and name = 'Anguilla';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AL' and lang_tag = 'ca' and name = 'Albània';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AL' and lang_tag = 'es' and name = 'Albania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AL' and lang_tag = 'fr' and name = 'Albanie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AM' and lang_tag = 'ca' and name = 'Armènia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AM' and lang_tag = 'es' and name = 'Armenia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AM' and lang_tag = 'fr' and name = 'Arménie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AO' and lang_tag = 'ca' and name = 'Angola';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AO' and lang_tag = 'es' and name = 'Angola';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AO' and lang_tag = 'fr' and name = 'Angola';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AQ' and lang_tag = 'ca' and name = 'Antàrtida';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AQ' and lang_tag = 'es' and name = 'Antártida';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AQ' and lang_tag = 'fr' and name = 'Antarctique';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AR' and lang_tag = 'ca' and name = 'Argentina';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AR' and lang_tag = 'es' and name = 'Argentina';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AR' and lang_tag = 'fr' and name = 'Argentine';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AS' and lang_tag = 'ca' and name = 'Samoa Nord-americana';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AS' and lang_tag = 'es' and name = 'Samoa Americana';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AS' and lang_tag = 'fr' and name = 'American Samoa';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AT' and lang_tag = 'ca' and name = 'Àustria';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AT' and lang_tag = 'es' and name = 'Austria';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AT' and lang_tag = 'fr' and name = 'Autriche';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AU' and lang_tag = 'ca' and name = 'Austràlia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AU' and lang_tag = 'es' and name = 'Australia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AU' and lang_tag = 'fr' and name = 'Australie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AW' and lang_tag = 'ca' and name = 'Aruba';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AW' and lang_tag = 'es' and name = 'Aruba';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AW' and lang_tag = 'fr' and name = 'Aruba';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AX' and lang_tag = 'ca' and name = 'Illes Åland';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AX' and lang_tag = 'es' and name = 'Islas Åland';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AX' and lang_tag = 'fr' and name = 'Åland Islands';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AZ' and lang_tag = 'ca' and name = 'Azerbaidjan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AZ' and lang_tag = 'es' and name = 'Azerbaijan';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'AZ' and lang_tag = 'fr' and name = 'Azerbaijan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BA' and lang_tag = 'ca' and name = 'Bòsnia i Hercegovina';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BA' and lang_tag = 'es' and name = 'Bosnia y Herzegovina';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BA' and lang_tag = 'fr' and name = 'Bosnie-Herzégovine';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BB' and lang_tag = 'ca' and name = 'Barbados';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BB' and lang_tag = 'es' and name = 'Barbados';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BB' and lang_tag = 'fr' and name = 'Barbades';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BD' and lang_tag = 'ca' and name = 'Bangladesh';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BD' and lang_tag = 'es' and name = 'Bangladesh';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BD' and lang_tag = 'fr' and name = 'Bangladesh';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BE' and lang_tag = 'ca' and name = 'Bèlgica';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BE' and lang_tag = 'es' and name = 'Bélgica';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BE' and lang_tag = 'fr' and name = 'Belgique';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BF' and lang_tag = 'ca' and name = 'Burkina Fasso';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BF' and lang_tag = 'es' and name = 'Burkina Faso';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BF' and lang_tag = 'fr' and name = 'Burkina Faso';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BG' and lang_tag = 'ca' and name = 'Bulgària';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BG' and lang_tag = 'es' and name = 'Bulgaria';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BG' and lang_tag = 'fr' and name = 'Bulgarie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BH' and lang_tag = 'ca' and name = 'Bahrain';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BH' and lang_tag = 'es' and name = 'Bahrain';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BH' and lang_tag = 'fr' and name = 'Bahrain';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BI' and lang_tag = 'ca' and name = 'Burundi';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BI' and lang_tag = 'es' and name = 'Burundi';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BI' and lang_tag = 'fr' and name = 'Burundi';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BJ' and lang_tag = 'ca' and name = 'Benín';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BJ' and lang_tag = 'es' and name = 'Benin';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BJ' and lang_tag = 'fr' and name = 'Benin';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BL' and lang_tag = 'ca' and name = 'Saint-Barthélemy';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BL' and lang_tag = 'es' and name = 'San Bartolomé';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BL' and lang_tag = 'fr' and name = 'Saint Barthélemy';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BM' and lang_tag = 'ca' and name = 'Bermuda';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BM' and lang_tag = 'es' and name = 'Bermuda';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BM' and lang_tag = 'fr' and name = 'Bermudes';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BN' and lang_tag = 'ca' and name = 'Brunei';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BN' and lang_tag = 'es' and name = 'Brunéi';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BN' and lang_tag = 'fr' and name = 'Brunei';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BO' and lang_tag = 'ca' and name = 'Bolívia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BO' and lang_tag = 'es' and name = 'Bolivia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BO' and lang_tag = 'fr' and name = 'Bolivie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BQ' and lang_tag = 'ca' and name = 'Bonaire, Saint Eustatius and Saba';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BQ' and lang_tag = 'es' and name = 'Bonaire, San Eustaquio y Saba';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BQ' and lang_tag = 'fr' and name = 'Saba, Saint-Eustache et Bonaire';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BR' and lang_tag = 'ca' and name = 'Brasil';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BR' and lang_tag = 'es' and name = 'Brasil';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BR' and lang_tag = 'fr' and name = 'Brésil';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BS' and lang_tag = 'ca' and name = 'Bahames';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BS' and lang_tag = 'es' and name = 'Bahamas';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BS' and lang_tag = 'fr' and name = 'Bahamas';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BT' and lang_tag = 'ca' and name = 'Bhutan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BT' and lang_tag = 'es' and name = 'Bhutan';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BT' and lang_tag = 'fr' and name = 'Bhutan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BV' and lang_tag = 'ca' and name = 'Illa Bouvet';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BV' and lang_tag = 'es' and name = 'Isla Bouvet';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BV' and lang_tag = 'fr' and name = 'Île Bouvet';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BW' and lang_tag = 'ca' and name = 'Botswana';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BW' and lang_tag = 'es' and name = 'Botswana';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BW' and lang_tag = 'fr' and name = 'Botswana';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BY' and lang_tag = 'ca' and name = 'Bielorússia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BY' and lang_tag = 'es' and name = 'Bielorrusia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BY' and lang_tag = 'fr' and name = 'Biélorussie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BZ' and lang_tag = 'ca' and name = 'Belize';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BZ' and lang_tag = 'es' and name = 'Belize';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'BZ' and lang_tag = 'fr' and name = 'Belize';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CA' and lang_tag = 'ca' and name = 'Canadà';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CA' and lang_tag = 'es' and name = 'Canadá';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CA' and lang_tag = 'fr' and name = 'Canada';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CC' and lang_tag = 'ca' and name = 'Illes Cocos (Keeling)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CC' and lang_tag = 'es' and name = 'Islas Cocos';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CC' and lang_tag = 'fr' and name = 'Îles Cocos';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CD' and lang_tag = 'ca' and name = 'Congo (Kinshasa)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CD' and lang_tag = 'es' and name = 'Congo (Kinshasa)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CD' and lang_tag = 'fr' and name = 'Congo (Kinshasa)';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CF' and lang_tag = 'ca' and name = 'República Centreafricana';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CF' and lang_tag = 'es' and name = 'República Centroafricana';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CF' and lang_tag = 'fr' and name = 'République Centrafricaine';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CG' and lang_tag = 'ca' and name = 'Congo (Brazzaville)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CG' and lang_tag = 'es' and name = 'Congo (Brazzaville)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CG' and lang_tag = 'fr' and name = 'Congo (Brazzaville)';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CH' and lang_tag = 'ca' and name = 'Suïssa';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CH' and lang_tag = 'es' and name = 'Suiza';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CH' and lang_tag = 'fr' and name = 'Suisse';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CI' and lang_tag = 'ca' and name = 'Costa d’Ivori';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CI' and lang_tag = 'es' and name = 'Costa de Marfil';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CI' and lang_tag = 'fr' and name = 'Côte-d’Ivoire';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CK' and lang_tag = 'ca' and name = 'Illes Cook';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CK' and lang_tag = 'es' and name = 'Islas Cook';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CK' and lang_tag = 'fr' and name = 'Îles Cook';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CL' and lang_tag = 'ca' and name = 'Xile';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CL' and lang_tag = 'es' and name = 'Chile';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CL' and lang_tag = 'fr' and name = 'Chili';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CM' and lang_tag = 'ca' and name = 'Camerun';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CM' and lang_tag = 'es' and name = 'Camerún';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CM' and lang_tag = 'fr' and name = 'Cameroun';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CN' and lang_tag = 'ca' and name = 'Xina';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CN' and lang_tag = 'es' and name = 'China';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CN' and lang_tag = 'fr' and name = 'Chine';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CO' and lang_tag = 'ca' and name = 'Colòmbia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CO' and lang_tag = 'es' and name = 'Colombia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CO' and lang_tag = 'fr' and name = 'Colombie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CR' and lang_tag = 'ca' and name = 'Costa Rica';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CR' and lang_tag = 'es' and name = 'Costa Rica';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CR' and lang_tag = 'fr' and name = 'Costa Rica';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CU' and lang_tag = 'ca' and name = 'Cuba';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CU' and lang_tag = 'es' and name = 'Cuba';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CU' and lang_tag = 'fr' and name = 'Cuba';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CV' and lang_tag = 'ca' and name = 'Cap Verd';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CV' and lang_tag = 'es' and name = 'Cabo Verde';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CV' and lang_tag = 'fr' and name = 'Cap Vert';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CW' and lang_tag = 'ca' and name = 'Curaçao';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CW' and lang_tag = 'es' and name = 'Curaçao';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CW' and lang_tag = 'fr' and name = 'Curaçao';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CX' and lang_tag = 'ca' and name = 'Illa Christmas';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CX' and lang_tag = 'es' and name = 'Isla de Navidad';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CX' and lang_tag = 'fr' and name = 'Christmas Island';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CY' and lang_tag = 'ca' and name = 'Xipre';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CY' and lang_tag = 'es' and name = 'Chipre';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CY' and lang_tag = 'fr' and name = 'Chypre';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CZ' and lang_tag = 'ca' and name = 'República Txeca';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CZ' and lang_tag = 'es' and name = 'República Checa';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'CZ' and lang_tag = 'fr' and name = 'République Tchèque';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DE' and lang_tag = 'ca' and name = 'Alemanya';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DE' and lang_tag = 'es' and name = 'Alemania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DE' and lang_tag = 'fr' and name = 'Allemagne';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DJ' and lang_tag = 'ca' and name = 'Djibouti';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DJ' and lang_tag = 'es' and name = 'Djibouti';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DJ' and lang_tag = 'fr' and name = 'Djibouti';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DK' and lang_tag = 'ca' and name = 'Dinamarca';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DK' and lang_tag = 'es' and name = 'Dinamarca';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DK' and lang_tag = 'fr' and name = 'Danemark';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DM' and lang_tag = 'ca' and name = 'Dominica';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DM' and lang_tag = 'es' and name = 'Dominica';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DM' and lang_tag = 'fr' and name = 'Dominique';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DO' and lang_tag = 'ca' and name = 'República Dominicana';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DO' and lang_tag = 'es' and name = 'República Dominicana';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DO' and lang_tag = 'fr' and name = 'République Dominicaine';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DZ' and lang_tag = 'ca' and name = 'Algèria';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DZ' and lang_tag = 'es' and name = 'Argelia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'DZ' and lang_tag = 'fr' and name = 'Algérie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EC' and lang_tag = 'ca' and name = 'Equador';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EC' and lang_tag = 'es' and name = 'Ecuador';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EC' and lang_tag = 'fr' and name = 'Équateur';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EE' and lang_tag = 'ca' and name = 'Estònia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EE' and lang_tag = 'es' and name = 'Estonia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EE' and lang_tag = 'fr' and name = 'Estonie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EG' and lang_tag = 'ca' and name = 'Egipte';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EG' and lang_tag = 'es' and name = 'Egipto';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EG' and lang_tag = 'fr' and name = 'Égypte';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EH' and lang_tag = 'ca' and name = 'Sàhara Occidental';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EH' and lang_tag = 'es' and name = 'Sahara Occidental';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'EH' and lang_tag = 'fr' and name = 'Sahara occidental';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ER' and lang_tag = 'ca' and name = 'Eritrea';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ER' and lang_tag = 'es' and name = 'Eritrea';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ER' and lang_tag = 'fr' and name = 'Erythrée';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ES' and lang_tag = 'ca' and name = 'Espanya';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ES' and lang_tag = 'es' and name = 'España';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ES' and lang_tag = 'fr' and name = 'Espagne';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ET' and lang_tag = 'ca' and name = 'Etiòpia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ET' and lang_tag = 'es' and name = 'Etiopía';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ET' and lang_tag = 'fr' and name = 'Éthiopie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FI' and lang_tag = 'ca' and name = 'Finlàndia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FI' and lang_tag = 'es' and name = 'Finlandia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FI' and lang_tag = 'fr' and name = 'Finlande';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FJ' and lang_tag = 'ca' and name = 'Fiji';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FJ' and lang_tag = 'es' and name = 'Fiyi';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FJ' and lang_tag = 'fr' and name = 'Fidji';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FK' and lang_tag = 'ca' and name = 'Illes Falkland';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FK' and lang_tag = 'es' and name = 'Islas Malvinas';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FK' and lang_tag = 'fr' and name = 'Îles Falkland';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FM' and lang_tag = 'ca' and name = 'Micronèsia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FM' and lang_tag = 'es' and name = 'Micronesia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FM' and lang_tag = 'fr' and name = 'Micronésie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FO' and lang_tag = 'ca' and name = 'Illes Faroe';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FO' and lang_tag = 'es' and name = 'Islas Feroe';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FO' and lang_tag = 'fr' and name = 'Îles Féroé';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FR' and lang_tag = 'ca' and name = 'França';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FR' and lang_tag = 'es' and name = 'Francia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'FR' and lang_tag = 'fr' and name = 'France';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GA' and lang_tag = 'ca' and name = 'Gabon';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GA' and lang_tag = 'es' and name = 'Gabón';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GA' and lang_tag = 'fr' and name = 'Gabon';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GB' and lang_tag = 'ca' and name = 'Regne Unit (UK)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GB' and lang_tag = 'es' and name = 'Reino Unido (UK)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GB' and lang_tag = 'fr' and name = 'Royaume-Uni (UK)';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GD' and lang_tag = 'ca' and name = 'Grenada';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GD' and lang_tag = 'es' and name = 'Granada';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GD' and lang_tag = 'fr' and name = 'Grenade';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GE' and lang_tag = 'ca' and name = 'Geòrgia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GE' and lang_tag = 'es' and name = 'Georgia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GE' and lang_tag = 'fr' and name = 'Géorgie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GF' and lang_tag = 'ca' and name = 'Guaiana Francesa';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GF' and lang_tag = 'es' and name = 'Guayana Francesa';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GF' and lang_tag = 'fr' and name = 'Guyane Française';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GG' and lang_tag = 'ca' and name = 'Guernsey';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GG' and lang_tag = 'es' and name = 'Guernsey';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GG' and lang_tag = 'fr' and name = 'Guernesey';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GH' and lang_tag = 'ca' and name = 'Ghana';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GH' and lang_tag = 'es' and name = 'Ghana';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GH' and lang_tag = 'fr' and name = 'Ghana';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GI' and lang_tag = 'ca' and name = 'Gibraltar';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GI' and lang_tag = 'es' and name = 'Gibraltar';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GI' and lang_tag = 'fr' and name = 'Gibraltar';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GL' and lang_tag = 'ca' and name = 'Groenlàndia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GL' and lang_tag = 'es' and name = 'Groenlandia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GL' and lang_tag = 'fr' and name = 'Groenland';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GM' and lang_tag = 'ca' and name = 'Gàmbia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GM' and lang_tag = 'es' and name = 'Gambia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GM' and lang_tag = 'fr' and name = 'Gambie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GN' and lang_tag = 'ca' and name = 'Guinea';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GN' and lang_tag = 'es' and name = 'Guinea';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GN' and lang_tag = 'fr' and name = 'Guinée';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GP' and lang_tag = 'ca' and name = 'Guadalupe';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GP' and lang_tag = 'es' and name = 'Guadalupe';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GP' and lang_tag = 'fr' and name = 'Guadeloupe';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GQ' and lang_tag = 'ca' and name = 'Guinea Equatorial';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GQ' and lang_tag = 'es' and name = 'Guinea Ecuatorial';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GQ' and lang_tag = 'fr' and name = 'Guinée équatoriale';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GR' and lang_tag = 'ca' and name = 'Grècia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GR' and lang_tag = 'es' and name = 'Grecia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GR' and lang_tag = 'fr' and name = 'Grèce';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GS' and lang_tag = 'ca' and name = 'Illes Geòrgia del Sud i Sandwich del Sud';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GS' and lang_tag = 'es' and name = 'Islas Georgias y Sandwich del Sur';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GS' and lang_tag = 'fr' and name = 'Géorgie du Sud / îles Sandwich';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GT' and lang_tag = 'ca' and name = 'Guatemala';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GT' and lang_tag = 'es' and name = 'Guatemala';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GT' and lang_tag = 'fr' and name = 'Guatemala';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GU' and lang_tag = 'ca' and name = 'Guam';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GU' and lang_tag = 'es' and name = 'Guam';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GU' and lang_tag = 'fr' and name = 'Guam';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GW' and lang_tag = 'ca' and name = 'Guinea Bissau';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GW' and lang_tag = 'es' and name = 'Guinea-Bisáu';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GW' and lang_tag = 'fr' and name = 'Guinée-Bissau';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GY' and lang_tag = 'ca' and name = 'Guyana';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GY' and lang_tag = 'es' and name = 'Guyana';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'GY' and lang_tag = 'fr' and name = 'Guyane';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HK' and lang_tag = 'ca' and name = 'Hong Kong';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HK' and lang_tag = 'es' and name = 'Hong Kong';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HK' and lang_tag = 'fr' and name = 'Hong Kong';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HM' and lang_tag = 'ca' and name = 'Illes Heard i McDonald';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HM' and lang_tag = 'es' and name = 'Islas Heard y McDonald';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HM' and lang_tag = 'fr' and name = 'Îles Heard-et-MacDonald';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HN' and lang_tag = 'ca' and name = 'Hondures';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HN' and lang_tag = 'es' and name = 'Honduras';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HN' and lang_tag = 'fr' and name = 'Honduras';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HR' and lang_tag = 'ca' and name = 'Croàcia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HR' and lang_tag = 'es' and name = 'Croacia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HR' and lang_tag = 'fr' and name = 'Croatie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HT' and lang_tag = 'ca' and name = 'Haití';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HT' and lang_tag = 'es' and name = 'Haití';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HT' and lang_tag = 'fr' and name = 'Haïti';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HU' and lang_tag = 'ca' and name = 'Hongria';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HU' and lang_tag = 'es' and name = 'Hungría';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'HU' and lang_tag = 'fr' and name = 'Hongrie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ID' and lang_tag = 'ca' and name = 'Indonèsia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ID' and lang_tag = 'es' and name = 'Indonesia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ID' and lang_tag = 'fr' and name = 'Indonésie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IE' and lang_tag = 'ca' and name = 'Irlanda';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IE' and lang_tag = 'es' and name = 'Irlanda';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IE' and lang_tag = 'fr' and name = 'Irlande';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IL' and lang_tag = 'ca' and name = 'Israel';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IL' and lang_tag = 'es' and name = 'Israel';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IL' and lang_tag = 'fr' and name = 'Israël';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IM' and lang_tag = 'ca' and name = 'Illa de Man';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IM' and lang_tag = 'es' and name = 'Isla de Man';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IM' and lang_tag = 'fr' and name = 'Île de Man';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IN' and lang_tag = 'ca' and name = 'Índia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IN' and lang_tag = 'es' and name = 'India';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IN' and lang_tag = 'fr' and name = 'Inde';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IO' and lang_tag = 'ca' and name = 'Territori Britànic de l’Oceà Índic';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IO' and lang_tag = 'es' and name = 'Territorio Británico del Océano Índico';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IO' and lang_tag = 'fr' and name = 'Territoire britannique de l’océan Indien';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IQ' and lang_tag = 'ca' and name = 'Iraq';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IQ' and lang_tag = 'es' and name = 'Irak';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IQ' and lang_tag = 'fr' and name = 'Iraq';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IR' and lang_tag = 'ca' and name = 'Iran';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IR' and lang_tag = 'es' and name = 'Irán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IR' and lang_tag = 'fr' and name = 'Iran';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IS' and lang_tag = 'ca' and name = 'Islàndia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IS' and lang_tag = 'es' and name = 'Islandia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IS' and lang_tag = 'fr' and name = 'Islande';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IT' and lang_tag = 'ca' and name = 'Itàlia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IT' and lang_tag = 'es' and name = 'Italia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'IT' and lang_tag = 'fr' and name = 'Italie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JE' and lang_tag = 'ca' and name = 'Jersey';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JE' and lang_tag = 'es' and name = 'Jersey';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JE' and lang_tag = 'fr' and name = 'Jersey';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JM' and lang_tag = 'ca' and name = 'Jamaica';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JM' and lang_tag = 'es' and name = 'Jamaica';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JM' and lang_tag = 'fr' and name = 'Jamaïque';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JO' and lang_tag = 'ca' and name = 'Jordània';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JO' and lang_tag = 'es' and name = 'Jordania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JO' and lang_tag = 'fr' and name = 'Jordanie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JP' and lang_tag = 'ca' and name = 'Japó';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JP' and lang_tag = 'es' and name = 'Japón';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'JP' and lang_tag = 'fr' and name = 'Japon';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KE' and lang_tag = 'ca' and name = 'Kenya';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KE' and lang_tag = 'es' and name = 'Kenia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KE' and lang_tag = 'fr' and name = 'Kenya';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KG' and lang_tag = 'ca' and name = 'Kirguizistan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KG' and lang_tag = 'es' and name = 'Kirguistán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KG' and lang_tag = 'fr' and name = 'Kyrgyzstan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KH' and lang_tag = 'ca' and name = 'Cambodja';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KH' and lang_tag = 'es' and name = 'Camboya';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KH' and lang_tag = 'fr' and name = 'Cambodge';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KI' and lang_tag = 'ca' and name = 'Kiribati';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KI' and lang_tag = 'es' and name = 'Kiribati';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KI' and lang_tag = 'fr' and name = 'Kiribati';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KM' and lang_tag = 'ca' and name = 'Comores';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KM' and lang_tag = 'es' and name = 'Comoras';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KM' and lang_tag = 'fr' and name = 'Comores';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KN' and lang_tag = 'ca' and name = 'Saint Kitts i Nevis';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KN' and lang_tag = 'es' and name = 'San Cristóbal y Nieves';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KN' and lang_tag = 'fr' and name = 'Saint-Kitts-et-Nevis';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KP' and lang_tag = 'ca' and name = 'Corea del Nord';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KP' and lang_tag = 'es' and name = 'Corea del Norte';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KP' and lang_tag = 'fr' and name = 'Corée du Nord';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KR' and lang_tag = 'ca' and name = 'Corea del Sud';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KR' and lang_tag = 'es' and name = 'Corea del Sur';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KR' and lang_tag = 'fr' and name = 'Corée du Sud';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KW' and lang_tag = 'ca' and name = 'Kuwait';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KW' and lang_tag = 'es' and name = 'Kuwait';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KW' and lang_tag = 'fr' and name = 'Koweït';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KY' and lang_tag = 'ca' and name = 'Illes Caiman';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KY' and lang_tag = 'es' and name = 'Islas Caimán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KY' and lang_tag = 'fr' and name = 'Îles Caïmans';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KZ' and lang_tag = 'ca' and name = 'Kazakhstan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KZ' and lang_tag = 'es' and name = 'Kazajistán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'KZ' and lang_tag = 'fr' and name = 'Kazakhstan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LA' and lang_tag = 'ca' and name = 'Laos';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LA' and lang_tag = 'es' and name = 'Laos';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LA' and lang_tag = 'fr' and name = 'Laos';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LB' and lang_tag = 'ca' and name = 'Líban';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LB' and lang_tag = 'es' and name = 'Líbano';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LB' and lang_tag = 'fr' and name = 'Liban';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LC' and lang_tag = 'ca' and name = 'Saint Lucia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LC' and lang_tag = 'es' and name = 'Santa Lucía';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LC' and lang_tag = 'fr' and name = 'Sainte-Lucie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LI' and lang_tag = 'ca' and name = 'Liechtenstein';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LI' and lang_tag = 'es' and name = 'Liechtenstein';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LI' and lang_tag = 'fr' and name = 'Liechtenstein';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LK' and lang_tag = 'ca' and name = 'Sri Lanka';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LK' and lang_tag = 'es' and name = 'Sri Lanka';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LK' and lang_tag = 'fr' and name = 'Sri Lanka';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LR' and lang_tag = 'ca' and name = 'Libèria';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LR' and lang_tag = 'es' and name = 'Liberia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LR' and lang_tag = 'fr' and name = 'Liberia';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LS' and lang_tag = 'ca' and name = 'Lesotho';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LS' and lang_tag = 'es' and name = 'Lesoto';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LS' and lang_tag = 'fr' and name = 'Lesotho';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LT' and lang_tag = 'ca' and name = 'Lituània';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LT' and lang_tag = 'es' and name = 'Lituania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LT' and lang_tag = 'fr' and name = 'Lituanie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LU' and lang_tag = 'ca' and name = 'Luxemburg';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LU' and lang_tag = 'es' and name = 'Luxemburgo';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LU' and lang_tag = 'fr' and name = 'Luxembourg';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LV' and lang_tag = 'ca' and name = 'Letònia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LV' and lang_tag = 'es' and name = 'Letonia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LV' and lang_tag = 'fr' and name = 'Lettonie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LY' and lang_tag = 'ca' and name = 'Líbia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LY' and lang_tag = 'es' and name = 'Libia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'LY' and lang_tag = 'fr' and name = 'Libye';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MA' and lang_tag = 'ca' and name = 'Marroc';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MA' and lang_tag = 'es' and name = 'Marruecos';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MA' and lang_tag = 'fr' and name = 'Maroc';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MC' and lang_tag = 'ca' and name = 'Mònaco';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MC' and lang_tag = 'es' and name = 'Mónaco';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MC' and lang_tag = 'fr' and name = 'Monaco';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MD' and lang_tag = 'ca' and name = 'Moldàvia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MD' and lang_tag = 'es' and name = 'Moldavia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MD' and lang_tag = 'fr' and name = 'Moldavie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ME' and lang_tag = 'ca' and name = 'Montenegro';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ME' and lang_tag = 'es' and name = 'Montenegro';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ME' and lang_tag = 'fr' and name = 'Montenegro';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MF' and lang_tag = 'ca' and name = 'Saint Martin (part francesa)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MF' and lang_tag = 'es' and name = 'San Martín (parte de Francia)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MF' and lang_tag = 'fr' and name = 'Saint-Martin (partie française)';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MG' and lang_tag = 'ca' and name = 'Madagascar';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MG' and lang_tag = 'es' and name = 'Madagascar';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MG' and lang_tag = 'fr' and name = 'Madagascar';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MH' and lang_tag = 'ca' and name = 'Illes Marshall';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MH' and lang_tag = 'es' and name = 'Islas Marshall';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MH' and lang_tag = 'fr' and name = 'Îles Marshall';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MK' and lang_tag = 'ca' and name = 'Macedònia del Nord';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MK' and lang_tag = 'es' and name = 'Macedonia del Norte';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MK' and lang_tag = 'fr' and name = 'Macédoine du Nord';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ML' and lang_tag = 'ca' and name = 'Mali';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ML' and lang_tag = 'es' and name = 'Malí';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ML' and lang_tag = 'fr' and name = 'Mali';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MM' and lang_tag = 'ca' and name = 'Myanmar';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MM' and lang_tag = 'es' and name = 'Birmania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MM' and lang_tag = 'fr' and name = 'Myanmar';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MN' and lang_tag = 'ca' and name = 'Mongòlia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MN' and lang_tag = 'es' and name = 'Mongolia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MN' and lang_tag = 'fr' and name = 'Mongolie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MO' and lang_tag = 'ca' and name = 'Macau';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MO' and lang_tag = 'es' and name = 'Macao';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MO' and lang_tag = 'fr' and name = 'Macao';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MP' and lang_tag = 'ca' and name = 'Illes Mariannes Septentrionals';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MP' and lang_tag = 'es' and name = 'Islas Marianas del Norte';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MP' and lang_tag = 'fr' and name = 'Northern Mariana Islands';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MQ' and lang_tag = 'ca' and name = 'Martinica';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MQ' and lang_tag = 'es' and name = 'Martinica';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MQ' and lang_tag = 'fr' and name = 'Martinique';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MR' and lang_tag = 'ca' and name = 'Mauritània';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MR' and lang_tag = 'es' and name = 'Mauritania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MR' and lang_tag = 'fr' and name = 'Mauritanie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MS' and lang_tag = 'ca' and name = 'Montserrat';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MS' and lang_tag = 'es' and name = 'Montserrat';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MS' and lang_tag = 'fr' and name = 'Montserrat';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MT' and lang_tag = 'ca' and name = 'Malta';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MT' and lang_tag = 'es' and name = 'Malta';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MT' and lang_tag = 'fr' and name = 'Malte';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MU' and lang_tag = 'ca' and name = 'Maurici';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MU' and lang_tag = 'es' and name = 'Mauricio';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MU' and lang_tag = 'fr' and name = 'Maurice';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MV' and lang_tag = 'ca' and name = 'Maldives';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MV' and lang_tag = 'es' and name = 'Maldivas';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MV' and lang_tag = 'fr' and name = 'Maldives';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MW' and lang_tag = 'ca' and name = 'Malawi';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MW' and lang_tag = 'es' and name = 'Malaui';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MW' and lang_tag = 'fr' and name = 'Malawi';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MX' and lang_tag = 'ca' and name = 'Mèxic';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MX' and lang_tag = 'es' and name = 'México';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MX' and lang_tag = 'fr' and name = 'Mexique';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MY' and lang_tag = 'ca' and name = 'Malàisia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MY' and lang_tag = 'es' and name = 'Malasia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MY' and lang_tag = 'fr' and name = 'Malaisie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MZ' and lang_tag = 'ca' and name = 'Moçambic';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MZ' and lang_tag = 'es' and name = 'Mozambique';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'MZ' and lang_tag = 'fr' and name = 'Mozambique';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NA' and lang_tag = 'ca' and name = 'Namíbia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NA' and lang_tag = 'es' and name = 'Namibia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NA' and lang_tag = 'fr' and name = 'Namibie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NC' and lang_tag = 'ca' and name = 'Nova Caledònia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NC' and lang_tag = 'es' and name = 'Nueva Caledonia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NC' and lang_tag = 'fr' and name = 'Nouvelle-Calédonie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NE' and lang_tag = 'ca' and name = 'Níger';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NE' and lang_tag = 'es' and name = 'Níger';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NE' and lang_tag = 'fr' and name = 'Niger';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NF' and lang_tag = 'ca' and name = 'Illa Norfolk';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NF' and lang_tag = 'es' and name = 'Isla Norfolk';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NF' and lang_tag = 'fr' and name = 'Île Norfolk';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NG' and lang_tag = 'ca' and name = 'Nigèria';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NG' and lang_tag = 'es' and name = 'Nigeria';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NG' and lang_tag = 'fr' and name = 'Nigeria';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NI' and lang_tag = 'ca' and name = 'Nicaragua';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NI' and lang_tag = 'es' and name = 'Nicaragua';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NI' and lang_tag = 'fr' and name = 'Nicaragua';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NL' and lang_tag = 'ca' and name = 'Països Baixos';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NL' and lang_tag = 'es' and name = 'Países Bajos';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NL' and lang_tag = 'fr' and name = 'Pays-Bas';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NO' and lang_tag = 'ca' and name = 'Noruega';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NO' and lang_tag = 'es' and name = 'Noruega';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NO' and lang_tag = 'fr' and name = 'Norvège';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NP' and lang_tag = 'ca' and name = 'Nepal';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NP' and lang_tag = 'es' and name = 'Nepal';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NP' and lang_tag = 'fr' and name = 'Népal';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NR' and lang_tag = 'ca' and name = 'Nauru';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NR' and lang_tag = 'es' and name = 'Nauru';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NR' and lang_tag = 'fr' and name = 'Nauru';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NU' and lang_tag = 'ca' and name = 'Niue';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NU' and lang_tag = 'es' and name = 'Niue';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NU' and lang_tag = 'fr' and name = 'Niue';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NZ' and lang_tag = 'ca' and name = 'Nova Zelanda';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NZ' and lang_tag = 'es' and name = 'Nueva Zelanda';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'NZ' and lang_tag = 'fr' and name = 'Nouvelle-Zélande';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'OM' and lang_tag = 'ca' and name = 'Oman';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'OM' and lang_tag = 'es' and name = 'Omán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'OM' and lang_tag = 'fr' and name = 'Oman';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PA' and lang_tag = 'ca' and name = 'Panamà';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PA' and lang_tag = 'es' and name = 'Panamá';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PA' and lang_tag = 'fr' and name = 'Panama';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PE' and lang_tag = 'ca' and name = 'Perú';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PE' and lang_tag = 'es' and name = 'Perú';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PE' and lang_tag = 'fr' and name = 'Pérou';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PF' and lang_tag = 'ca' and name = 'Polinèsia Francesa';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PF' and lang_tag = 'es' and name = 'Polinesia Francesa';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PF' and lang_tag = 'fr' and name = 'Polynésie Française';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PG' and lang_tag = 'ca' and name = 'Papua Nova Guinea';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PG' and lang_tag = 'es' and name = 'Papúa Nueva Guinea';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PG' and lang_tag = 'fr' and name = 'Papouasie-Nouvelle-Guinée';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PH' and lang_tag = 'ca' and name = 'Filipines';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PH' and lang_tag = 'es' and name = 'Filipinas';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PH' and lang_tag = 'fr' and name = 'Philippines';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PK' and lang_tag = 'ca' and name = 'Pakistan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PK' and lang_tag = 'es' and name = 'Pakistán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PK' and lang_tag = 'fr' and name = 'Pakistan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PL' and lang_tag = 'ca' and name = 'Polònia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PL' and lang_tag = 'es' and name = 'Polonia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PL' and lang_tag = 'fr' and name = 'Pologne';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PM' and lang_tag = 'ca' and name = 'Saint-Pierre i Miquelon';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PM' and lang_tag = 'es' and name = 'San Pedro y Miquelón';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PM' and lang_tag = 'fr' and name = 'Saint Pierre et Miquelon';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PN' and lang_tag = 'ca' and name = 'Pitcairn';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PN' and lang_tag = 'es' and name = 'Pitcairn';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PN' and lang_tag = 'fr' and name = 'Pitcairn';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PR' and lang_tag = 'ca' and name = 'Puerto Rico';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PR' and lang_tag = 'es' and name = 'Puerto Rico';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PR' and lang_tag = 'fr' and name = 'Puerto Rico';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PS' and lang_tag = 'ca' and name = 'Palestina';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PS' and lang_tag = 'es' and name = 'Territorios Palestinos';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PS' and lang_tag = 'fr' and name = 'Territoire Palestinien';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PT' and lang_tag = 'ca' and name = 'Portugal';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PT' and lang_tag = 'es' and name = 'Portugal';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PT' and lang_tag = 'fr' and name = 'Portugal';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PW' and lang_tag = 'ca' and name = 'Belau';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PW' and lang_tag = 'es' and name = 'Belau';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PW' and lang_tag = 'fr' and name = 'Belau';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PY' and lang_tag = 'ca' and name = 'Paraguai';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PY' and lang_tag = 'es' and name = 'Paraguay';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'PY' and lang_tag = 'fr' and name = 'Paraguay';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'QA' and lang_tag = 'ca' and name = 'Qatar';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'QA' and lang_tag = 'es' and name = 'Qatar';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'QA' and lang_tag = 'fr' and name = 'Qatar';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RE' and lang_tag = 'ca' and name = 'Reunió';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RE' and lang_tag = 'es' and name = 'Reunión';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RE' and lang_tag = 'fr' and name = 'La Réunion';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RO' and lang_tag = 'ca' and name = 'Romania';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RO' and lang_tag = 'es' and name = 'Rumania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RO' and lang_tag = 'fr' and name = 'Roumanie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RS' and lang_tag = 'ca' and name = 'Sèrbia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RS' and lang_tag = 'es' and name = 'Serbia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RS' and lang_tag = 'fr' and name = 'Serbie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RU' and lang_tag = 'ca' and name = 'Rússia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RU' and lang_tag = 'es' and name = 'Rusia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RU' and lang_tag = 'fr' and name = 'Russie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RW' and lang_tag = 'ca' and name = 'Ruanda';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RW' and lang_tag = 'es' and name = 'Ruanda';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'RW' and lang_tag = 'fr' and name = 'Rwanda';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SA' and lang_tag = 'ca' and name = 'Aràbia Saudita';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SA' and lang_tag = 'es' and name = 'Arabia Saudita';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SA' and lang_tag = 'fr' and name = 'Arabie Saoudite';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SB' and lang_tag = 'ca' and name = 'Illes Salomó';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SB' and lang_tag = 'es' and name = 'Islas Salomón';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SB' and lang_tag = 'fr' and name = 'Îles Salomon';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SC' and lang_tag = 'ca' and name = 'Seychelles';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SC' and lang_tag = 'es' and name = 'Seychelles';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SC' and lang_tag = 'fr' and name = 'Seychelles';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SD' and lang_tag = 'ca' and name = 'Sudan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SD' and lang_tag = 'es' and name = 'Sudán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SD' and lang_tag = 'fr' and name = 'Soudan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SE' and lang_tag = 'ca' and name = 'Suècia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SE' and lang_tag = 'es' and name = 'Suecia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SE' and lang_tag = 'fr' and name = 'Suède';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SG' and lang_tag = 'ca' and name = 'Singapur';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SG' and lang_tag = 'es' and name = 'Singapur';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SG' and lang_tag = 'fr' and name = 'Singapour';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SH' and lang_tag = 'ca' and name = 'Saint Helena';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SH' and lang_tag = 'es' and name = 'Isla Santa Elena';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SH' and lang_tag = 'fr' and name = 'Sainte-Hélène';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SI' and lang_tag = 'ca' and name = 'Eslovènia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SI' and lang_tag = 'es' and name = 'Eslovenia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SI' and lang_tag = 'fr' and name = 'Slovénie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SJ' and lang_tag = 'ca' and name = 'Svalbard i Jan Mayen';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SJ' and lang_tag = 'es' and name = 'Svalbard y Jan Mayen';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SJ' and lang_tag = 'fr' and name = 'Svalbard et Jan Mayen';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SK' and lang_tag = 'ca' and name = 'Eslovàquia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SK' and lang_tag = 'es' and name = 'Eslovaquia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SK' and lang_tag = 'fr' and name = 'Slovaquie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SL' and lang_tag = 'ca' and name = 'Sierra Leone';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SL' and lang_tag = 'es' and name = 'Sierra Leona';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SL' and lang_tag = 'fr' and name = 'Sierra Leone';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SM' and lang_tag = 'ca' and name = 'San Marino';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SM' and lang_tag = 'es' and name = 'San Marino';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SM' and lang_tag = 'fr' and name = 'San Marino';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SN' and lang_tag = 'ca' and name = 'Senegal';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SN' and lang_tag = 'es' and name = 'Senegal';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SN' and lang_tag = 'fr' and name = 'Sénégal';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SO' and lang_tag = 'ca' and name = 'Somàlia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SO' and lang_tag = 'es' and name = 'Somalia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SO' and lang_tag = 'fr' and name = 'Somalie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SR' and lang_tag = 'ca' and name = 'Surinam';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SR' and lang_tag = 'es' and name = 'Surinam';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SR' and lang_tag = 'fr' and name = 'Suriname';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SS' and lang_tag = 'ca' and name = 'Sudan del Sud';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SS' and lang_tag = 'es' and name = 'Sudán del Sur';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SS' and lang_tag = 'fr' and name = 'Soudan du Sud';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ST' and lang_tag = 'ca' and name = 'São Tomé i Príncipe';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ST' and lang_tag = 'es' and name = 'Santo Tomé y Príncipe';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ST' and lang_tag = 'fr' and name = 'Sao Tomé-et-Principe';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SV' and lang_tag = 'ca' and name = 'El Salvador';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SV' and lang_tag = 'es' and name = 'El Salvador';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SV' and lang_tag = 'fr' and name = 'Salvador';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SX' and lang_tag = 'ca' and name = 'Saint Martin (part holandesa)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SX' and lang_tag = 'es' and name = 'San Martín (Países Bajos)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SX' and lang_tag = 'fr' and name = 'Saint-Martin (partie néerlandaise)';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SY' and lang_tag = 'ca' and name = 'Síria';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SY' and lang_tag = 'es' and name = 'Siria';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SY' and lang_tag = 'fr' and name = 'Syrie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SZ' and lang_tag = 'ca' and name = 'Eswatini';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SZ' and lang_tag = 'es' and name = 'Esuatini';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'SZ' and lang_tag = 'fr' and name = 'Eswatini';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TC' and lang_tag = 'ca' and name = 'Illes Turks i Caicos';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TC' and lang_tag = 'es' and name = 'Islas Turcas y Caicos';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TC' and lang_tag = 'fr' and name = 'Îles Turques et Caïques';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TD' and lang_tag = 'ca' and name = 'Txad';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TD' and lang_tag = 'es' and name = 'Chad';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TD' and lang_tag = 'fr' and name = 'Tchad';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TF' and lang_tag = 'ca' and name = 'Terres Australs Franceses';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TF' and lang_tag = 'es' and name = 'Territorios australes franceses';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TF' and lang_tag = 'fr' and name = 'Terres Australes Françaises';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TG' and lang_tag = 'ca' and name = 'Togo';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TG' and lang_tag = 'es' and name = 'Togo';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TG' and lang_tag = 'fr' and name = 'Togo';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TH' and lang_tag = 'ca' and name = 'Tailàndia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TH' and lang_tag = 'es' and name = 'Tailandia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TH' and lang_tag = 'fr' and name = 'Thailande';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TJ' and lang_tag = 'ca' and name = 'Tadjikistan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TJ' and lang_tag = 'es' and name = 'Tayikistán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TJ' and lang_tag = 'fr' and name = 'Tajikistan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TK' and lang_tag = 'ca' and name = 'Tokelau';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TK' and lang_tag = 'es' and name = 'Tokelau';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TK' and lang_tag = 'fr' and name = 'Tokelau';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TL' and lang_tag = 'ca' and name = 'Timor Oriental';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TL' and lang_tag = 'es' and name = 'Timor Oriental';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TL' and lang_tag = 'fr' and name = 'Timor-Leste';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TM' and lang_tag = 'ca' and name = 'Turkmenistan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TM' and lang_tag = 'es' and name = 'Turkmenistán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TM' and lang_tag = 'fr' and name = 'Turkménistan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TN' and lang_tag = 'ca' and name = 'Tunísia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TN' and lang_tag = 'es' and name = 'Túnez';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TN' and lang_tag = 'fr' and name = 'Tunisie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TO' and lang_tag = 'ca' and name = 'Tonga';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TO' and lang_tag = 'es' and name = 'Tonga';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TO' and lang_tag = 'fr' and name = 'Tonga';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TR' and lang_tag = 'ca' and name = 'Turquia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TR' and lang_tag = 'es' and name = 'Turquía';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TR' and lang_tag = 'fr' and name = 'Turquie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TT' and lang_tag = 'ca' and name = 'Trinitat i Tobago';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TT' and lang_tag = 'es' and name = 'Trinidad y Tobago';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TT' and lang_tag = 'fr' and name = 'Trinité-et-Tobago';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TV' and lang_tag = 'ca' and name = 'Tuvalu';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TV' and lang_tag = 'es' and name = 'Tuvalu';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TV' and lang_tag = 'fr' and name = 'Tuvalu';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TW' and lang_tag = 'ca' and name = 'Taiwan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TW' and lang_tag = 'es' and name = 'Taiwán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TW' and lang_tag = 'fr' and name = 'Taiwan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TZ' and lang_tag = 'ca' and name = 'Tanzània';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TZ' and lang_tag = 'es' and name = 'Tanzania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'TZ' and lang_tag = 'fr' and name = 'Tanzanie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UA' and lang_tag = 'ca' and name = 'Ucraïna';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UA' and lang_tag = 'es' and name = 'Ucrania';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UA' and lang_tag = 'fr' and name = 'Ukraine';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UG' and lang_tag = 'ca' and name = 'Uganda';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UG' and lang_tag = 'es' and name = 'Uganda';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UG' and lang_tag = 'fr' and name = 'Uganda';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UM' and lang_tag = 'ca' and name = 'Illes d’Ultramar Menors dels Estats Units';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UM' and lang_tag = 'es' and name = 'Islas de ultramar menores de Estados Unidos (EEUU)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UM' and lang_tag = 'fr' and name = 'Îles Mineures éloignées des États-Unis';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'US' and lang_tag = 'ca' and name = 'Estats Units (US)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'US' and lang_tag = 'es' and name = 'Estados Unidos (EEUU)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'US' and lang_tag = 'fr' and name = 'Etats-Unis (USA)';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UY' and lang_tag = 'ca' and name = 'Uruguai';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UY' and lang_tag = 'es' and name = 'Uruguay';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UY' and lang_tag = 'fr' and name = 'Uruguay';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UZ' and lang_tag = 'ca' and name = 'Uzbekistan';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UZ' and lang_tag = 'es' and name = 'Uzbekistán';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'UZ' and lang_tag = 'fr' and name = 'Uzbekistan';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VA' and lang_tag = 'ca' and name = 'Vaticà';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VA' and lang_tag = 'es' and name = 'Ciudad del Vaticano';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VA' and lang_tag = 'fr' and name = 'Vatican';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VC' and lang_tag = 'ca' and name = 'Saint Vincent i les Grenadines';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VC' and lang_tag = 'es' and name = 'San Vicente y las Granadinas';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VC' and lang_tag = 'fr' and name = 'Saint-Vincent-et-les-Grenadines';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VE' and lang_tag = 'ca' and name = 'Veneçuela';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VE' and lang_tag = 'es' and name = 'Venezuela';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VE' and lang_tag = 'fr' and name = 'Venezuela';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VG' and lang_tag = 'ca' and name = 'Illes Verges (Britàniques)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VG' and lang_tag = 'es' and name = 'Islas Vírgenes (Británicas)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VG' and lang_tag = 'fr' and name = 'Virgin Islands (British)';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VI' and lang_tag = 'ca' and name = 'Illes Verges (EUA)';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VI' and lang_tag = 'es' and name = 'Islas Vírgenes (EEUU)';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VI' and lang_tag = 'fr' and name = 'Virgin Islands (US)';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VN' and lang_tag = 'ca' and name = 'Vietnam';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VN' and lang_tag = 'es' and name = 'Vietnam';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VN' and lang_tag = 'fr' and name = 'Vietnam';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VU' and lang_tag = 'ca' and name = 'Vanuatu';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VU' and lang_tag = 'es' and name = 'Vanuatu';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'VU' and lang_tag = 'fr' and name = 'Vanuatu';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'WF' and lang_tag = 'ca' and name = 'Wallis i Futuna';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'WF' and lang_tag = 'es' and name = 'Wallis y Futuna';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'WF' and lang_tag = 'fr' and name = 'Wallis et Futuna';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'WS' and lang_tag = 'ca' and name = 'Samoa';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'WS' and lang_tag = 'es' and name = 'Samoa';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'WS' and lang_tag = 'fr' and name = 'Samoa';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'YE' and lang_tag = 'ca' and name = 'Iemen';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'YE' and lang_tag = 'es' and name = 'Yemen';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'YE' and lang_tag = 'fr' and name = 'Yemen';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'YT' and lang_tag = 'ca' and name = 'Mayotte';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'YT' and lang_tag = 'es' and name = 'Mayotte';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'YT' and lang_tag = 'fr' and name = 'Mayotte';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZA' and lang_tag = 'ca' and name = 'Sud-àfrica';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZA' and lang_tag = 'es' and name = 'Sudáfrica';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZA' and lang_tag = 'fr' and name = 'Afrique du Sud';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZM' and lang_tag = 'ca' and name = 'Zàmbia';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZM' and lang_tag = 'es' and name = 'Zambia';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZM' and lang_tag = 'fr' and name = 'Zambie';
|
2023-07-29 02:25:56 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZW' and lang_tag = 'ca' and name = 'Zimbàbue';
|
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZW' and lang_tag = 'es' and name = 'Zimbabue';
|
2023-12-18 20:22:35 +00:00
|
|
|
|
select 1 / count(*) from country_i18n where country_code = 'ZW' and lang_tag = 'fr' and name = 'Zimbabwe';
|
|
|
|
|
|
2023-07-29 02:25:56 +00:00
|
|
|
|
|
|
|
|
|
rollback;
|