Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing TLDs to util.c
  • Loading branch information
Alfred Daw authored and youknowone committed Jun 4, 2013
1 parent 914d8d4 commit 8c0145b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/common/util.c
Expand Up @@ -852,6 +852,7 @@ static const domain_t domain[] =
{"AC", N_("Ascension Island") }, {"AC", N_("Ascension Island") },
{"AD", N_("Andorra") }, {"AD", N_("Andorra") },
{"AE", N_("United Arab Emirates") }, {"AE", N_("United Arab Emirates") },
{"AERO", N_("Aviation-Related Fields") },
{"AF", N_("Afghanistan") }, {"AF", N_("Afghanistan") },
{"AG", N_("Antigua and Barbuda") }, {"AG", N_("Antigua and Barbuda") },
{"AI", N_("Anguilla") }, {"AI", N_("Anguilla") },
Expand All @@ -863,6 +864,7 @@ static const domain_t domain[] =
{"AR", N_("Argentina") }, {"AR", N_("Argentina") },
{"ARPA", N_("Reverse DNS") }, {"ARPA", N_("Reverse DNS") },
{"AS", N_("American Samoa") }, {"AS", N_("American Samoa") },
{"ASIA", N_("Asia-Pacific Region") },
{"AT", N_("Austria") }, {"AT", N_("Austria") },
{"ATO", N_("Nato Fiel") }, {"ATO", N_("Nato Fiel") },
{"AU", N_("Australia") }, {"AU", N_("Australia") },
Expand Down Expand Up @@ -890,6 +892,7 @@ static const domain_t domain[] =
{"BY", N_("Belarus") }, {"BY", N_("Belarus") },
{"BZ", N_("Belize") }, {"BZ", N_("Belize") },
{"CA", N_("Canada") }, {"CA", N_("Canada") },
{"CAT", N_("Catalan") },
{"CC", N_("Cocos Islands") }, {"CC", N_("Cocos Islands") },
{"CD", N_("Democratic Republic of Congo") }, {"CD", N_("Democratic Republic of Congo") },
{"CF", N_("Central African Republic") }, {"CF", N_("Central African Republic") },
Expand All @@ -902,13 +905,15 @@ static const domain_t domain[] =
{"CN", N_("China") }, {"CN", N_("China") },
{"CO", N_("Colombia") }, {"CO", N_("Colombia") },
{"COM", N_("Internic Commercial") }, {"COM", N_("Internic Commercial") },
{"COOP", N_("Cooperatives") },
{"CR", N_("Costa Rica") }, {"CR", N_("Costa Rica") },
{"CS", N_("Serbia and Montenegro") }, {"CS", N_("Serbia and Montenegro") },
{"CU", N_("Cuba") }, {"CU", N_("Cuba") },
{"CV", N_("Cape Verde") }, {"CV", N_("Cape Verde") },
{"CX", N_("Christmas Island") }, {"CX", N_("Christmas Island") },
{"CY", N_("Cyprus") }, {"CY", N_("Cyprus") },
{"CZ", N_("Czech Republic") }, {"CZ", N_("Czech Republic") },
{"DD", N_("East Germany") },
{"DE", N_("Germany") }, {"DE", N_("Germany") },
{"DJ", N_("Djibouti") }, {"DJ", N_("Djibouti") },
{"DK", N_("Denmark") }, {"DK", N_("Denmark") },
Expand Down Expand Up @@ -971,6 +976,7 @@ static const domain_t domain[] =
{"JE", N_("Jersey") }, {"JE", N_("Jersey") },
{"JM", N_("Jamaica") }, {"JM", N_("Jamaica") },
{"JO", N_("Jordan") }, {"JO", N_("Jordan") },
{"JOBS", N_("Company Jobs") },
{"JP", N_("Japan") }, {"JP", N_("Japan") },
{"KE", N_("Kenya") }, {"KE", N_("Kenya") },
{"KG", N_("Kyrgyzstan") }, {"KG", N_("Kyrgyzstan") },
Expand All @@ -997,6 +1003,7 @@ static const domain_t domain[] =
{"MA", N_("Morocco") }, {"MA", N_("Morocco") },
{"MC", N_("Monaco") }, {"MC", N_("Monaco") },
{"MD", N_("Moldova") }, {"MD", N_("Moldova") },
{"ME", N_("Montenegro") },
{"MED", N_("United States Medical") }, {"MED", N_("United States Medical") },
{"MG", N_("Madagascar") }, {"MG", N_("Madagascar") },
{"MH", N_("Marshall Islands") }, {"MH", N_("Marshall Islands") },
Expand All @@ -1006,18 +1013,21 @@ static const domain_t domain[] =
{"MM", N_("Myanmar") }, {"MM", N_("Myanmar") },
{"MN", N_("Mongolia") }, {"MN", N_("Mongolia") },
{"MO", N_("Macau") }, {"MO", N_("Macau") },
{"MOBI", N_("Mobile Devices") },
{"MP", N_("Northern Mariana Islands") }, {"MP", N_("Northern Mariana Islands") },
{"MQ", N_("Martinique") }, {"MQ", N_("Martinique") },
{"MR", N_("Mauritania") }, {"MR", N_("Mauritania") },
{"MS", N_("Montserrat") }, {"MS", N_("Montserrat") },
{"MT", N_("Malta") }, {"MT", N_("Malta") },
{"MU", N_("Mauritius") }, {"MU", N_("Mauritius") },
{"MUSEUM", N_("Museums") },
{"MV", N_("Maldives") }, {"MV", N_("Maldives") },
{"MW", N_("Malawi") }, {"MW", N_("Malawi") },
{"MX", N_("Mexico") }, {"MX", N_("Mexico") },
{"MY", N_("Malaysia") }, {"MY", N_("Malaysia") },
{"MZ", N_("Mozambique") }, {"MZ", N_("Mozambique") },
{"NA", N_("Namibia") }, {"NA", N_("Namibia") },
{"NAME", N_("Individual's Names") },
{"NC", N_("New Caledonia") }, {"NC", N_("New Caledonia") },
{"NE", N_("Niger") }, {"NE", N_("Niger") },
{"NET", N_("Internic Network") }, {"NET", N_("Internic Network") },
Expand All @@ -1042,6 +1052,7 @@ static const domain_t domain[] =
{"PM", N_("St. Pierre and Miquelon") }, {"PM", N_("St. Pierre and Miquelon") },
{"PN", N_("Pitcairn") }, {"PN", N_("Pitcairn") },
{"PR", N_("Puerto Rico") }, {"PR", N_("Puerto Rico") },
{"PRO", N_("Professions") },
{"PS", N_("Palestinian Territory") }, {"PS", N_("Palestinian Territory") },
{"PT", N_("Portugal") }, {"PT", N_("Portugal") },
{"PW", N_("Palau") }, {"PW", N_("Palau") },
Expand All @@ -1050,6 +1061,7 @@ static const domain_t domain[] =
{"RE", N_("Reunion") }, {"RE", N_("Reunion") },
{"RO", N_("Romania") }, {"RO", N_("Romania") },
{"RPA", N_("Old School ARPAnet") }, {"RPA", N_("Old School ARPAnet") },
{"RS", N_("Serbia") },
{"RU", N_("Russian Federation") }, {"RU", N_("Russian Federation") },
{"RW", N_("Rwanda") }, {"RW", N_("Rwanda") },
{"SA", N_("Saudi Arabia") }, {"SA", N_("Saudi Arabia") },
Expand All @@ -1067,13 +1079,15 @@ static const domain_t domain[] =
{"SN", N_("Senegal") }, {"SN", N_("Senegal") },
{"SO", N_("Somalia") }, {"SO", N_("Somalia") },
{"SR", N_("Suriname") }, {"SR", N_("Suriname") },
{"SS", N_("South Sudan") },
{"ST", N_("Sao Tome and Principe") }, {"ST", N_("Sao Tome and Principe") },
{"SU", N_("Former USSR") }, {"SU", N_("Former USSR") },
{"SV", N_("El Salvador") }, {"SV", N_("El Salvador") },
{"SY", N_("Syria") }, {"SY", N_("Syria") },
{"SZ", N_("Swaziland") }, {"SZ", N_("Swaziland") },
{"TC", N_("Turks and Caicos Islands") }, {"TC", N_("Turks and Caicos Islands") },
{"TD", N_("Chad") }, {"TD", N_("Chad") },
{"TEL", N_("Internet Communication Services") },
{"TF", N_("French Southern Territories") }, {"TF", N_("French Southern Territories") },
{"TG", N_("Togo") }, {"TG", N_("Togo") },
{"TH", N_("Thailand") }, {"TH", N_("Thailand") },
Expand All @@ -1085,6 +1099,7 @@ static const domain_t domain[] =
{"TO", N_("Tonga") }, {"TO", N_("Tonga") },
{"TP", N_("East Timor") }, {"TP", N_("East Timor") },
{"TR", N_("Turkey") }, {"TR", N_("Turkey") },
{"TRAVEL", N_("Travel and Tourism") },
{"TT", N_("Trinidad and Tobago") }, {"TT", N_("Trinidad and Tobago") },
{"TV", N_("Tuvalu") }, {"TV", N_("Tuvalu") },
{"TW", N_("Taiwan") }, {"TW", N_("Taiwan") },
Expand All @@ -1104,6 +1119,7 @@ static const domain_t domain[] =
{"VU", N_("Vanuatu") }, {"VU", N_("Vanuatu") },
{"WF", N_("Wallis and Futuna Islands") }, {"WF", N_("Wallis and Futuna Islands") },
{"WS", N_("Samoa") }, {"WS", N_("Samoa") },
{"XXX", N_("Adult Entertainment") },
{"YE", N_("Yemen") }, {"YE", N_("Yemen") },
{"YT", N_("Mayotte") }, {"YT", N_("Mayotte") },
{"YU", N_("Yugoslavia") }, {"YU", N_("Yugoslavia") },
Expand Down

0 comments on commit 8c0145b

Please sign in to comment.