summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair McKinstry <mckinstry@debian.org>2004-02-22 18:59:20 +0000
committerAlastair McKinstry <mckinstry@debian.org>2004-02-22 18:59:20 +0000
commit45f7f93b8a1ca4eb07df007d1f06cb1ddb8f97ad (patch)
treef0e281e6fc537ef4028872e7b13f742424717630
parent3330c3350522315d1ee77a616a1b771746363408 (diff)
downloadiso-codes-45f7f93b8a1ca4eb07df007d1f06cb1ddb8f97ad.tar.gz
Initial revisioniso-codes-0.24
-rw-r--r--iso_3166/iso_3166_1/Makefile37
-rw-r--r--iso_3166/iso_3166_1/af.po701
-rw-r--r--iso_3166/iso_3166_1/ar.po988
-rw-r--r--iso_3166/iso_3166_1/az.po1027
-rw-r--r--iso_3166/iso_3166_1/bg.po1028
-rw-r--r--iso_3166/iso_3166_1/br.po998
-rw-r--r--iso_3166/iso_3166_1/bs.po1028
-rw-r--r--iso_3166/iso_3166_1/ca.po1027
-rw-r--r--iso_3166/iso_3166_1/cs.po1028
-rw-r--r--iso_3166/iso_3166_1/da.po1026
-rw-r--r--iso_3166/iso_3166_1/de.po1012
-rw-r--r--iso_3166/iso_3166_1/el.po1032
-rw-r--r--iso_3166/iso_3166_1/eo.po1017
-rw-r--r--iso_3166/iso_3166_1/es.po1028
-rw-r--r--iso_3166/iso_3166_1/et.po994
-rw-r--r--iso_3166/iso_3166_1/eu.po1028
-rw-r--r--iso_3166/iso_3166_1/fa.po956
-rw-r--r--iso_3166/iso_3166_1/fi.po995
-rw-r--r--iso_3166/iso_3166_1/fr.po1027
-rw-r--r--iso_3166/iso_3166_1/ga.po1123
-rw-r--r--iso_3166/iso_3166_1/gl.po994
-rw-r--r--iso_3166/iso_3166_1/he.po994
-rw-r--r--iso_3166/iso_3166_1/hr.po1001
-rw-r--r--iso_3166/iso_3166_1/hu.po1028
-rw-r--r--iso_3166/iso_3166_1/id.po1027
-rw-r--r--iso_3166/iso_3166_1/is.po994
-rw-r--r--iso_3166/iso_3166_1/it.po1005
-rw-r--r--iso_3166/iso_3166_1/ja.po994
-rw-r--r--iso_3166/iso_3166_1/ko.po1003
-rw-r--r--iso_3166/iso_3166_1/lt.po995
-rw-r--r--iso_3166/iso_3166_1/lv.po978
-rw-r--r--iso_3166/iso_3166_1/mi.po994
-rw-r--r--iso_3166/iso_3166_1/mk.po994
-rw-r--r--iso_3166/iso_3166_1/mn.po1007
-rw-r--r--iso_3166/iso_3166_1/mt.po994
-rw-r--r--iso_3166/iso_3166_1/nb.po993
-rw-r--r--iso_3166/iso_3166_1/nl.po994
-rw-r--r--iso_3166/iso_3166_1/no.po1028
-rw-r--r--iso_3166/iso_3166_1/nso.po1015
-rw-r--r--iso_3166/iso_3166_1/oc.po994
-rw-r--r--iso_3166/iso_3166_1/pl.po995
-rw-r--r--iso_3166/iso_3166_1/pt.po995
-rw-r--r--iso_3166/iso_3166_1/pt_BR.po995
-rw-r--r--iso_3166/iso_3166_1/ro.po989
-rw-r--r--iso_3166/iso_3166_1/ru.po996
-rw-r--r--iso_3166/iso_3166_1/sk.po1028
-rw-r--r--iso_3166/iso_3166_1/sl.po1027
-rw-r--r--iso_3166/iso_3166_1/sr.po993
-rw-r--r--iso_3166/iso_3166_1/sv.po993
-rw-r--r--iso_3166/iso_3166_1/ta.po996
-rw-r--r--iso_3166/iso_3166_1/th.po994
-rw-r--r--iso_3166/iso_3166_1/tr.po1030
-rw-r--r--iso_3166/iso_3166_1/uk.po1290
-rw-r--r--iso_3166/iso_3166_1/ven.po1014
-rw-r--r--iso_3166/iso_3166_1/vi.po987
-rw-r--r--iso_3166/iso_3166_1/wa.po938
-rw-r--r--iso_3166/iso_3166_1/xh.po995
-rw-r--r--iso_3166/iso_3166_1/zh_CN.po994
-rw-r--r--iso_3166/iso_3166_1/zh_TW.po994
-rw-r--r--iso_3166/iso_3166_1/zu.po825
60 files changed, 59194 insertions, 0 deletions
diff --git a/iso_3166/iso_3166_1/Makefile b/iso_3166/iso_3166_1/Makefile
new file mode 100644
index 00000000..a650fb8f
--- /dev/null
+++ b/iso_3166/iso_3166_1/Makefile
@@ -0,0 +1,37 @@
+# Makefile to build ISO_3166 translation files
+#
+# Copyright (C) 2003,2004 Alastair McKinstry <mckinstry@computer.org>
+# Released under the GNU Public License; see file COPYING for details
+
+PREFIX=/usr
+
+MO_FILES = $(patsubst %.po,%.mo, $(wildcard *.po))
+TARGETS=$(patsubst %,${INSTALL_DIR}/%, ${MO_FILES})
+INSTALL=install -m 644
+MKDIR_P=mkdir -p
+destdir=${PREFIX}/share/locale
+
+
+all: ${MO_FILES}
+
+install: all
+ for d in ${MO_FILES} ; do \
+ lang=`basename $$d | sed 's/.mo$$//' ` ; \
+ dir=${destdir}/$$lang/LC_MESSAGES ; \
+ ${MKDIR_P} $$dir ; \
+ ${INSTALL} $$d $$dir/iso_3166_1.mo ; \
+ done
+
+iso_3166_1.h: ../iso_3166_1.tab
+ ( cut -f1,4 ../iso_3166_1.tab | ../../tab2h.pl 1 2 - | grep -v N_\(\"\"\) > iso_3166_1.h )
+
+${MO_FILES}: iso_3166_1.h
+
+%.pot: %.h
+ xgettext --extract-all --output $@ --from-code=UTF-8 --add-comments $<
+
+%.mo: %.po
+ msgfmt --verbose --check $< -o $@
+
+clean:
+ rm -f *~ *.mo iso_*.h
diff --git a/iso_3166/iso_3166_1/af.po b/iso_3166/iso_3166_1/af.po
new file mode 100644
index 00000000..d935c20c
--- /dev/null
+++ b/iso_3166/iso_3166_1/af.po
@@ -0,0 +1,701 @@
+# Afrikaans translations of ISO 3166 place names
+# Formal country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE desktop.po:
+# Frikkie Thirion <frix@engineer.com>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 14:20+0000\n"
+"Last-Translator: Frikkie Thirion <frix@engineer.com>\n"
+"Language-Team: Afrikaans <af@lia.org.za>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+
+# AL
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+# AD
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+msgid "Republic of Angola"
+msgstr ""
+
+# AR
+msgid "Argentine Republic"
+msgstr ""
+
+# AM
+msgid "Republic of Armenia"
+msgstr ""
+
+# AT
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+msgid "Republic of Azerbaijan"
+msgstr ""
+
+# BS
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+# BY
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+msgid "Kingdom of Belgium"
+msgstr ""
+
+# BJ
+msgid "Republic of Benin"
+msgstr ""
+
+# BT
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+msgid "Republic of Bolivia"
+msgstr ""
+
+# BW
+msgid "Republic of Botswana"
+msgstr ""
+
+# BR
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+# BG
+msgid "Republic of Bulgaria"
+msgstr ""
+
+# BI
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+msgid "Republic of Cameroon"
+msgstr ""
+
+# CV
+msgid "Republic of Cape Verde"
+msgstr ""
+
+# TD
+msgid "Republic of Chad"
+msgstr ""
+
+# CL
+msgid "Republic of Chile"
+msgstr ""
+
+# CN
+msgid "People's Republic of China"
+msgstr ""
+
+# CO
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+# CR
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+msgid "Republic of Cuba"
+msgstr ""
+
+# CY
+msgid "Republic of Cyprus"
+msgstr ""
+
+# CZ
+msgid "Czech Republic"
+msgstr ""
+
+# DK
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+# TL
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+msgid "Arab Republic of Egypt"
+msgstr ""
+
+# SV
+msgid "Republic of El Salvador"
+msgstr ""
+
+# GQ
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+# EE
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+# FJ
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+msgid "French Republic"
+msgstr ""
+
+# GA
+msgid "Gabonese Republic"
+msgstr ""
+
+# GM
+msgid "Republic of the Gambia"
+msgstr ""
+
+# DE
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+msgid "Republic of Ghana"
+msgstr ""
+
+# GR
+msgid "Hellenic Republic"
+msgstr ""
+
+# GT
+msgid "Republic of Guatemala"
+msgstr ""
+
+# GN
+msgid "Republic of Guinea"
+msgstr ""
+
+# GW
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+msgid "Republic of Guyana"
+msgstr ""
+
+# HT
+msgid "Republic of Haiti"
+msgstr ""
+
+# HN
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+msgid "Republic of India"
+msgstr ""
+
+# ID
+msgid "Republic of Indonesia"
+msgstr ""
+
+# IR
+msgid "Islamic Republic of Iran"
+msgstr ""
+
+# IQ
+msgid "Republic of Iraq"
+msgstr ""
+
+# IL
+msgid "State of Israel"
+msgstr ""
+
+# IT
+msgid "Italian Republic"
+msgstr ""
+
+# JO
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+msgid "Republic of Kenya"
+msgstr ""
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+msgid "Republic of Korea"
+msgstr ""
+
+# KW
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+msgid "Kyrgyz Republic"
+msgstr ""
+
+# LA
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+msgid "Republic of Latvia"
+msgstr ""
+
+# LB
+msgid "Lebanese Republic"
+msgstr ""
+
+# LS
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+msgid "Republic of Lithuania"
+msgstr ""
+
+# LU
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+msgid "Republic of Malawi"
+msgstr ""
+
+# MV
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+msgid "Republic of Mali"
+msgstr ""
+
+# MT
+msgid "Republic of Malta"
+msgstr ""
+
+# MH
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+# MR
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+msgid "Republic of Mauritius"
+msgstr ""
+
+# MX
+msgid "United Mexican States"
+msgstr ""
+
+# FM
+msgid "Federated States of Micronesia"
+msgstr ""
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+msgid "Principality of Monaco"
+msgstr ""
+
+# MA
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+msgid "Republic of Nauru"
+msgstr ""
+
+# NP
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+# NI
+msgid "Republic of Nicaragua"
+msgstr ""
+
+# NE
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+msgid "Federal Republic of Nigeria"
+msgstr ""
+
+# NU
+msgid "Republic of Niue"
+msgstr ""
+
+# MP
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+msgid "Republic of Palau"
+msgstr ""
+
+# PS
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+msgid "Republic of Panama"
+msgstr ""
+
+# PY
+msgid "Republic of Paraguay"
+msgstr "paraguaai"
+
+# PE
+msgid "Republic of Peru"
+msgstr ""
+
+# PH
+msgid "Republic of the Philippines"
+msgstr ""
+
+# PL
+msgid "Republic of Poland"
+msgstr ""
+
+# PT
+msgid "Portuguese Republic"
+msgstr ""
+
+# QA
+msgid "State of Qatar"
+msgstr ""
+
+# RW
+msgid "Rwandese Republic"
+msgstr ""
+
+# WS
+msgid "Independent State of Samoa"
+msgstr ""
+
+# SM
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+msgid "Slovak Republic"
+msgstr ""
+
+# SI
+msgid "Republic of Slovenia"
+msgstr ""
+
+# SO
+msgid "Somali Republic"
+msgstr ""
+
+# ZA
+msgid "Republic of South Africa"
+msgstr ""
+
+# ES
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+msgid "Kingdom of Swaziland"
+msgstr ""
+
+# SE
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+msgid "Swiss Confederation"
+msgstr ""
+
+# TW
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+msgid "Republic of Tajikistan"
+msgstr ""
+
+# TZ
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+msgid "Togolese Republic"
+msgstr ""
+
+# TO
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+msgid "Republic of Turkey"
+msgstr ""
+
+# UG
+msgid "Republic of Uganda"
+msgstr ""
+
+# GB
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+msgid "United States of America"
+msgstr "vereenigde state van amerika"
+
+# UM
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+msgid "Bolivarian Republic of Venezuela"
+msgstr ""
+
+# VN
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+# YE
+msgid "Republic of Yemen"
+msgstr ""
+
+# YU
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+msgid "Republic of Zambia"
+msgstr ""
+
+# ZW
+msgid "Republic of Zimbabwe"
+msgstr ""
+
diff --git a/iso_3166/iso_3166_1/ar.po b/iso_3166/iso_3166_1/ar.po
new file mode 100644
index 00000000..e6f86ac9
--- /dev/null
+++ b/iso_3166/iso_3166_1/ar.po
@@ -0,0 +1,988 @@
+# Arabic translations of ISO-3166 element names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations taken from KDE desktop.mo
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-04 19:54+0000\n"
+"Last-Translator: Mohammad Gamal <f2c2001@yahoo.com>\n"
+"Language-Team: Arabic <support@arabeyes.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+#: iso-3166-1.h:23
+#, f:1,$100uzzy
+msgid "Republic of Angola"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+#.
+# AR
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "جمهورية الدومينيكان"
+
+# AM
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+#: iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+#: iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "أذربيجان"
+
+# BS
+#: iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+#: iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+#: iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+#: iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+#: iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+#: iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "جمهورية الدومينيكان"
+
+#.
+# BT
+#: iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+#: iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+#: iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+#: iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+#: iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+#: iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+#: iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+#: iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+#: iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+#: iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "جمهورية الدومينيكان"
+
+# CL
+#: iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "جمهورية الدومينيكان"
+
+# CN
+#: iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+# CO
+#: iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+#: iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+#: iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+#: iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+#: iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+#: iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+#: iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+#: iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "جمهورية الدومينيكان"
+
+# CY
+#: iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "جمهورية الدومينيكان"
+
+# CZ
+#: iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "جمهورية الدومينيكان"
+
+# DK
+#: iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+#: iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+#: iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+#: iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+#: iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+#: iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "جمهورية الدومينيكان"
+
+# SV
+#: iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "السلفادور"
+
+# GQ
+#: iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+#: iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+#: iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+#: iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+#: iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+#: iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+#.
+# GA
+#: iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "جمهورية الدومينيكان"
+
+# GM
+#: iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+#: iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+#: iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "جمهورية الدومينيكان"
+
+#.
+# GR
+#: iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+#.
+#.
+# GT
+#: iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "غواتيمالا"
+
+# GN
+#: iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "جمهورية الدومينيكان"
+
+# GW
+#: iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+#: iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "جمهورية الدومينيكان"
+
+# HT
+#: iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+# HN
+#: iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+#: iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+#: iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+#: iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+#: iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "جمهورية الدومينيكان"
+
+# ID
+#: iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "إندونيسيا"
+
+# IR
+#: iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "جمهورية الدومينيكان"
+
+# IQ
+#: iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "جمهورية الدومينيكان"
+
+#.
+# IL
+#: iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+#: iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+# JO
+#: iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+#: iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+#: iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "جمهورية الدومينيكان"
+
+# KI
+#: iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+#: iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+#: iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "جمهورية الدومينيكان"
+
+# KW
+#: iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+#: iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "جمهورية الدومينيكان"
+
+# LA
+#: iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+#: iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "جمهورية الدومينيكان"
+
+# LB
+#: iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "جمهورية الدومينيكان"
+
+# LS
+#: iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+#: iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+#: iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+#: iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+#: iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "ليتوانيا"
+
+# LU
+#: iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+#: iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+#: iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+#: iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+#: iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "جمهورية الدومينيكان"
+
+#.
+# MV
+#: iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+#: iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "جمهورية الدومينيكان"
+
+# MT
+#: iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "جمهورية الدومينيكان"
+
+# MH
+#: iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+#: iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+#: iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+#: iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "الولايات المتحدة الأمريكية"
+
+# FM
+#: iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "الولايات المتحدة الأمريكية"
+
+# MD
+#: iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+#: iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+#: iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+#: iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+#: iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "بنما"
+
+# NA
+#: iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+#: iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "جمهورية الدومينيكان"
+
+# NP
+#: iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+#: iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+#: iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "باراغواي"
+
+# NE
+#: iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+#: iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "جمهورية الدومينيكان"
+
+# NU
+#: iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "جمهورية الدومينيكان"
+
+#.
+# MP
+#: iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+#: iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+#: iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+#: iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+#: iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "جمهورية الدومينيكان"
+
+# PS
+#: iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+#: iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "جمهورية الدومينيكان"
+
+#.
+# PY
+#: iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "باراغواي"
+
+# PE
+#: iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "جمهورية الدومينيكان"
+
+# PH
+#: iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+#: iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "جمهورية الدومينيكان"
+
+# PT
+#: iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "جمهورية الدومينيكان"
+
+#.
+# QA
+#: iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+#: iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+#: iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "الولايات المتحدة الأمريكية"
+
+# SM
+#: iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+#: iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+#: iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+#: iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+#: iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+#: iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+#: iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+#: iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "جمهورية الدومينيكان"
+
+# SI
+#: iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+#: iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "جمهورية الدومينيكان"
+
+# ZA
+#: iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "جنوب أفريقيا"
+
+#.
+# ES
+#: iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+#: iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+#: iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+#: iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+#: iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+#: iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "تايلاند"
+
+# SE
+#: iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+#: iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+#: iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+#: iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "تايوان"
+
+# TZ
+#: iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+#: iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+#: iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "جمهورية الدومينيكان"
+
+#.
+# TO
+#: iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+#: iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "ترينيداد و توباغو"
+
+# TN
+#: iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+#: iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+#.
+# UG
+#: iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "جمهورية الدومينيكان"
+
+#.
+#.
+# GB
+#: iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+#: iso-3166-1.h:395
+msgid "United States of America"
+msgstr "الولايات المتحدة الأمريكية"
+
+# UM
+#: iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "الولايات المتحدة الأمريكية"
+
+# UY
+#: iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+#: iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+#: iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+#: iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "جمهورية الدومينيكان"
+
+# VN
+#: iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+#: iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+#: iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+#: iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "جمهورية الدومينيكان"
+
+# YU
+#: iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+#: iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "جمهورية الدومينيكان"
+
+# ZW
+#: iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/az.po b/iso_3166/iso_3166_1/az.po
new file mode 100644
index 00000000..a09d5eac
--- /dev/null
+++ b/iso_3166/iso_3166_1/az.po
@@ -0,0 +1,1027 @@
+# Azerbaijani translations of ISO-3166 names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+# (Translations from drakfw)
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-11-13 14:28GMT+0200\n"
+"Last-Translator: Vasif İsmayıloğlu MD <azerb_linux@hotmail.com>\n"
+"Language-Team: Azerbaijani Turkic <linuxaz@azerimail.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.5\n"
+
+#. AL
+#: iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+#. DZ
+#: iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Lao Xalq Demokratik Respublikası"
+
+#.
+#. AD
+#: iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+#. AO
+#: iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Koreya, Respublika"
+
+#.
+#.
+#.
+#. AR
+#: iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikan Respublikası"
+
+#. AM
+#: iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+#. AT
+#: iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+#. AZ
+#: iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azərbaycan"
+
+#. BS
+#: iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+#. BH
+#: iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+#. BD
+#: iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+#. BY
+#: iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+#. BE
+#: iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+#. BJ
+#: iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Koreya, Respublika"
+
+#.
+#. BT
+#: iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+#. BO
+#: iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+#. BW
+#: iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+#. BR
+#: iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+#. BG
+#: iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+#. BI
+#: iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+#. KH
+#: iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+#. CM
+#: iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+#. CV
+#: iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Keyp Verde"
+
+#.
+#.
+#. TD
+#: iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Koreya, Respublika"
+
+#. CL
+#: iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Koreya, Respublika"
+
+#. CN
+#: iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Koreya, Respublika"
+
+#.
+#.
+#. CO
+#: iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "Kolumbiya Rayonu"
+
+#. KM
+#: iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+#. CG
+#: iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+#. CD
+#: iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Lao Xalq Demokratik Respublikası"
+
+#.
+#. CR
+#: iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Kosta Rika"
+
+#. CI
+#: iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Kot Divuar"
+
+#. HR
+#: iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+#. CU
+#: iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Koreya, Respublika"
+
+#. CY
+#: iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Koreya, Respublika"
+
+#. CZ
+#: iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Çex Respublikası"
+
+#. DK
+#: iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+#. DJ
+#: iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+#. DM
+#: iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+#. TL
+#: iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Lao Xalq Demokratik Respublikası"
+
+#. EC
+#: iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+#. EG
+#: iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Koreya, Respublika"
+
+#. SV
+#: iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Elsalvador"
+
+#. GQ
+#: iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekvatorial Qvineya"
+
+#.
+#. EE
+#: iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+#. ET
+#: iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Lao Xalq Demokratik Respublikası"
+
+#.
+#.
+#. FJ
+#: iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+#. FI
+#: iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+#. FR
+#: iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Çex Respublikası"
+
+#.
+#.
+#.
+#. GA
+#: iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Çex Respublikası"
+
+#. GM
+#: iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+#. DE
+#: iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+#. GH
+#: iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Koreya, Respublika"
+
+#.
+#. GR
+#: iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Çex Respublikası"
+
+#.
+#.
+#.
+#.
+#. GT
+#: iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Quatemala"
+
+#. GN
+#: iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Koreya, Respublika"
+
+#. GW
+#: iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Qvineya Bissau"
+
+#. GY
+#: iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Koreya, Respublika"
+
+#. HT
+#: iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Koreya, Respublika"
+
+#.
+#.
+#. HN
+#: iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+#. HK
+#: iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+#. HU
+#: iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+#. IS
+#: iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+#. IN
+#: iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Koreya, Respublika"
+
+#. ID
+#: iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "İndoneziya"
+
+#. IR
+#: iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "İran (İslam respublikası)"
+
+#. IQ
+#: iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Koreya, Respublika"
+
+#.
+#. IL
+#: iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+#. IT
+#: iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Mərkəzi Afrika Respublikası"
+
+#.
+#.
+#. JO
+#: iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+#. KZ
+#: iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+#. KE
+#: iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Koreya, Respublika"
+
+#. KI
+#: iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+#. KP
+#: iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Koreya, Demokratık Xalq Respublikası"
+
+#. KR
+#: iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Koreya, Respublika"
+
+#. KW
+#: iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+#. KG
+#: iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Çex Respublikası"
+
+#. LA
+#: iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Lao Xalq Demokratik Respublikası"
+
+#. LV
+#: iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Koreya, Respublika"
+
+#. LB
+#: iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Çex Respublikası"
+
+#. LS
+#: iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+#. LR
+#: iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+#. LY
+#: iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libiya Ərəb Cəmahiri"
+
+#. LI
+#: iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Lixtenşteyn"
+
+#. LT
+#: iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litvaniya"
+
+#. LU
+#: iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+#. MO
+#: iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+#. MK
+#: iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+#. MG
+#: iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madaqaskar"
+
+#. MW
+#: iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Koreya, Respublika"
+
+#.
+#. MV
+#: iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+#. ML
+#: iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Koreya, Respublika"
+
+#. MT
+#: iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Koreya, Respublika"
+
+#. MH
+#: iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marşal Adaları"
+
+#.
+#. MR
+#: iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "İran (İslam respublikası)"
+
+#. MU
+#: iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+#. MX
+#: iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Birləşmiş Ştatlar"
+
+#. FM
+#: iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Birləşmiş Ştatlar"
+
+#. MD
+#: iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+#. MC
+#: iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+#. MA
+#: iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+#. MZ
+#: iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambiq"
+
+#. MM
+#: iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+#. NA
+#: iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+#. NR
+#: iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Koreya, Respublika"
+
+#. NP
+#: iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+#. NL
+#: iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+#. NI
+#: iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nikaraqua"
+
+#. NE
+#: iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+#. NG
+#: iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Koreya, Respublika"
+
+#. NU
+#: iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Koreya, Respublika"
+
+#.
+#. MP
+#: iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Şimali Marian Adaları"
+
+#. NO
+#: iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+#. OM
+#: iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+#. PK
+#: iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "İran (İslam respublikası)"
+
+#. PW
+#: iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Koreya, Respublika"
+
+#. PS
+#: iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+#. PA
+#: iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Koreya, Respublika"
+
+#.
+#. PY
+#: iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraqvay"
+
+#. PE
+#: iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Koreya, Respublika"
+
+#. PH
+#: iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+#. PL
+#: iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Koreya, Respublika"
+
+#. PT
+#: iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Koreya, Respublika"
+
+#.
+#. QA
+#: iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+#. RW
+#: iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Çex Respublikası"
+
+#.
+#.
+#.
+#.
+#.
+#. WS
+#: iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Birləşmiş Ştatlar"
+
+#. SM
+#: iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+#. ST
+#: iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome və Prinsip"
+
+#. SA
+#: iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Səudiyyə Ərəbistan"
+
+#. SN
+#: iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+#. SC
+#: iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seyşel"
+
+#. SL
+#: iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Siera Lione"
+
+#. SG
+#: iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Sinqapur"
+
+#. SK
+#: iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Koreya, Respublika"
+
+#. SI
+#: iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+#. SO
+#: iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikan Respublikası"
+
+#. ZA
+#: iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Cənubi Afrika"
+
+#.
+#. ES
+#: iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+#. LK
+#: iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Koreya, Demokratık Xalq Respublikası"
+
+#. SD
+#: iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+#. SR
+#: iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+#. SJ
+#: iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard və Jan Mayen Adaları"
+
+#. SZ
+#: iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Svaziland"
+
+#. SE
+#: iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+#. CH
+#: iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Rusiya Federasiyası"
+
+#.
+#. TW
+#: iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Tayvan, Çin Respublikası"
+
+#. TJ
+#: iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tacikistan"
+
+#. TZ
+#: iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzaniya, Birləşmiş Respublika"
+
+#. TH
+#: iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+#. TG
+#: iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Çex Respublikası"
+
+#.
+#. TO
+#: iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+#. TT
+#: iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad və Tobaqo"
+
+#. TN
+#: iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+#. TR
+#: iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Koreya, Respublika"
+
+#.
+#.
+#.
+#. UG
+#: iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Koreya, Respublika"
+
+#.
+#.
+#. GB
+#: iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+#. US
+#: iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Birləşmiş Ştatlar"
+
+#. UM
+#: iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Birləşmiş Ştatlar yanı Kiçik Adalar"
+
+#. UY
+#: iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+#. UZ
+#: iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Özbəkistan"
+
+#. VU
+#: iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+#. VE
+#: iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Koreya, Respublika"
+
+#. VN
+#: iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+#. VG
+#: iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Vircin Adaları"
+
+#. VI
+#: iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Virgin Adaları (Britaniya)"
+
+#.
+#.
+#. YE
+#: iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Koreya, Respublika"
+
+#. YU
+#: iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+#. ZM
+#: iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Koreya, Respublika"
+
+#. ZW
+#: iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/bg.po b/iso_3166/iso_3166_1/bg.po
new file mode 100644
index 00000000..8127c2c6
--- /dev/null
+++ b/iso_3166/iso_3166_1/bg.po
@@ -0,0 +1,1028 @@
+# Bulgarian translations of ISO 3166 Country names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Georgi Georgiev <assenov_g@operamail.com>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-14 15:07-0200\n"
+"Last-Translator: Georgi Georgiev <assenov_g@operamail.com>\n"
+"Language-Team: BULGARIAN <bg@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#. AF
+#. AL
+#: iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+#. DZ
+#: iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Лаос, Народна Демократична Република"
+
+#.
+#. AD
+#: iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+#. AO
+#: iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Корея, Република"
+
+#.
+#.
+#.
+#. AR
+#: iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Доминиканска Република"
+
+#. AM
+#: iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+#. AT
+#: iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+#. AZ
+#: iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Азербайджан"
+
+#. BS
+#: iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+#. BH
+#: iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+#. BD
+#: iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+#. BY
+#: iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+#. BE
+#: iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+#. BJ
+#: iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Корея, Република"
+
+#.
+#. BT
+#: iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+#. BO
+#: iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+#. BW
+#: iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+#. BR
+#: iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+#. BG
+#: iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+#. BI
+#: iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+#. KH
+#: iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+#. CM
+#: iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+#. CV
+#: iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Капо Верде"
+
+#.
+#.
+#. TD
+#: iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Корея, Република"
+
+#. CL
+#: iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Корея, Република"
+
+#. CN
+#: iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Корея, Република"
+
+#.
+#.
+#. CO
+#: iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "Окръг Колумбия"
+
+#. KM
+#: iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+#. CG
+#: iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+#. CD
+#: iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Лаос, Народна Демократична Република"
+
+#.
+#. CR
+#: iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Коста Рика"
+
+#. CI
+#: iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Кот д'ивоар"
+
+#. HR
+#: iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+#. CU
+#: iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Корея, Република"
+
+#. CY
+#: iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Корея, Република"
+
+#. CZ
+#: iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Чешка Република"
+
+#. DK
+#: iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+#. DJ
+#: iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+#. DM
+#: iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+#. TL
+#: iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Лаос, Народна Демократична Република"
+
+#. EC
+#: iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+#. EG
+#: iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Корея, Република"
+
+#. SV
+#: iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Ел Салвадор"
+
+#. GQ
+#: iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Екваториална Гвинея"
+
+#.
+#. EE
+#: iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+#. ET
+#: iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Лаос, Народна Демократична Република"
+
+#.
+#.
+#. FJ
+#: iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+#. FI
+#: iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+#. FR
+#: iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Чешка Република"
+
+#.
+#.
+#.
+#. GA
+#: iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Чешка Република"
+
+#. GM
+#: iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+#. DE
+#: iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+#. GH
+#: iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Корея, Република"
+
+#.
+#. GR
+#: iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Чешка Република"
+
+#.
+#.
+#.
+#.
+#. GT
+#: iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Гватемала"
+
+#. GN
+#: iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Корея, Република"
+
+#. GW
+#: iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Гвинея-Бисау"
+
+#. GY
+#: iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Корея, Република"
+
+#. HT
+#: iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Корея, Република"
+
+#.
+#.
+#. HN
+#: iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+#. HK
+#: iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+#. HU
+#: iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+#. IS
+#: iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+#. IN
+#: iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Корея, Република"
+
+#. ID
+#: iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Индонезия"
+
+#. IR
+#: iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Иран (Ислямска Република)"
+
+#. IQ
+#: iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Корея, Република"
+
+#.
+#. IL
+#: iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+#. IT
+#: iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Централноафриканска Република"
+
+#.
+#.
+#. JO
+#: iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+#. KZ
+#: iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+#. KE
+#: iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Корея, Република"
+
+#. KI
+#: iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+#. KP
+#: iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Корея, Демократична Народна Република"
+
+#. KR
+#: iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Корея, Република"
+
+#. KW
+#: iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+#. KG
+#: iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Чешка Република"
+
+#. LA
+#: iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Лаос, Народна Демократична Република"
+
+#. LV
+#: iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Корея, Република"
+
+#. LB
+#: iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Чешка Република"
+
+#. LS
+#: iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+#. LR
+#: iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+#. LY
+#: iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Либийска Арабска Джамахирия"
+
+#. LI
+#: iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Лихтенщайн"
+
+#. LT
+#: iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Литва"
+
+#. LU
+#: iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+#. MO
+#: iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+#. MK
+#: iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+#. MG
+#: iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Мадагаскар"
+
+#. MW
+#: iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Корея, Република"
+
+#.
+#. MV
+#: iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+#. ML
+#: iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Корея, Република"
+
+#. MT
+#: iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Корея, Република"
+
+#. MH
+#: iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Маршалови Острови"
+
+#.
+#. MR
+#: iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Иран (Ислямска Република)"
+
+#. MU
+#: iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+#. MX
+#: iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "САЩ"
+
+#. FM
+#: iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "САЩ"
+
+#. MD
+#: iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+#. MC
+#: iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+#. MA
+#: iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+#. MZ
+#: iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Мозамбик"
+
+#. MM
+#: iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Мианмар"
+
+#. NA
+#: iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+#. NR
+#: iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Корея, Република"
+
+#. NP
+#: iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+#. NL
+#: iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+#. NI
+#: iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Никарагуа"
+
+#. NE
+#: iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+#. NG
+#: iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Корея, Република"
+
+#. NU
+#: iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Корея, Република"
+
+#.
+#. MP
+#: iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Северни Марианови Острови"
+
+#. NO
+#: iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+#. OM
+#: iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+#. PK
+#: iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Иран (Ислямска Република)"
+
+#. PW
+#: iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Корея, Република"
+
+#. PS
+#: iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+#. PA
+#: iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Корея, Република"
+
+#.
+#. PY
+#: iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Парагвай"
+
+#. PE
+#: iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Корея, Република"
+
+#. PH
+#: iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+#. PL
+#: iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Корея, Република"
+
+#. PT
+#: iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Корея, Република"
+
+#.
+#. QA
+#: iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+#. RW
+#: iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Чешка Република"
+
+#.
+#.
+#.
+#.
+#.
+#. WS
+#: iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "САЩ"
+
+#. SM
+#: iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "Сан Марино"
+
+#. ST
+#: iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Сао Томе и Принсипи"
+
+#. SA
+#: iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Саудитска Арабия"
+
+#. SN
+#: iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+#. SC
+#: iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Сейшели"
+
+#. SL
+#: iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Сиера Леоне"
+
+#. SG
+#: iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Сингапур"
+
+#. SK
+#: iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Корея, Република"
+
+#. SI
+#: iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+#. SO
+#: iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Доминиканска Република"
+
+#. ZA
+#: iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Южна Африка"
+
+#.
+#. ES
+#: iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+#. LK
+#: iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Корея, Демократична Народна Република"
+
+#. SD
+#: iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+#. SR
+#: iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+#. SJ
+#: iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Свалбард и Ян Майен Острови"
+
+#. SZ
+#: iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Свазиленд"
+
+#. SE
+#: iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+#. CH
+#: iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Руска Федерация"
+
+#.
+#. TW
+#: iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Тайван, Китайска Република"
+
+#. TJ
+#: iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Таджикистан"
+
+#. TZ
+#: iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Танзания, Обединена Република"
+
+#. TH
+#: iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+#. TG
+#: iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Чешка Република"
+
+#.
+#. TO
+#: iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+#. TT
+#: iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Тринидад и Тобаго"
+
+#. TN
+#: iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+#. TR
+#: iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Корея, Република"
+
+#.
+#.
+#.
+#. UG
+#: iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Корея, Република"
+
+#.
+#.
+#. GB
+#: iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+#. US
+#: iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "САЩ"
+
+#. UM
+#: iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Малки Острови по крайбрежието на САЩ"
+
+#. UY
+#: iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+#. UZ
+#: iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Узбекистан"
+
+#. VU
+#: iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+#. VE
+#: iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Корея, Република"
+
+#. VN
+#: iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+#. VG
+#: iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Вирджински Острови"
+
+#. VI
+#: iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Вирджински Острови (Британски)"
+
+#.
+#.
+#. YE
+#: iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Корея, Република"
+
+#. YU
+#: iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+#. ZM
+#: iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Корея, Република"
+
+#. ZW
+#: iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/br.po b/iso_3166/iso_3166_1/br.po
new file mode 100644
index 00000000..668a7633
--- /dev/null
+++ b/iso_3166/iso_3166_1/br.po
@@ -0,0 +1,998 @@
+# Breton translation of ISO 3166 Place names.
+# Formal country names
+# Copyright (C) 2002 Free Software Foundation, Inc.
+# Alastair McKinstry, <mckinstry@computer.org>, 2002.
+# Translations from KDE Desktop.po:
+# Jañ-Mai Drapier <jan-mai.drapier@mail.dotcom.fr>, 1998.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 09:55+0000\n"
+"Last-Translator: Jañ-Mai Drapier <jan-mai.drapierj@mail.dotcom.fr>\n"
+"Language-Team: Brezhoneg <ofisk.bzh@wanadoo.fr>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. AL
+#: iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+#. DZ
+#: iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+#. AD
+#: iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+#. AO
+#: iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#.
+#. AR
+#: iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Republik Dominikan"
+
+#. AM
+#: iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+#. AT
+#: iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+#. AZ
+#: iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Turkeg"
+
+#. BS
+#: iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+#. BH
+#: iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+#. BD
+#: iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+#. BY
+#: iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+#. BE
+#: iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+#. BJ
+#: iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Republik Dominikan"
+
+#.
+#. BT
+#: iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+#. BO
+#: iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+#. BW
+#: iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+#. BR
+#: iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+#. BG
+#: iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+#. BI
+#: iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+#. KH
+#: iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+#. CM
+#: iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+#. CV
+#: iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+#. TD
+#: iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Republik Dominikan"
+
+#. CL
+#: iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Republik Dominikan"
+
+#. CN
+#: iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#. CO
+#: iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+#. KM
+#: iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+#. CG
+#: iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+#. CD
+#: iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+#. CR
+#: iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+#. CI
+#: iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+#. HR
+#: iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+#. CU
+#: iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Republik Dominikan"
+
+#. CY
+#: iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Republik Dominikan"
+
+#. CZ
+#: iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Republik Dominikan"
+
+#. DK
+#: iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+#. DJ
+#: iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+#. DM
+#: iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+#. TL
+#: iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+#. EC
+#: iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+#. EG
+#: iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Republik Dominikan"
+
+#. SV
+#: iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Salvador"
+
+#. GQ
+#: iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+#. EE
+#: iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+#. ET
+#: iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+#. FJ
+#: iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+#. FI
+#: iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+#. FR
+#: iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#.
+#. GA
+#: iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Republik Dominikan"
+
+#. GM
+#: iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+#. DE
+#: iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+#. GH
+#: iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Republik Dominikan"
+
+#.
+#. GR
+#: iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#.
+#.
+#. GT
+#: iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+#. GN
+#: iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Republik Dominikan"
+
+#. GW
+#: iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+#. GY
+#: iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Republik Dominikan"
+
+#. HT
+#: iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#. HN
+#: iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+#. HK
+#: iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+#. HU
+#: iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+#. IS
+#: iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+#. IN
+#: iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Republik Dominikan"
+
+#. ID
+#: iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Arlunioù"
+
+#. IR
+#: iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Republik Dominikan"
+
+#. IQ
+#: iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Republik Dominikan"
+
+#.
+#. IL
+#: iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+#. IT
+#: iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#. JO
+#: iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+#. KZ
+#: iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+#. KE
+#: iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Republik Dominikan"
+
+#. KI
+#: iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+#. KP
+#: iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+#. KR
+#: iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Republik Dominikan"
+
+#. KW
+#: iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+#. KG
+#: iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Republik Dominikan"
+
+#. LA
+#: iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+#. LV
+#: iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Republik Dominikan"
+
+#. LB
+#: iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Republik Dominikan"
+
+#. LS
+#: iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+#. LR
+#: iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+#. LY
+#: iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+#. LI
+#: iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+#. LT
+#: iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituaneg"
+
+#. LU
+#: iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+#. MO
+#: iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+#. MK
+#: iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+#. MG
+#: iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+#. MW
+#: iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Republik Dominikan"
+
+#.
+#. MV
+#: iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+#. ML
+#: iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Republik Dominikan"
+
+#. MT
+#: iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Republik Dominikan"
+
+#. MH
+#: iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+#. MR
+#: iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+#. MU
+#: iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+#. MX
+#: iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Stadoù-Unanet Amerika"
+
+#. FM
+#: iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Stadoù-Unanet Amerika"
+
+#. MD
+#: iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+#. MC
+#: iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+#. MA
+#: iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+#. MZ
+#: iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+#. MM
+#: iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+#. NA
+#: iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+#. NR
+#: iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Republik Dominikan"
+
+#. NP
+#: iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+#. NL
+#: iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+#. NI
+#: iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguay"
+
+#. NE
+#: iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+#. NG
+#: iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Republik Dominikan"
+
+#. NU
+#: iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Republik Dominikan"
+
+#.
+#. MP
+#: iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+#. NO
+#: iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+#. OM
+#: iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+#. PK
+#: iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+#. PW
+#: iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Republik Dominikan"
+
+#. PS
+#: iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+#. PA
+#: iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Republik Dominikan"
+
+#.
+#. PY
+#: iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+#. PE
+#: iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Republik Dominikan"
+
+#. PH
+#: iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+#. PL
+#: iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Republik Dominikan"
+
+#. PT
+#: iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Republik Dominikan"
+
+#.
+#. QA
+#: iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+#. RW
+#: iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#.
+#.
+#.
+#. WS
+#: iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Stadoù-Unanet Amerika"
+
+#. SM
+#: iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+#. ST
+#: iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+#. SA
+#: iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+#. SN
+#: iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+#. SC
+#: iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+#. SL
+#: iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+#. SG
+#: iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+#. SK
+#: iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Republik Dominikan"
+
+#. SI
+#: iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+#. SO
+#: iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Republik Dominikan"
+
+#. ZA
+#: iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Suafrika"
+
+#.
+#. ES
+#: iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+#. LK
+#: iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+#. SD
+#: iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+#. SR
+#: iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+#. SJ
+#: iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+#. SZ
+#: iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Thailand"
+
+#. SE
+#: iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+#. CH
+#: iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+#. TW
+#: iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+#. TJ
+#: iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+#. TZ
+#: iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+#. TH
+#: iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+#. TG
+#: iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Republik Dominikan"
+
+#.
+#. TO
+#: iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+#. TT
+#: iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad ha Tobago"
+
+#. TN
+#: iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+#. TR
+#: iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#.
+#. UG
+#: iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Republik Dominikan"
+
+#.
+#.
+#. GB
+#: iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+#. US
+#: iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Stadoù-Unanet Amerika"
+
+#. UM
+#: iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Stadoù-Unanet Amerika"
+
+#. UY
+#: iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+#. UZ
+#: iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+#. VU
+#: iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+#. VE
+#: iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Republik Dominikan"
+
+#. VN
+#: iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+#. VG
+#: iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+#. VI
+#: iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+#. YE
+#: iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Republik Dominikan"
+
+#. YU
+#: iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+#. ZM
+#: iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Republik Dominikan"
+
+#. ZW
+#: iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
+
+#~ msgid "Antigua and Barbuda"
+#~ msgstr "Antigua ha Barbuda"
+
diff --git a/iso_3166/iso_3166_1/bs.po b/iso_3166/iso_3166_1/bs.po
new file mode 100644
index 00000000..f2cc0657
--- /dev/null
+++ b/iso_3166/iso_3166_1/bs.po
@@ -0,0 +1,1028 @@
+# Bosnian translations of ISO-3166 element names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Vedran Ljubovic <vljubovic@smartnet.ba>, 2001
+# (translations from drakfw).
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-14 12:03GMT\n"
+"Last-Translator: Vedran Ljubovic <vljubovic@smartnet.ba>\n"
+"Language-Team: Bosnian <prijevodi@lugbih.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.5\n"
+
+#. AL
+#: iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+#. DZ
+#: iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Lao Narodna Demokratska Republika"
+
+#.
+#. AD
+#: iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+#. AO
+#: iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Koreja, Republika"
+
+#.
+#.
+#.
+#. AR
+#: iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanska Republika"
+
+#. AM
+#: iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+#. AT
+#: iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+#. AZ
+#: iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbejdžan"
+
+#. BS
+#: iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+#. BH
+#: iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+#. BD
+#: iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+#. BY
+#: iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+#. BE
+#: iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+#. BJ
+#: iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Koreja, Republika"
+
+#.
+#. BT
+#: iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+#. BO
+#: iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+#. BW
+#: iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+#. BR
+#: iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+#. BG
+#: iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+#. BI
+#: iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+#. KH
+#: iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+#. CM
+#: iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+#. CV
+#: iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Zelenortsko otočje"
+
+#.
+#.
+#. TD
+#: iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Koreja, Republika"
+
+#. CL
+#: iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Koreja, Republika"
+
+#. CN
+#: iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Koreja, Republika"
+
+#.
+#.
+#. CO
+#: iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "District of Columbia"
+
+#. KM
+#: iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+#. CG
+#: iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+#. CD
+#: iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Lao Narodna Demokratska Republika"
+
+#.
+#. CR
+#: iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Kostarika"
+
+#. CI
+#: iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Obala Slonovače"
+
+#. HR
+#: iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+#. CU
+#: iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Koreja, Republika"
+
+#. CY
+#: iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Koreja, Republika"
+
+#. CZ
+#: iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Češka Republika"
+
+#. DK
+#: iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+#. DJ
+#: iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+#. DM
+#: iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+#. TL
+#: iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Lao Narodna Demokratska Republika"
+
+#. EC
+#: iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+#. EG
+#: iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Koreja, Republika"
+
+#. SV
+#: iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+#. GQ
+#: iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekvatorijalna Gvineja"
+
+#.
+#. EE
+#: iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+#. ET
+#: iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Lao Narodna Demokratska Republika"
+
+#.
+#.
+#. FJ
+#: iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+#. FI
+#: iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+#. FR
+#: iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Češka Republika"
+
+#.
+#.
+#.
+#. GA
+#: iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Češka Republika"
+
+#. GM
+#: iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+#. DE
+#: iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+#. GH
+#: iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Koreja, Republika"
+
+#.
+#. GR
+#: iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Češka Republika"
+
+#.
+#.
+#.
+#.
+#. GT
+#: iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Gvatemala"
+
+#. GN
+#: iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Koreja, Republika"
+
+#. GW
+#: iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Gvineja Bisau"
+
+#. GY
+#: iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Koreja, Republika"
+
+#. HT
+#: iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Koreja, Republika"
+
+#.
+#.
+#. HN
+#: iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+#. HK
+#: iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+#. HU
+#: iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+#. IS
+#: iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+#. IN
+#: iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Koreja, Republika"
+
+#. ID
+#: iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonezija"
+
+#. IR
+#: iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran (Islamska Republika)"
+
+#. IQ
+#: iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Koreja, Republika"
+
+#.
+#. IL
+#: iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+#. IT
+#: iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Centralnoafrička Republika"
+
+#.
+#.
+#. JO
+#: iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+#. KZ
+#: iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+#. KE
+#: iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Koreja, Republika"
+
+#. KI
+#: iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+#. KP
+#: iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Koreja, Demokratska Narodna Republika"
+
+#. KR
+#: iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Koreja, Republika"
+
+#. KW
+#: iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+#. KG
+#: iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Češka Republika"
+
+#. LA
+#: iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Lao Narodna Demokratska Republika"
+
+#. LV
+#: iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Koreja, Republika"
+
+#. LB
+#: iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Češka Republika"
+
+#. LS
+#: iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+#. LR
+#: iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+#. LY
+#: iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libijska Arapska Džamahirija"
+
+#. LI
+#: iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Lihtenštajn"
+
+#. LT
+#: iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litvanija"
+
+#. LU
+#: iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+#. MO
+#: iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+#. MK
+#: iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+#. MG
+#: iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+#. MW
+#: iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Koreja, Republika"
+
+#.
+#. MV
+#: iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+#. ML
+#: iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Koreja, Republika"
+
+#. MT
+#: iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Koreja, Republika"
+
+#. MH
+#: iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Maršalova ostrva"
+
+#.
+#. MR
+#: iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran (Islamska Republika)"
+
+#. MU
+#: iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+#. MX
+#: iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "SAD"
+
+#. FM
+#: iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "SAD"
+
+#. MD
+#: iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+#. MC
+#: iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+#. MA
+#: iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+#. MZ
+#: iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambik"
+
+#. MM
+#: iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+#. NA
+#: iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+#. NR
+#: iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Koreja, Republika"
+
+#. NP
+#: iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+#. NL
+#: iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+#. NI
+#: iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nikaragva"
+
+#. NE
+#: iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+#. NG
+#: iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Koreja, Republika"
+
+#. NU
+#: iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Koreja, Republika"
+
+#.
+#. MP
+#: iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Sjeverna Marijanska ostrva"
+
+#. NO
+#: iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+#. OM
+#: iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+#. PK
+#: iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran (Islamska Republika)"
+
+#. PW
+#: iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Koreja, Republika"
+
+#. PS
+#: iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+#. PA
+#: iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Koreja, Republika"
+
+#.
+#. PY
+#: iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragvaj"
+
+#. PE
+#: iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Koreja, Republika"
+
+#. PH
+#: iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+#. PL
+#: iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Koreja, Republika"
+
+#. PT
+#: iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Koreja, Republika"
+
+#.
+#. QA
+#: iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+#. RW
+#: iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Češka Republika"
+
+#.
+#.
+#.
+#.
+#.
+#. WS
+#: iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "SAD"
+
+#. SM
+#: iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+#. ST
+#: iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome i Principe"
+
+#. SA
+#: iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudijska Arabija"
+
+#. SN
+#: iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+#. SC
+#: iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Sejšelsko otočje"
+
+#. SL
+#: iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+#. SG
+#: iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapur"
+
+#. SK
+#: iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Koreja, Republika"
+
+#. SI
+#: iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+#. SO
+#: iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanska Republika"
+
+#. ZA
+#: iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Južna Afrika"
+
+#.
+#. ES
+#: iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+#. LK
+#: iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Koreja, Demokratska Narodna Republika"
+
+#. SD
+#: iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+#. SR
+#: iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+#. SJ
+#: iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard and Jan Mayen ostrva"
+
+#. SZ
+#: iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Svazilend"
+
+#. SE
+#: iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+#. CH
+#: iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Ruska Federacija"
+
+#.
+#. TW
+#: iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Tajvan, Kineska Republika"
+
+#. TJ
+#: iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tadžikistan"
+
+#. TZ
+#: iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzanija, Ujedinjena Republika"
+
+#. TH
+#: iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+#. TG
+#: iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Češka Republika"
+
+#.
+#. TO
+#: iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+#. TT
+#: iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad i Tobago"
+
+#. TN
+#: iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+#. TR
+#: iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Koreja, Republika"
+
+#.
+#.
+#.
+#. UG
+#: iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Koreja, Republika"
+
+#.
+#.
+#. GB
+#: iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+#. US
+#: iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "SAD"
+
+#. UM
+#: iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "United States Minor Outlying Islands"
+
+#. UY
+#: iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+#. UZ
+#: iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+#. VU
+#: iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+#. VE
+#: iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Koreja, Republika"
+
+#. VN
+#: iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+#. VG
+#: iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Virgin Islands"
+
+#. VI
+#: iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Djevičansko otočje (Britansko)"
+
+#.
+#.
+#. YE
+#: iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Koreja, Republika"
+
+#. YU
+#: iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+#. ZM
+#: iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Koreja, Republika"
+
+#. ZW
+#: iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/ca.po b/iso_3166/iso_3166_1/ca.po
new file mode 100644
index 00000000..0d96a325
--- /dev/null
+++ b/iso_3166/iso_3166_1/ca.po
@@ -0,0 +1,1027 @@
+# Translation of ISO 3166 names to Catalan.
+# Formal country names
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Softcatalà <info@softcatala.org>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-24 21:46+0200\n"
+"Last-Translator: Softcatalà <traddrake@softcatala.org>\n"
+"Language-Team: Catalan <info@softcatala.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Laos"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Corea, República de "
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "República Dominicana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaitjan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Corea, República de "
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cap Verd"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Corea, República de "
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Corea, República de "
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Corea, República de "
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "Disricte de Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Laos"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Costa d'Ivori"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Corea, República de "
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Corea, República de "
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "República Txeca"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Laos"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Corea, República de "
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Guinea Equatorial"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Laos"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "República Txeca"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "República Txeca"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Corea, República de "
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "República Txeca"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Corea, República de "
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Corea, República de "
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Corea, República de "
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Corea, República de "
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonèsia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Corea, República de "
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "República Centrefricana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Corea, República de "
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Corea, República Democràtica Popular de"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Corea, República de "
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "República Txeca"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Laos"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Corea, República de "
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "República Txeca"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Líbia"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituània"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagascar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Corea, República de "
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Corea, República de "
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Corea, República de "
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Illes Marshall"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Estats Units"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Estats Units"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Moçambic"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Corea, República de "
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Corea, República de "
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Corea, República de "
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Illes Marianes del Nord"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Corea, República de "
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Corea, República de "
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguai"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Corea, República de "
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Corea, República de "
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Corea, República de "
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "República Txeca"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Estats Units"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome i Príncipe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Aràbia Saudita"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapur"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Corea, República de "
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "República Dominicana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Sud-àfrica"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Corea, República Democràtica Popular de"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Illes Svalbard i Jan Mayen"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swazilàndia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Rússia"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tadjikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzània"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "República Txeca"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinitat i Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Corea, República de "
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Corea, República de "
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Estats Units"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Illes Perifèriques Menors dels EUA"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Corea, República de "
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Illes Verge"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Illes Verge Britàniques"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Corea, República de "
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Corea, República de "
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/cs.po b/iso_3166/iso_3166_1/cs.po
new file mode 100644
index 00000000..8c9799f1
--- /dev/null
+++ b/iso_3166/iso_3166_1/cs.po
@@ -0,0 +1,1028 @@
+# Czech translations of ISO-3166 names
+# Formal country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Radek Vybíral <Radek.Vybiral@vsb.cz>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-24 17:55GMT+0200\n"
+"Last-Translator: Radek Vybíral <Radek.Vybiral@vsb.cz>\n"
+"Language-Team: Czech <cs@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+"X-Generator: KBabel 0.9.5\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Lao People's Democratic Republic"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Korea, Republic of"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominican Republic"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Korea, Republic of"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cape Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Korea, Republic of"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Korea, Republic of"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Korea, Republic of"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "District of Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Lao People's Democratic Republic"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Cote d'Ivoire"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Korea, Republic of"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Korea, Republic of"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Czech Republic"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Lao People's Democratic Republic"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Korea, Republic of"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Equatorial Guinea"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Lao People's Democratic Republic"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Czech Republic"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Korea, Republic of"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Korea, Republic of"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Korea, Republic of"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Korea, Republic of"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Korea, Republic of"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran (Islamic Republic of)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Korea, Republic of"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Central African Republic"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Korea, Republic of"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Korea, Democratic People's Republic of"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Korea, Republic of"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Czech Republic"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Lao People's Democratic Republic"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Korea, Republic of"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Czech Republic"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libyan Arab Jamahiriya"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lithuania"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagascar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Korea, Republic of"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Korea, Republic of"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Korea, Republic of"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshall Islands"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran (Islamic Republic of)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "United States"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "United States"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Korea, Republic of"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Korea, Republic of"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Korea, Republic of"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Northern Mariana Islands"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran (Islamic Republic of)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Korea, Republic of"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Korea, Republic of"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Korea, Republic of"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Korea, Republic of"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Korea, Republic of"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "United States"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome and Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudi Arabia"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapore"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Korea, Republic of"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominican Republic"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "South Africa"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Korea, Democratic People's Republic of"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard and Jan Mayen Islands"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Russian Federation"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan, Republic of China"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzania, United Republic of"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Czech Republic"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad and Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Korea, Republic of"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Korea, Republic of"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "United States"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "United States Minor Outlying Islands"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Korea, Republic of"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Virgin Islands"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Virgin Islands (British)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Korea, Republic of"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Korea, Republic of"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/da.po b/iso_3166/iso_3166_1/da.po
new file mode 100644
index 00000000..3fa39d00
--- /dev/null
+++ b/iso_3166/iso_3166_1/da.po
@@ -0,0 +1,1026 @@
+# Danish translations of ISO-3166 names
+# Formal country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Keld Simonsen <keld@dkuug.dk>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-11-23 22:24+0100\n"
+"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
+"Language-Team: Danish <dansk@klid.dk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Laos"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Sydkorea"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanske Republik"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbajdsjan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Sydkorea"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Kap Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Sydkorea"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Sydkorea"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Sydkorea"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "District of Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Laos"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Elfenbenskysten"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Sydkorea"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Sydkorea"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Tjekkiet"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Laos"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Sydkorea"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ækvatorialguinea"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Laos"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Tjekkiet"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Tjekkiet"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Sydkorea"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Tjekkiet"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Sydkorea"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Sydkorea"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Sydkorea"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Sydkorea"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesien"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran (Den islamiske republik)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Sydkorea"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Centralafrikanske Republik"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Sydkorea"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Nordkorea"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Sydkorea"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Tjekkiet"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Laos"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Sydkorea"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Tjekkiet"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libyen"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litauen"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Sydkorea"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Sydkorea"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Sydkorea"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshalløerne"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran (Den islamiske republik)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "USA"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "USA"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mocambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Sydkorea"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Sydkorea"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Sydkorea"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Nordmarianerne"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran (Den islamiske republik)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Sydkorea"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Sydkorea"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Sydkorea"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Sydkorea"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Sydkorea"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Tjekkiet"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "USA"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "São Tomé og Príncipe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudi-Arabien"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychellerne"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapore"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Sydkorea"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanske Republik"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Sydafrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Nordkorea"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard og Jan Mayen øerne"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Russiske føderation"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan, Kinesisk Republik"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tadsjikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzania"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Tjekkiet"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad og Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Sydkorea"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Sydkorea"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "USA"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Fjerne, mindre øer, USA"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Sydkorea"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Jomfruøerne"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Jomfruøerne (britiske)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Sydkorea"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Sydkorea"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/de.po b/iso_3166/iso_3166_1/de.po
new file mode 100644
index 00000000..4634b192
--- /dev/null
+++ b/iso_3166/iso_3166_1/de.po
@@ -0,0 +1,1012 @@
+# German translations for ISO-3166 names
+# Formal country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Stefan Siegel <siegel@mandrakesoft.com>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-24 11:42+0200\n"
+"Last-Translator: Stefan Siegel <siegel@mandrakesoft.com>\n"
+"Language-Team: German <cooker-i18n@linux-mandrake.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Laos, Volksrepublik"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Korea, Republik"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanische Republik"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Aserbaidschan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Korea, Republik"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Kap Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Korea, Republik"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Korea, Republik"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Korea, Republik"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Laos, Volksrepublik"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Korea, Republik"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Korea, Republik"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Tschechien"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Laos, Volksrepublik"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Korea, Republik"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Laos, Volksrepublik"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Tschechien"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Tschechien"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Korea, Republik"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Tschechien"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Korea, Republik"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Korea, Republik"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Korea, Republik"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Korea, Republik"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesien"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Korea, Republik"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Zentralafrika"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Korea, Republik"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Korea, Demokratische Volksrepublik"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Korea, Republik"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Tschechien"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Laos, Volksrepublik"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Korea, Republik"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Tschechien"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litauen"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Korea, Republik"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Korea, Republik"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Korea, Republik"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Vereinigte Staaten von Amerika"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Vereinigte Staaten von Amerika"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mosambik"
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Korea, Republik"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Korea, Republik"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Korea, Republik"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Korea, Republik"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Korea, Republik"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Korea, Republik"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Korea, Republik"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Korea, Republik"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Tschechien"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Vereinigte Staaten von Amerika"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudi Arabien"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychellen"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapur"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Korea, Republik"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanische Republik"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Südafrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Korea, Demokratische Volksrepublik"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+msgid "Kingdom of Swaziland"
+msgstr ""
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Russland"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan, VR China"
+
+# TJ
+# iso-3166-1.h:369
+msgid "Republic of Tajikistan"
+msgstr ""
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tansania"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Tschechien"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Korea, Republik"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Korea, Republik"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Vereinigte Staaten von Amerika"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Usbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Korea, Republik"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Korea, Republik"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Korea, Republik"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/el.po b/iso_3166/iso_3166_1/el.po
new file mode 100644
index 00000000..a6066224
--- /dev/null
+++ b/iso_3166/iso_3166_1/el.po
@@ -0,0 +1,1032 @@
+# translation of el.po to Greek
+# Greek translation of ISO-3166 element names.
+# Official country names
+# Copyright (C) 2001,2003, 2004 Free Software Foundation, Inc.
+# Panayotis Pakos <aeikineton@yahoo.com>
+# translation of country names (from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+# Konstantinos Margaritis <markos@debian.org>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: el\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2004-01-18 14:28EEST\n"
+"Last-Translator: Konstantinos Margaritis <markos@debian.org>\n"
+"Language-Team: Greek <i18n@hellug.gr>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.0.2\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr "Δημοκρατία της Αλβανίας"
+
+# DZ
+# iso-3166-1.h:18
+# fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Λαϊκη Δημοκρατία της Αλγερίας"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr "Πριγκιπάτο της Ανδόρας"
+
+# AO
+# iso-3166-1.h:23
+# fuzzy
+msgid "Republic of Angola"
+msgstr "Δημοκρατία της Αγκόλα"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+# fuzzy
+msgid "Argentine Republic"
+msgstr "Δημοκρατία της Αργεντινής"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr "Δημοκρατία της Αρμενίας"
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr "Δημοκρατία της Αυστρίας"
+
+# AZ
+# iso-3166-1.h:36
+# fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Δημοκρατία του Αζερμπαϊτζάν"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr "Κοινοπολιτεία των Μπαχαμών"
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr "Βασίλειο του Μπαχρέιν"
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr "Λαϊκή Δημοκρατία του Μπαγκλαντές"
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr "Δημοκρατία της Λευκορωσίας"
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr "Βασίλειο του Βελγίου"
+
+#.
+# BJ
+# iso-3166-1.h:50
+# fuzzy
+msgid "Republic of Benin"
+msgstr "Δημοκρατία του Μπενίν"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr "Βασίλειο του Μπουτάν"
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr "Δημοκρατία της Βολιβίας"
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr "Δημοκρατία της Μποτσουάνας"
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr "Ομόσπονδη Δημοκρατία της Βραζιλίας"
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr "Δημοκρατία της Βουλγαρίας"
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr "Δημοκρατία του Μπουρούντι"
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr "Βασίλειο της Καμπόντζης"
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr "Δημοκρατία του Καμερούν"
+
+#.
+# CV
+# iso-3166-1.h:75
+# fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Δημοκρατία του Πράσινου Ακρωτηρίου"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+# fuzzy
+msgid "Republic of Chad"
+msgstr "Δημοκρατία του Τσαντ"
+
+# CL
+# iso-3166-1.h:81
+# fuzzy
+msgid "Republic of Chile"
+msgstr "Δημοκρατία της Χιλής"
+
+# CN
+# iso-3166-1.h:83
+# fuzzy
+msgid "People's Republic of China"
+msgstr "Λαϊκή Δημοκρατία της Κίνας"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+# fuzzy
+msgid "Republic of Colombia"
+msgstr "Δημοκρατία της Κολομβίας"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr "Ένωση των Κομορών"
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr "Δημοκρατία του Κονγκό"
+
+# CD
+# iso-3166-1.h:93
+# fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Δημοκρατία του Κονγκό"
+
+#.
+# CR
+# iso-3166-1.h:96
+# fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Δημοκρατία της Κόστα Ρίκα"
+
+# CI
+# iso-3166-1.h:98
+# fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Δημοκρατία της Ακτής του Ελεφαντοστού"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr "Δημοκρατία της Κροατίας"
+
+# CU
+# iso-3166-1.h:102
+# fuzzy
+msgid "Republic of Cuba"
+msgstr "Δημοκρατία της Κούβας"
+
+# CY
+# iso-3166-1.h:104
+# fuzzy
+msgid "Republic of Cyprus"
+msgstr "Κυπριακή Δημοκρατία"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Τσεχική Δημοκρατία"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr "Βασίλειο της Δανίας"
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr "Δημοκρατία του Τζιμπουτί"
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr "Δομινικανική Κοινοπολιτεία"
+
+#.
+# TL
+# iso-3166-1.h:115
+# fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Λαϊκη Δημοκρατία του Ανατολικού Τιμόρ"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr "Δημοκρατία του Ισημερινού"
+
+# EG
+# iso-3166-1.h:119
+# fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Αραβική Δημοκρατία της Αιγύπτου"
+
+# SV
+# iso-3166-1.h:121
+# fuzzy
+msgid "Republic of El Salvador"
+msgstr "Δημοκρατία του Ελ Σαλβαδόρ"
+
+# GQ
+# iso-3166-1.h:123
+# fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Δημοκρατία της Ισημερινής Γουϊνέας"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr "Δημοκρατία της Εσθονίας"
+
+# ET
+# iso-3166-1.h:128
+# fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Ομοσπονδιακή Λαϊκή Δημοκρατία της Αιθιοπίας"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr "Δημοκρατία των Νήσων Φίτζι"
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr "Δημοκρατία της Φινλανδίας"
+
+# FR
+# iso-3166-1.h:136
+# fuzzy
+msgid "French Republic"
+msgstr "Γαλλική Δημοκρατία"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+# fuzzy
+msgid "Gabonese Republic"
+msgstr "Δημοκρατία της Γκαμπόν"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr "Δημοκρατία της Γκάμπια"
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr "Ομοσπονδιακή Δημοκρατία της Γερμανίας"
+
+# GH
+# iso-3166-1.h:148
+# fuzzy
+msgid "Republic of Ghana"
+msgstr "Δημοκρατία της Γκάνα"
+
+#.
+# GR
+# iso-3166-1.h:151
+# fuzzy
+msgid "Hellenic Republic"
+msgstr "Ελληνική Δημοκρατία"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+# fuzzy
+msgid "Republic of Guatemala"
+msgstr "Δημοκρατία της Γουατεμάλας"
+
+# GN
+# iso-3166-1.h:159
+# fuzzy
+msgid "Republic of Guinea"
+msgstr "Δημοκρατία της Γουϊνέας"
+
+# GW
+# iso-3166-1.h:161
+# fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Δημοκρατία της Γουϊνέας Μπισάου"
+
+# GY
+# iso-3166-1.h:163
+# fuzzy
+msgid "Republic of Guyana"
+msgstr "Συνεργατική Δημοκρατία της Γουϊάνα"
+
+# HT
+# iso-3166-1.h:165
+# fuzzy
+msgid "Republic of Haiti"
+msgstr "Δημοκρατία της Αϊτής"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr "Δημοκρατία της Ονδούρας"
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr "Δημοκρατία της Ουγγαρίας"
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr "Δημοκρατία της Ισλανδίας"
+
+# IN
+# iso-3166-1.h:177
+# fuzzy
+msgid "Republic of India"
+msgstr "Δημοκρατία της Ινδίας"
+
+# ID
+# iso-3166-1.h:179
+# fuzzy
+msgid "Republic of Indonesia"
+msgstr "Δημοκρατία της Ινδονησίας"
+
+# IR
+# iso-3166-1.h:181
+# fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Ισλαμική Δημοκρατία του Ιράν"
+
+# IQ
+# iso-3166-1.h:183
+# fuzzy
+msgid "Republic of Iraq"
+msgstr "Δημοκρατία του Ιράκ"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr "Κράτος του Ισραήλ"
+
+# IT
+# iso-3166-1.h:188
+# fuzzy
+msgid "Italian Republic"
+msgstr "Ιταλική Δημοκρατία"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr "Χασεμιτικό Βασίλειο της Ιορδανίας"
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr "Δημοκρατία του Καζαχστάν"
+
+# KE
+# iso-3166-1.h:196
+# fuzzy
+msgid "Republic of Kenya"
+msgstr "Δημοκρατία της Κένυας"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr "Δημοκρατία του Κιριμπάτι"
+
+# KP
+# iso-3166-1.h:200
+# fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Λαοκρατική Δημοκρατία της Κορέας"
+
+# KR
+# iso-3166-1.h:202
+# fuzzy
+msgid "Republic of Korea"
+msgstr "Δημοκρατία της Κορέας"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr "Κράτος του Κουβέιτ"
+
+# KG
+# iso-3166-1.h:206
+# fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Δημοκρατία της Κιργιζίας"
+
+# LA
+# iso-3166-1.h:208
+# fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Λαϊκη Δημοκρατία του Λάος"
+
+# LV
+# iso-3166-1.h:210
+# fuzzy
+msgid "Republic of Latvia"
+msgstr "Δημοκρατία της Λεττονίας"
+
+# LB
+# iso-3166-1.h:212
+# fuzzy
+msgid "Lebanese Republic"
+msgstr "Δημοκρατία του Λιβάνου"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr "Βασίλειο του Λεσόθο"
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr "Δημοκρατία της Λιβερίας"
+
+# LY
+# iso-3166-1.h:218
+# fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Αραβική Λιβυκή Σοσιαλιστική Λαϊκή Δημοκρατία"
+
+# LI
+# iso-3166-1.h:220
+# fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Πριγκιπάτο του Λιχτενστάιν"
+
+# LT
+# iso-3166-1.h:222
+# fuzzy
+msgid "Republic of Lithuania"
+msgstr "Δημοκρατία της Λιθουανίας"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr "Μεγάλο Δουκάτο του Λουξεμβούργου"
+
+# MO
+# iso-3166-1.h:226
+#, fuzzy
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr "Πρώην Γιουγκοσλαβική Δημοκρατία της Μακεδονίας"
+
+# MG
+# iso-3166-1.h:230
+# fuzzy
+msgid "Republic of Madagascar"
+msgstr "Δημοκρατία της Μαδαγασκάρης"
+
+# MW
+# iso-3166-1.h:232
+# fuzzy
+msgid "Republic of Malawi"
+msgstr "Δημοκρατία του Μαλάουι"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr "Δημοκρατία των Μαλδιβών"
+
+# ML
+# iso-3166-1.h:237
+# fuzzy
+msgid "Republic of Mali"
+msgstr "Δημοκρατία του Μαλί"
+
+# MT
+# iso-3166-1.h:239
+# fuzzy
+msgid "Republic of Malta"
+msgstr "Δημοκρατία της Μάλτας"
+
+# MH
+# iso-3166-1.h:241
+# fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Δημοκρατία των Νήσων Μάρσαλ"
+
+#.
+# MR
+# iso-3166-1.h:244
+# fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Ισλαμική Δημοκρατία της Μαυριτανίας"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr "Δημοκρατία του Μαυρικίου"
+
+#.
+# MX
+# iso-3166-1.h:249
+# fuzzy
+msgid "United Mexican States"
+msgstr "Ηνωμένες Πολιτείες του Μεξικού"
+
+# FM
+# iso-3166-1.h:251
+# fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Ηνωμένες Πολιτείες της Μικρονησίας"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr "Δημοκρατία της Μολδαβίας"
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr "Πριγκιπάτο του Μονακό"
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr "Βασίλειο του Μαρόκου"
+
+# MZ
+# iso-3166-1.h:261
+# fuzzy
+msgid "Republic of Mozambique"
+msgstr "Δημοκρατία της Μοζαμβίκης"
+
+# MM
+# iso-3166-1.h:263
+# fuzzy
+msgid "Union of Myanmar"
+msgstr "Ένωση του Μιανμάρ"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr "Δημοκρατία της Ναμίμπιας"
+
+# NR
+# iso-3166-1.h:267
+# fuzzy
+msgid "Republic of Nauru"
+msgstr "Δημοκρατία του Ναουρού"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr "Βασίλειο του Νεπάλ"
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr "Βασίλειο των Κάτω Χωρών"
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+# fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Δημοκρατία της Νικαράγουας"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr "Δημοκρατία του Νίγηρα"
+
+# NG
+# iso-3166-1.h:280
+# fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Ομοσπονδιακή Δημοκρατία της Νιγηρίας"
+
+# NU
+# iso-3166-1.h:282
+# fuzzy
+msgid "Republic of Niue"
+msgstr "Δημοκρατία του Νίουε"
+
+#.
+# MP
+# iso-3166-1.h:285
+# fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Κοινοπολιτεία των Νήσων Βορείων Μαριάννων"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr "Βασίλειο της Νορβηγίας"
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr "Σουλτανάτο του Ομάν"
+
+# PK
+# iso-3166-1.h:291
+# fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Ισλαμική Δημοκρατία του Πακιστάν"
+
+# PW
+# iso-3166-1.h:293
+# fuzzy
+msgid "Republic of Palau"
+msgstr "Δημοκρατία του Παλάου"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr "Κατεχόμενη Περιοχή της Παλαιστίνης"
+
+# PA
+# iso-3166-1.h:297
+# fuzzy
+msgid "Republic of Panama"
+msgstr "Δημοκρατία του Παναμά"
+
+#.
+# PY
+# iso-3166-1.h:300
+# fuzzy
+msgid "Republic of Paraguay"
+msgstr "Δημοκρατία της Παραγουάης"
+
+# PE
+# iso-3166-1.h:302
+# fuzzy
+msgid "Republic of Peru"
+msgstr "Δημοκρατία του Περού"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr "Δημοκρατία των Φιλιππινών"
+
+#.
+# PL
+# iso-3166-1.h:307
+# fuzzy
+msgid "Republic of Poland"
+msgstr "Δημοκρατία της Πολωνίας"
+
+# PT
+# iso-3166-1.h:309
+# fuzzy
+msgid "Portuguese Republic"
+msgstr "Πορτογαλική Δημοκρατία"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr "Κράτος του Κατάρ"
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+# fuzzy
+msgid "Rwandese Republic"
+msgstr "Δημοκρατία της Ρουάντα"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+# fuzzy
+msgid "Independent State of Samoa"
+msgstr "Ανεξάρτητο Κράτος της Σαμόα"
+
+# SM
+# iso-3166-1.h:326
+# fuzzy
+msgid "Republic of San Marino"
+msgstr "Δημοκρατία του Αγίου Μαρίνου"
+
+# ST
+# iso-3166-1.h:328
+# fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Λαϊκή Δημοκρατία του Σάο Τομέ και Πρίνσιπε"
+
+# SA
+# iso-3166-1.h:330
+# fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Βασίλειο της Σαουδικής Αραβίας"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr "Δημοκρατία της Σενεγάλης"
+
+# SC
+# iso-3166-1.h:334
+# fuzzy
+msgid "Republic of Seychelles"
+msgstr "Δημοκρατία των Σεϋχελλών"
+
+# SL
+# iso-3166-1.h:336
+# fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Δημοκρατία της Σιέρρα Λεόνε"
+
+# SG
+# iso-3166-1.h:338
+# fuzzy
+msgid "Republic of Singapore"
+msgstr "Δημοκρατία της Σιγκαπούρης"
+
+# SK
+# iso-3166-1.h:340
+# fuzzy
+msgid "Slovak Republic"
+msgstr "Σλοβακική Δημοκρατία"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr "Δημοκρατία της Σλοβενίας"
+
+#.
+# SO
+# iso-3166-1.h:345
+# fuzzy
+msgid "Somali Republic"
+msgstr "Σομαλία"
+
+# ZA
+# iso-3166-1.h:347
+# fuzzy
+msgid "Republic of South Africa"
+msgstr "Δημοκρατία της Νότιας Αφρικής"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr "Βασίλειο της Ισπανίας"
+
+# LK
+# iso-3166-1.h:352
+# fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Λαϊκή Σοσιαλιστική Δημοκρατία της Σρι Λάνκα"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr "Δημοκρατία του Σουδάν"
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr "Δημοκρατία του Σουρινάμ"
+
+# SJ
+# iso-3166-1.h:358
+# fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Νήσοι Σβάλμπαρντ και Γιαν Μάγιεν"
+
+# SZ
+# iso-3166-1.h:360
+# fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Βασίλειο της Σουαζιλάνδης"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr "Βασίλειο της Σουηδίας"
+
+# CH
+# iso-3166-1.h:364
+# fuzzy
+msgid "Swiss Confederation"
+msgstr "Ελβετική Συνομοσπονδία"
+
+#.
+# TW
+# iso-3166-1.h:367
+# fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Ταϊβάν, Δημοκρατία της Κίνας"
+
+# TJ
+# iso-3166-1.h:369
+# fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Δημοκρατία του Τατζικιστάν"
+
+# TZ
+# iso-3166-1.h:371
+# fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Ενωμένη Δημοκρατία της Τανζανίας"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr "Βασίλειο της Ταϊλάνδης"
+
+# TG
+# iso-3166-1.h:375
+# fuzzy
+msgid "Togolese Republic"
+msgstr "Δημοκρατία του Τόγκο"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr "Βασίλειο της Τόνγκα"
+
+# TT
+# iso-3166-1.h:380
+# fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Δημοκρατία Τρινιντάντ και Τομπάγκο"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr "Δημοκρατία της Τυνησίας"
+
+# TR
+# iso-3166-1.h:384
+# fuzzy
+msgid "Republic of Turkey"
+msgstr "Δημοκρατία της Τουρκίας"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+# fuzzy
+msgid "Republic of Uganda"
+msgstr "Δημοκρατία της Ουγκάντας"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr "Ηνωμένο Βασίλειο της Μεγάλης Βρετανίας και της Βόρειας Ιρλανδίας"
+
+# US
+# iso-3166-1.h:395
+# fuzzy
+msgid "United States of America"
+msgstr "Ηνωμένες Πολιτείες της Αμερικής"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Μικρά απομονωμένα νησιά Ηνωμένων Πολιτειών"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr "Ανατολική Δημοκρατία της Ουρουγουάης"
+
+# UZ
+# iso-3166-1.h:401
+# fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Δημοκρατία του Ουζμπεκιστάν"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr "Δημοκρατία του Βανουάτου"
+
+# VE
+# iso-3166-1.h:405
+# fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Βολιβαριανή Δημοκρατία της Βενεζουέλας"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr "Σοσιαλιστική Δημοκρατία του Βιετνάμ"
+
+# VG
+# iso-3166-1.h:409
+# fuzzy
+msgid "British Virgin Islands"
+msgstr "Βρετανικές Παρθένοι Νήσοι"
+
+# VI
+# iso-3166-1.h:411
+# fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Παρθένοι Νήσοι των ΗΠΑ"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+# fuzzy
+msgid "Republic of Yemen"
+msgstr "Δημοκρατία της Υεμένης"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr "Ομοσπονδιακή Δημοκρατία της Γιουγκοσλαβίας"
+
+# ZM
+# iso-3166-1.h:419
+# fuzzy
+msgid "Republic of Zambia"
+msgstr "Δημοκρατία της Ζάμπια"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr "Δημοκρατία της Ζιμπάμπουε"
+
diff --git a/iso_3166/iso_3166_1/eo.po b/iso_3166/iso_3166_1/eo.po
new file mode 100644
index 00000000..1bdecbaa
--- /dev/null
+++ b/iso_3166/iso_3166_1/eo.po
@@ -0,0 +1,1017 @@
+# Esperanto translations of ISO-3166 element names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# D. Dale Gulledge <dsplat@rochester.rr.com>, 2001
+# (translations from drakfw)
+# Alastair McKInstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-13 13:38-0500\n"
+"Last-Translator: D. Dale Gulledge <dsplat@rochester.rr.com>\n"
+"Language-Team: Esperanto <eo@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Koreo, Respubliko de"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Domingo"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbajĝano"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Koreo, Respubliko de"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Kabo-Verdo"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Koreo, Respubliko de"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Koreo, Respubliko de"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Koreo, Respubliko de"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "Distrikto de Kolumbio"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Kostariko"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Ebur-Bordo"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Koreo, Respubliko de"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Koreo, Respubliko de"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "la Ĉeĥa Respubliko"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Koreo, Respubliko de"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Salvadoro"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekvatora Gvineo"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "la Ĉeĥa Respubliko"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "la Ĉeĥa Respubliko"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Koreo, Respubliko de"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "la Ĉeĥa Respubliko"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Gvatemalo"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Koreo, Respubliko de"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Gvineo-Bisaŭo"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Koreo, Respubliko de"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Koreo, Respubliko de"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Koreo, Respubliko de"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonezio"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Irano (Islama Respubliko de)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Koreo, Respubliko de"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Centrafrika Respubliko"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Koreo, Respubliko de"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Koreo, Respubliko de"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "la Ĉeĥa Respubliko"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Koreo, Respubliko de"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "la Ĉeĥa Respubliko"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liĥtenŝtejno"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litovio"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskaro"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Koreo, Respubliko de"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Koreo, Respubliko de"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Koreo, Respubliko de"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Insuloj Marŝalaj"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Irano (Islama Respubliko de)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Usono"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Usono"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambiko"
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Koreo, Respubliko de"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nikaragvo"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Koreo, Respubliko de"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Koreo, Respubliko de"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Insuloj Marianaj Nordaj"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Irano (Islama Respubliko de)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Koreo, Respubliko de"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Koreo, Respubliko de"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragvajo"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Koreo, Respubliko de"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Koreo, Respubliko de"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Koreo, Respubliko de"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "la Ĉeĥa Respubliko"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Usono"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San-Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao-Tomeo kaj Principeo"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saŭda Arabujo"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Sejŝeloj"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Siera-Leono"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapuro"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Koreo, Respubliko de"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Domingo"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Sud-Afriko"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Svazilando"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Rusujo"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Tajvano, Respubliko de Ĉinio"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taĝikistano"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzanio"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "la Ĉeĥa Respubliko"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidado kaj Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Koreo, Respubliko de"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Koreo, Respubliko de"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Usono"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistano"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Koreo, Respubliko de"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Insuloj Virgaj"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Insuloj Virgaj (Britaj)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Koreo, Respubliko de"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Koreo, Respubliko de"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/es.po b/iso_3166/iso_3166_1/es.po
new file mode 100644
index 00000000..956ee087
--- /dev/null
+++ b/iso_3166/iso_3166_1/es.po
@@ -0,0 +1,1028 @@
+# Spanish translations of ISO 3166 element names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Juan Manuel García Molina <juanmagm@mail.com>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-12-02 20:54+0100\n"
+"Last-Translator: Juan Manuel García Molina <juanmagm@mail.com>\n"
+"Language-Team: Spanish <cooker-i18n@linux-mandrake.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.5\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "República Democrática Popular de Lao"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Korea, República de"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "República Dominicana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbayán"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Korea, República de"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cabo Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Korea, República de"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Korea, República de"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Korea, República de"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "District of Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "República Democrática Popular de Lao"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Costa de Marfil"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Korea, República de"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Korea, República de"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "República Checa"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "República Democrática Popular de Lao"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Korea, República de"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Guinea Ecuatorial"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "República Democrática Popular de Lao"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "República Checa"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "República Checa"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Korea, República de"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "República Checa"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Korea, República de"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Korea, República de"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Korea, República de"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Korea, República de"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Irán (República Islámica de)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Korea, República de"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "República Centroafricana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Korea, República de"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Korea, República Popular Democrática de"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Korea, República de"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "República Checa"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "República Democrática Popular de Lao"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Korea, República de"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "República Checa"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libia"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituania"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagascar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Korea, República de"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Korea, República de"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Korea, República de"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Islas Marshall"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Irán (República Islámica de)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Estados Unidos"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Estados Unidos"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Korea, República de"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Korea, República de"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Korea, República de"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Islas Mariana del Norte"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Irán (República Islámica de)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Korea, República de"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Korea, República de"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Korea, República de"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Korea, República de"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Korea, República de"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "República Checa"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Estados Unidos"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Santo Tomé y Príncipe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Arabia Saudí"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leona"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapur"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Korea, República de"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "República Dominicana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Sudáfrica"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Korea, República Popular Democrática de"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Islas Svalbard e Islas Jan Mayen"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swazilandia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Federación Rusa"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan, República de China"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajikistán"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzania, República Unida de"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "República Checa"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad y Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Korea, República de"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Korea, República de"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Estados Unidos"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Islas Circundantes Menores de los Estados Unidos"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistán"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Korea, República de"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Virgin Islands"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Islas Vírgenes (Británicas)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Korea, República de"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Korea, República de"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/et.po b/iso_3166/iso_3166_1/et.po
new file mode 100644
index 00000000..3f86f283
--- /dev/null
+++ b/iso_3166/iso_3166_1/et.po
@@ -0,0 +1,994 @@
+# Estonian translation of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE desktop.po:
+# Hasso Tepper <hasso@estpak.ee>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 09:59+0000\n"
+"Last-Translator: Hasso Tepper <hasso@estpak.ee>\n"
+"Language-Team: Estonian <linux-ee@eenet.ee>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikaani Vabariik"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Aserbaidžaan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Dominikaani Vabariik"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Dominikaani Vabariik"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Dominikaani Vabariik"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Dominikaani Vabariik"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Dominikaani Vabariik"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dominikaani Vabariik"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Dominikaani Vabariik"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dominikaani Vabariik"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Dominikaani Vabariik"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemaala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Dominikaani Vabariik"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Dominikaani Vabariik"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Dominikaani Vabariik"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Ikoonid"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Dominikaani Vabariik"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Dominikaani Vabariik"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Dominikaani Vabariik"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Dominikaani Vabariik"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dominikaani Vabariik"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Dominikaani Vabariik"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dominikaani Vabariik"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Leedu"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Dominikaani Vabariik"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Dominikaani Vabariik"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Dominikaani Vabariik"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Ameerika Ühendriigid"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Ameerika Ühendriigid"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Dominikaani Vabariik"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguai"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Dominikaani Vabariik"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Dominikaani Vabariik"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Dominikaani Vabariik"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Dominikaani Vabariik"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguai"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Dominikaani Vabariik"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Dominikaani Vabariik"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Dominikaani Vabariik"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Ameerika Ühendriigid"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Dominikaani Vabariik"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikaani Vabariik"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Lõuna Aafrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tai"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taivan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dominikaani Vabariik"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad ja Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Dominikaani Vabariik"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Ameerika Ühendriigid"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Ameerika Ühendriigid"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Dominikaani Vabariik"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Dominikaani Vabariik"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Dominikaani Vabariik"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/eu.po b/iso_3166/iso_3166_1/eu.po
new file mode 100644
index 00000000..229b28c6
--- /dev/null
+++ b/iso_3166/iso_3166_1/eu.po
@@ -0,0 +1,1028 @@
+# Basque translation of ISO 3166 Country names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Iñigo Salvador Azurmendi <xalba@euskalnet.net>, 2001.
+# (translations, from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-10-09 18:02GMT+1\n"
+"Last-Translator: Iñigo Salvador Azurmendi <xalba@euskalnet.net>\n"
+"Language-Team: Euskara <linux-eu@chanae.alphanet.ch>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.5\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Laosko Herri-Errepublika Demokratikoa"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikar Errepublika"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cabo Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "Columbiako Barrutia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Laosko Herri-Errepublika Demokratikoa"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Bolikosta"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Txekiar Errepublika"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Laosko Herri-Errepublika Demokratikoa"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekuatore-Ginea"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Laosko Herri-Errepublika Demokratikoa"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Txekiar Errepublika"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Txekiar Errepublika"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Txekiar Errepublika"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Ginea Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran (Islamdar Errepublika)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Ertafrikar Errepublika"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Korea, Herri-Errepublika Demokratikoa (Ipar Korea)"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Txekiar Errepublika"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Laosko Herri-Errepublika Demokratikoa"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Txekiar Errepublika"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libiako Arabiar Herri-Errepublika Sozialista"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituania"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshall Uharteak"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran (Islamdar Errepublika)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Estatu Batuak"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Estatu Batuak"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozanbike"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Birmania"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nikaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Iparraldeko Mariana Uharteak"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran (Islamdar Errepublika)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Txekiar Errepublika"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Estatu Batuak"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome eta Printze"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudi Arabia"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelleak"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leona"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapur"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikar Errepublika"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Hegoafrikar Errepublika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Korea, Herri-Errepublika Demokratikoa (Ipar Korea)"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard eta Jan Mayen Uharteak"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swazilandia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Errusiako Federazioa"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan, Txinako Errepublika"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tadjikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tantzania, Errepublika Batua"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Txekiar Errepublika"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad eta Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Korea Errepublika (Hego Korea)"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Estatu Batuak"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "United States Minor Outlying Islands"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Birjina Uharteak"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Birjina Uharteak (Err. Ba.)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Korea Errepublika (Hego Korea)"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/fa.po b/iso_3166/iso_3166_1/fa.po
new file mode 100644
index 00000000..cc5c914b
--- /dev/null
+++ b/iso_3166/iso_3166_1/fa.po
@@ -0,0 +1,956 @@
+# ISO 3166 (Country) names in Farsi
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+# Translations from kde:
+# FarsiKDE Team <info@farsikde.org>
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-11-02 11:59+0330\n"
+"Last-Translator: FarsiKDE Team <info@farsikde.org>\n"
+"Language-Team: Farsi <kde-i18n-fa@mail.kde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+msgid "Republic of Angola"
+msgstr ""
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "جمهوری دامینیکن"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "آذربایجان"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+msgid "Republic of Benin"
+msgstr ""
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+msgid "Republic of Chad"
+msgstr ""
+
+# CL
+# iso-3166-1.h:81
+msgid "Republic of Chile"
+msgstr ""
+
+# CN
+# iso-3166-1.h:83
+msgid "People's Republic of China"
+msgstr ""
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "کاستاریکا"
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+msgid "Republic of Cuba"
+msgstr ""
+
+# CY
+# iso-3166-1.h:104
+msgid "Republic of Cyprus"
+msgstr ""
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr ""
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+msgid "Arab Republic of Egypt"
+msgstr ""
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "السالوادور"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "جمهوری دامینیکن"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "جمهوری دامینیکن"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+msgid "Republic of Ghana"
+msgstr ""
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "جمهوری دامینیکن"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "گواتمالا"
+
+# GN
+# iso-3166-1.h:159
+msgid "Republic of Guinea"
+msgstr ""
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+msgid "Republic of Guyana"
+msgstr ""
+
+# HT
+# iso-3166-1.h:165
+msgid "Republic of Haiti"
+msgstr ""
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+msgid "Republic of India"
+msgstr ""
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "اندونزی"
+
+# IR
+# iso-3166-1.h:181
+msgid "Islamic Republic of Iran"
+msgstr ""
+
+# IQ
+# iso-3166-1.h:183
+msgid "Republic of Iraq"
+msgstr ""
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "جمهوری دامینیکن"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+msgid "Republic of Kenya"
+msgstr ""
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+msgid "Republic of Korea"
+msgstr ""
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+msgid "Kyrgyz Republic"
+msgstr ""
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+msgid "Republic of Latvia"
+msgstr ""
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "جمهوری دامینیکن"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "لیتوانی"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+msgid "Republic of Malawi"
+msgstr ""
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+msgid "Republic of Mali"
+msgstr ""
+
+# MT
+# iso-3166-1.h:239
+msgid "Republic of Malta"
+msgstr ""
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "ایالات متحده‌ی آمریکا"
+
+# FM
+# iso-3166-1.h:251
+msgid "Federated States of Micronesia"
+msgstr ""
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+msgid "Republic of Nauru"
+msgstr ""
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "نیکاراگویه"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+msgid "Federal Republic of Nigeria"
+msgstr ""
+
+# NU
+# iso-3166-1.h:282
+msgid "Republic of Niue"
+msgstr ""
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+msgid "Republic of Palau"
+msgstr ""
+
+# PS
+# iso-3166-1.h:295
+#, fuzzy
+msgid "Occupied Palestinian Territory"
+msgstr "فلسطین"
+
+# PA
+# iso-3166-1.h:297
+msgid "Republic of Panama"
+msgstr ""
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "پاراگویه"
+
+# PE
+# iso-3166-1.h:302
+msgid "Republic of Peru"
+msgstr ""
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+msgid "Republic of Poland"
+msgstr ""
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "پرتغال"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "جمهوری دامینیکن"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+msgid "Independent State of Samoa"
+msgstr ""
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "عربستان سعودی"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "جمهوری دامینیکن"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "جمهوری دامینیکن"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "آفریقای جنوبی"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+msgid "Kingdom of Swaziland"
+msgstr ""
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+msgid "Republic of Tajikistan"
+msgstr ""
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+msgid "Togolese Republic"
+msgstr ""
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "ترینیداد و تُباگو"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+msgid "Republic of Turkey"
+msgstr ""
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+msgid "Republic of Uganda"
+msgstr ""
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "ایالات متحده‌ی آمریکا"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+msgid "Bolivarian Republic of Venezuela"
+msgstr ""
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+msgid "Republic of Yemen"
+msgstr ""
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+msgid "Republic of Zambia"
+msgstr ""
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/fi.po b/iso_3166/iso_3166_1/fi.po
new file mode 100644
index 00000000..4fbd867d
--- /dev/null
+++ b/iso_3166/iso_3166_1/fi.po
@@ -0,0 +1,995 @@
+# Finnish translations for ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE desktop.po:
+# Kim Enkovaara <kim.enkovaara@iki.fi>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 14:20+0000\n"
+"Last-Translator: Kim Enkovaara <kim.enkovaara@iki.fi>\n"
+"Language-Team: Finnish <fi@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikaaninen tasavalta"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaidzan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Dominikaaninen tasavalta"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Dominikaaninen tasavalta"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Dominikaaninen tasavalta"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Dominikaaninen tasavalta"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dominikaaninen tasavalta"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Dominikaaninen tasavalta"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dominikaaninen tasavalta"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Dominikaaninen tasavalta"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Dominikaaninen tasavalta"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Dominikaaninen tasavalta"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Kuvakkeet"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Dominikaaninen tasavalta"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Dominikaaninen tasavalta"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Dominikaaninen tasavalta"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dominikaaninen tasavalta"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Dominikaaninen tasavalta"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dominikaaninen tasavalta"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Liettua"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Dominikaaninen tasavalta"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Dominikaaninen tasavalta"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Yhdysvallat"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Yhdysvallat"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Dominikaaninen tasavalta"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguay"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Dominikaaninen tasavalta"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Dominikaaninen tasavalta"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Dominikaaninen tasavalta"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Dominikaaninen tasavalta"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Yhdysvallat"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Dominikaaninen tasavalta"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikaaninen tasavalta"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Etelä-Afrikka"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Thaimaa"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad ja Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Dominikaaninen tasavalta"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Yhdysvallat"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Yhdysvallat"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Dominikaaninen tasavalta"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Dominikaaninen tasavalta"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Dominikaaninen tasavalta"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/fr.po b/iso_3166/iso_3166_1/fr.po
new file mode 100644
index 00000000..026f1060
--- /dev/null
+++ b/iso_3166/iso_3166_1/fr.po
@@ -0,0 +1,1027 @@
+# French translations of ISO-3166 Country names
+# Official Country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Grégoire Colbert <gregus@linux-mandrake.com>, 2001
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-08-29 23:14GMT+2\n"
+"Last-Translator: Grégoire Colbert <gregus@linux-mandrake.com>\n"
+"Language-Team: Français <de@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "République Populaire Lao"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "République de Corée"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominique"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaïdjan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "République de Corée"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cap-Vert"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "République de Corée"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "République de Corée"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "République de Corée"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "District of Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "République Populaire Lao"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Côte d'Ivoire"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "République de Corée"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "République de Corée"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "République Tchèque"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "République Populaire Lao"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "République de Corée"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Guinée Équatoriale"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "République Populaire Lao"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "République Tchèque"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "République Tchèque"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "République de Corée"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "République Tchèque"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "République de Corée"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinée-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "République de Corée"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "République de Corée"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "République de Corée"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonésie"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran (République Islamique d')"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "République de Corée"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "République Centrafricaine"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "République de Corée"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "République Populaire Démocratique de Corée"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "République de Corée"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "République Tchèque"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "République Populaire Lao"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "République de Corée"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "République Tchèque"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Jamahiriya Arabe Libyenne"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituanie"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagascar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "République de Corée"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "République de Corée"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "République de Corée"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Îles Marshall"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran (République Islamique d')"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "États-Unis"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "États-Unis"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Birmanie"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "République de Corée"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "République de Corée"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "République de Corée"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Îles Mariannes du Nord"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran (République Islamique d')"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "République de Corée"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "République de Corée"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "République de Corée"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "République de Corée"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "République de Corée"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "République Tchèque"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "États-Unis"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marin"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tomé-et-Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Arabie Saoudite"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapour"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "République de Corée"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominique"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Afrique du Sud"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "République Populaire Démocratique de Corée"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Îles Svalbard et Jan Mayen"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Fédération de Russie"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taïwan, République de Chine"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tadjikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzanie, République Unie de"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "République Tchèque"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinité-et-Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "République de Corée"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "République de Corée"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "États-Unis"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Îles mineures des États-Unis d'Amérique"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Ouzbékistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "République de Corée"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Îles Vierges"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Îles Vierges (Britanniques)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "République de Corée"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "République de Corée"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/ga.po b/iso_3166/iso_3166_1/ga.po
new file mode 100644
index 00000000..d69744dd
--- /dev/null
+++ b/iso_3166/iso_3166_1/ga.po
@@ -0,0 +1,1123 @@
+# ISO 3166 (Country) names in Irish
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@debian>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-12-12 13:04+0000\n"
+"Last-Translator: Alastair McKinstry <mckinstry@debian.org>\n"
+"Language-Team: Irish <ga@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# CD
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Poblacht Dhaonlathach an Chongó"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# KR
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Poblacht na Cóiré"
+
+# CF
+# CF
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Poblacht na hAfraice Láir"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# AZ
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "An Asarbaiseáin"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+# KR
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Poblacht na Cóiré"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+# CV
+# CV
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Rinn Verde"
+
+# KR
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Poblacht na Cóiré"
+
+# KR
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Poblacht na Cóiré"
+
+# KR
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Poblacht na Cóiré"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr "Poblacht Dhaonlathach an Chongó"
+
+# CR
+# CR
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Cósta Rice"
+
+# CI
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "An Cósta Eabhair"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# KR
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Poblacht na Cóiré"
+
+# KR
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Poblacht na Cóiré"
+
+# CZ
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Poblacht na Seice"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+# CD
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Poblacht Dhaonlathach an Chongó"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# KR
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Poblacht na Cóiré"
+
+# SV
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "An tSalvadóir"
+
+# GQ
+# GQ
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "An Ghuine Mheánchriosach"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# CD
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Poblacht Dhaonlathach an Chongó"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# CZ
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Poblacht na Seice"
+
+# CZ
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Poblacht na Seice"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# KR
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Poblacht na Cóiré"
+
+# CZ
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Poblacht na Seice"
+
+# GT
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatamala"
+
+# KR
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Poblacht na Cóiré"
+
+# GW
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "An Ghuine-Bhissau"
+
+# KR
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Poblacht na Cóiré"
+
+# KR
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Poblacht na Cóiré"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# KR
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Poblacht na Cóiré"
+
+# ID
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "An Indinéis"
+
+# IR
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Poblacht Ioslamach na hIaráine"
+
+# KR
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Poblacht na Cóiré"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# CF
+# CF
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Poblacht na hAfraice Láir"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KR
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Poblacht na Cóiré"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Daonphoblacht Dhaonlathach na Cóiré"
+
+# KR
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Poblacht na Cóiré"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# CZ
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Poblacht na Seice"
+
+# CD
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Poblacht Dhaonlathach an Chongó"
+
+# KR
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Poblacht na Cóiré"
+
+# CZ
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Poblacht na Seice"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# PS
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Jamahiriya Arabach na Libia"
+
+# LI
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "An Lichtinstéin"
+
+# LT
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "An Liotuáin"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MR
+# MK
+# iso-3166-1.h:228
+#, fuzzy
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr "Iar-Phoblacht Iúgslavach na Macadóine"
+
+# MG
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagascar"
+
+# KR
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Poblacht na Cóiré"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# KR
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Poblacht na Cóiré"
+
+# KR
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Poblacht na Cóiré"
+
+# MH
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Oileáin Marshall"
+
+# IR
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Poblacht Ioslamach na hIaráine"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+# US
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Stáit Aontaithe Mheiriceá"
+
+# US
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Stáit Aontaithe Mheiriceá"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mósaimbic"
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# KR
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Poblacht na Cóiré"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+# NI
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# KR
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Poblacht na Cóiré"
+
+# KR
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Poblacht na Cóiré"
+
+# MP
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Oileáin Mariana Thuiadh"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# IR
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Poblacht Ioslamach na hIaráine"
+
+# KR
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Poblacht na Cóiré"
+
+# PS
+# PS
+# iso-3166-1.h:295
+#, fuzzy
+msgid "Occupied Palestinian Territory"
+msgstr "Na Críocha Palaistíneacha, Forghafa"
+
+# KR
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Poblacht na Cóiré"
+
+# PY
+# PY-16
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# KR
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Poblacht na Cóiré"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+# KR
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Poblacht na Cóiré"
+
+# KR
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Poblacht na Cóiré"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+# CZ
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Poblacht na Seice"
+
+# US
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Stáit Aontaithe Mheiriceá"
+
+# SM
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Mairíne"
+
+# ST
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome agus Principe"
+
+# SA
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "An Araib Shádach"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Na Séiléil"
+
+# SL
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Siarra Leon"
+
+# SG
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singeapór"
+
+# MD
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Poblacht na Mholdóive"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+# KR
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Poblacht na Cóiré"
+
+# ZA
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "An Afraic Theas"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Daonphoblacht Dhaonlathach na Cóiré"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard agus Jan Mayen"
+
+# SZ
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "An tSuasalainn"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# RU
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Cónaidhm na Rúise"
+
+# TW
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr "An Téaváin, Cúige na Síne"
+
+# TJ
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "An Táidsíceastáin"
+
+# TZ
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Poblacht Aointaithena Tansáine"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# CZ
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Poblacht na Seice"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Oileáin na Tríonóide agus Tobága"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# KR
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Poblacht na Cóiré"
+
+# KR
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Poblacht na Cóiré"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Stáit Aontaithe Mheiriceá"
+
+# UM
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Mion-Oileáin Imeallachta S.A.M."
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Úisbéiceastáin"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# MD
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Poblacht na Mholdóive"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VA
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Oileáin na Maighdean"
+
+# VG
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Oileáin Bhriotanacha na Maighean"
+
+# KR
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Poblacht na Cóiré"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# KR
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Poblacht na Cóiré"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/gl.po b/iso_3166/iso_3166_1/gl.po
new file mode 100644
index 00000000..c6b36059
--- /dev/null
+++ b/iso_3166/iso_3166_1/gl.po
@@ -0,0 +1,994 @@
+# Galician translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry, <mckinstry@computer.org>, 2002.
+# Translations from KDE desktop.po:
+# Jesús Bravo Álvarez <jba@pobox.com>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 14:20+0000\n"
+"Last-Translator: Jesús Bravo Álvarez <jba@pobox.com>\n"
+"Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "República Dominicana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Turco"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "República Dominicana"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "República Dominicana"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "República Dominicana"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "República Dominicana"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "República Dominicana"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "República Dominicana"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "República Dominicana"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "República Dominicana"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "O Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "República Dominicana"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "República Dominicana"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "República Dominicana"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "República Dominicana"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "República Dominicana"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "República Dominicana"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Iconas"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "República Dominicana"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "República Dominicana"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "República Dominicana"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "República Dominicana"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "República Dominicana"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "República Dominicana"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "República Dominicana"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituano"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "República Dominicana"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "República Dominicana"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "República Dominicana"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Estados Unidos de América"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Estados Unidos de América"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panamá"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "República Dominicana"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguai"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "República Dominicana"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "República Dominicana"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "República Dominicana"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "República Dominicana"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguai"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "República Dominicana"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "República Dominicana"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "República Dominicana"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Estados Unidos de América"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "República Dominicana"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "República Dominicana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "África do Sur"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tailandia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwán"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "República Dominicana"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trindade e Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "República Dominicana"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Estados Unidos de América"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Estados Unidos de América"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "República Dominicana"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "República Dominicana"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "República Dominicana"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/he.po b/iso_3166/iso_3166_1/he.po
new file mode 100644
index 00000000..09efc53c
--- /dev/null
+++ b/iso_3166/iso_3166_1/he.po
@@ -0,0 +1,994 @@
+# Hebrew translation of ISO 3166 place names
+# Official Country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry, <mckinstry@computer.org>, 2002.
+# Translations taken from KDE:
+# Meni Livne <livne@kde.org>, 2000.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 14:25+0000\n"
+"Last-Translator: Meni Livne <livne@kde.org>\n"
+"Language-Team: Hebrew <kde-il@yahoogroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "אזרביג'ן"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "הרפובליקה הדומיניקנית"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "הרפובליקה הדומיניקנית"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "הרפובליקה הדומיניקנית"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "הרפובליקה הדומיניקנית"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "הרפובליקה הדומיניקנית"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "אל סלבדור"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "גואטמלה"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "הרפובליקה הדומיניקנית"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "הרפובליקה הדומיניקנית"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "הרפובליקה הדומיניקנית"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "אינדונזיה"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "הרפובליקה הדומיניקנית"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "הרפובליקה הדומיניקנית"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "הרפובליקה הדומיניקנית"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "הרפובליקה הדומיניקנית"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "ליטא"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "הרפובליקה הדומיניקנית"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "הרפובליקה הדומיניקנית"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "ארצות הברית"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "ארצות הברית"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "פנמה"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "הרפובליקה הדומיניקנית"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "פרגואי"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "הרפובליקה הדומיניקנית"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "הרפובליקה הדומיניקנית"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "פרגואי"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "הרפובליקה הדומיניקנית"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "הרפובליקה הדומיניקנית"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "ארצות הברית"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "דרום אפריקה"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "תאילנד"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "טיוואן"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "טרינידד וטובגו"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "הרפובליקה הדומיניקנית"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "ארצות הברית"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "ארצות הברית"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "הרפובליקה הדומיניקנית"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "הרפובליקה הדומיניקנית"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "הרפובליקה הדומיניקנית"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/hr.po b/iso_3166/iso_3166_1/hr.po
new file mode 100644
index 00000000..072fcf50
--- /dev/null
+++ b/iso_3166/iso_3166_1/hr.po
@@ -0,0 +1,1001 @@
+# Croatian translation of ISO-3166 Country names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Vlatko Kosturjak <kost@iname.com>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-15 19:57+0200\n"
+"Last-Translator: Vlatko Kosturjak <kost@iname.com>\n"
+"Language-Team: Croatian <lokalizacija@linux.hr>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Lao Narodna Demokratska Republika"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Korea, Republika"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanska Republika"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbedžan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Korea, Republika"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cape Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Korea, Republika"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Korea, Republika"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Korea, Republika"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Lao Narodna Demokratska Republika"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Kosta Rika"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Cote d'Ivoire"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Korea, Republika"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Korea, Republika"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Češka Republika"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Lao Narodna Demokratska Republika"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Korea, Republika"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekvatorijalna Gvineja"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Lao Narodna Demokratska Republika"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Češka Republika"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Češka Republika"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Korea, Republika"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Češka Republika"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Gvatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Korea, Republika"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Korea, Republika"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Korea, Republika"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Korea, Republika"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonezija"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran (Islamska Republika)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Korea, Republika"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Centralna Afrička Republika"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Korea, Republika"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Korea, Demokratska Narodna Republika"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Korea, Republika"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Češka Republika"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Lao Narodna Demokratska Republika"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Korea, Republika"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Češka Republika"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Linhenštajn"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Letonija"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Korea, Republika"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Korea, Republika"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Korea, Republika"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran (Islamska Republika)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Sjedinjene Američke Države"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Sjedinjene Američke Države"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Korea, Republika"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+msgid "Republic of Nicaragua"
+msgstr ""
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Korea, Republika"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Korea, Republika"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran (Islamska Republika)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Korea, Republika"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Korea, Republika"
+
+#.
+# PY
+# iso-3166-1.h:300
+msgid "Republic of Paraguay"
+msgstr ""
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Korea, Republika"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Korea, Republika"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Korea, Republika"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Češka Republika"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Sjedinjene Američke Države"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Korea, Republika"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanska Republika"
+
+# ZA
+# iso-3166-1.h:347
+msgid "Republic of South Africa"
+msgstr ""
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Korea, Demokratska Narodna Republika"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+msgid "Kingdom of Swaziland"
+msgstr ""
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+msgid "Republic of Tajikistan"
+msgstr ""
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Češka Republika"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Korea, Republika"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Korea, Republika"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Sjedinjene Američke Države"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Korea, Republika"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Korea, Republika"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Korea, Republika"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/hu.po b/iso_3166/iso_3166_1/hu.po
new file mode 100644
index 00000000..a7f0ebaa
--- /dev/null
+++ b/iso_3166/iso_3166_1/hu.po
@@ -0,0 +1,1028 @@
+# Hungarian translation of ISO-3166 Country names
+# Official Country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Arpad Biro <biro_arpad@yahoo.com>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-11-27 00:03GMT+1\n"
+"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
+"Language-Team: Hungarian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.5\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Lao Demokratikus Népköztársaság"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Koreai Köztársaság"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikai Köztársaság"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbajdzsán"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Koreai Köztársaság"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cape Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Koreai Köztársaság"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Koreai Köztársaság"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Koreai Köztársaság"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "Washington és környéke"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Lao Demokratikus Népköztársaság"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Elefántcsontpart"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Koreai Köztársaság"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Koreai Köztársaság"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Cseh Köztársaság"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Lao Demokratikus Népköztársaság"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Koreai Köztársaság"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Egyenlítői Guinea"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Lao Demokratikus Népköztársaság"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Cseh Köztársaság"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Cseh Köztársaság"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Koreai Köztársaság"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Cseh Köztársaság"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Koreai Köztársaság"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Koreai Köztársaság"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Koreai Köztársaság"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Koreai Köztársaság"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonézia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Irán (Iráni Iszlám Köztársaság)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Koreai Köztársaság"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Közép-Afrikai Köztársaság"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Koreai Köztársaság"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Koreai Demokratikus Népköztársaság"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Koreai Köztársaság"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Cseh Köztársaság"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Lao Demokratikus Népköztársaság"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Koreai Köztársaság"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Cseh Köztársaság"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Líbiai Arab Jamahiriya"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litvánia"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaszkár"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Koreai Köztársaság"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Koreai Köztársaság"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Koreai Köztársaság"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshall-szigetek"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Irán (Iráni Iszlám Köztársaság)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Amerikai Egyesült Államok"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Amerikai Egyesült Államok"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambik"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Koreai Köztársaság"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Koreai Köztársaság"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Koreai Köztársaság"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Északi Mariana-szigetek"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Irán (Iráni Iszlám Köztársaság)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Koreai Köztársaság"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Koreai Köztársaság"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Koreai Köztársaság"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Koreai Köztársaság"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Koreai Köztársaság"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Cseh Köztársaság"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Amerikai Egyesült Államok"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome és Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Szaúd-Arábia"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Szingapúr"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Koreai Köztársaság"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikai Köztársaság"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Dél-Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Koreai Demokratikus Népköztársaság"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard és Jan Mayen-szigetek"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Szváziföld"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Oroszország"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Tajvan, Kínai Köztársaság"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tadzsikisztán"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzániai Egyesült Köztársaság"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Cseh Köztársaság"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad és Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Koreai Köztársaság"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Koreai Köztársaság"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Amerikai Egyesült Államok"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Amerikai Egyesült Államok - kisebb külső szigetek"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Üzbegisztán"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Koreai Köztársaság"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Virgin-szigetek"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Virgin-szigetek (brit)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Koreai Köztársaság"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Koreai Köztársaság"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/id.po b/iso_3166/iso_3166_1/id.po
new file mode 100644
index 00000000..26b240a5
--- /dev/null
+++ b/iso_3166/iso_3166_1/id.po
@@ -0,0 +1,1027 @@
+# Bahasa Indonesia translation of ISO-3166 Country names
+# Formal country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Budi Rachmanto <rac@linux-mandrake.com>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-11-06 20:21+0900\n"
+"Last-Translator: Budi Rachmanto <rac@linux-mandrake.com>\n"
+"Language-Team: Bahasa Indonesia <id@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Laos"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Korea (bag. Selatan)"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Republik Dominika"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Korea (bag. Selatan)"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Tanjung Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Korea (bag. Selatan)"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Korea (bag. Selatan)"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Korea (bag. Selatan)"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "District of Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Laos"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Pantai Gading"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Korea (bag. Selatan)"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Korea (bag. Selatan)"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Republik Ceko"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Laos"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Korea (bag. Selatan)"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Guinea Equator"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Laos"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Republik Ceko"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Republik Ceko"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Korea (bag. Selatan)"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Republik Ceko"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Korea (bag. Selatan)"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Korea (bag. Selatan)"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Korea (bag. Selatan)"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Korea (bag. Selatan)"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Republik Islam Iran"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Korea (bag. Selatan)"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Republik Afrika Tengah"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Korea (bag. Selatan)"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Korea (bag. Utara)"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Korea (bag. Selatan)"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Republik Ceko"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Laos"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Korea (bag. Selatan)"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Republik Ceko"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libyan Arab Jamahiriya"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lithuania"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Korea (bag. Selatan)"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Korea (bag. Selatan)"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Korea (bag. Selatan)"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Kepulauan Marshall"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Republik Islam Iran"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Amerika Serikat"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Amerika Serikat"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Korea (bag. Selatan)"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Korea (bag. Selatan)"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Korea (bag. Selatan)"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Kepulauan Mariana Utara"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Republik Islam Iran"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Korea (bag. Selatan)"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Korea (bag. Selatan)"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Korea (bag. Selatan)"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Korea (bag. Selatan)"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Korea (bag. Selatan)"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Republik Ceko"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Amerika Serikat"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome dan Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Arab Saudi"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapura"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Korea (bag. Selatan)"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Republik Dominika"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Afrika Selatan"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Korea (bag. Utara)"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Kepulauan Svalbard dan Jan Mayen"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Rusia"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan, Republik Cina"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzania, Republik Kesatuan"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Republik Ceko"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad dan Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Korea (bag. Selatan)"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Korea (bag. Selatan)"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Amerika Serikat"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Amerika Serikat, kepulauan Luar Minor"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Korea (bag. Selatan)"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Kepulauan Virgin"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Kepulauan Virgin (Inggris)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Korea (bag. Selatan)"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Korea (bag. Selatan)"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/is.po b/iso_3166/iso_3166_1/is.po
new file mode 100644
index 00000000..0e23419a
--- /dev/null
+++ b/iso_3166/iso_3166_1/is.po
@@ -0,0 +1,994 @@
+# Icelandic translations of ISO 3166 place names
+# Official county names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry, <mckinstry@computer.org>, 2002.
+# Translations taken from KDE:
+# Þórarinn Rúnar Einarsson <thori@mindspring.com>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:30+0000\n"
+"Last-Translator: Þórarinn Rúnar Einarsson <thori@mindspring.com>\n"
+"Language-Team: Icelandic <kde-isl@molar.is>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dóminíska Lýðveldið"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Dóminíska Lýðveldið"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Dóminíska Lýðveldið"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Dóminíska Lýðveldið"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Dóminíska Lýðveldið"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dóminíska Lýðveldið"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Dóminíska Lýðveldið"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dóminíska Lýðveldið"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Dóminíska Lýðveldið"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Dóminíska Lýðveldið"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Dóminíska Lýðveldið"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Táknmyndir"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Dóminíska Lýðveldið"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Dóminíska Lýðveldið"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Dóminíska Lýðveldið"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dóminíska Lýðveldið"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Dóminíska Lýðveldið"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dóminíska Lýðveldið"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litháenska"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Dóminíska Lýðveldið"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Dóminíska Lýðveldið"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Bandaríki Norður Ameríku"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Bandaríki Norður Ameríku"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Dóminíska Lýðveldið"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguay"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Dóminíska Lýðveldið"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Dóminíska Lýðveldið"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Dóminíska Lýðveldið"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Dóminíska Lýðveldið"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Bandaríki Norður Ameríku"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Dóminíska Lýðveldið"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dóminíska Lýðveldið"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Suður Afríka"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tæland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad og Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Dóminíska Lýðveldið"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Bandaríki Norður Ameríku"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Bandaríki Norður Ameríku"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Dóminíska Lýðveldið"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Dóminíska Lýðveldið"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Dóminíska Lýðveldið"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/it.po b/iso_3166/iso_3166_1/it.po
new file mode 100644
index 00000000..c86dbfb3
--- /dev/null
+++ b/iso_3166/iso_3166_1/it.po
@@ -0,0 +1,1005 @@
+# Italian Translations of ISO-3166 names.
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Andrea Scialpi <solopec@tiscalinet.it>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2000-01-15 02:44+01:00\n"
+"Last-Translator: Andrea Scialpi <solopec@tiscalinet.it>\n"
+"Language-Team: it <it@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8 bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Repubblica Ceca"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Repubblica Dominicana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Repubblica Ceca"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Isole di CapoVerde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Repubblica Ceca"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Repubblica Ceca"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Repubblica Ceca"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Repubblica Ceca"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Repubblica Ceca"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Repubblica Ceca"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Repubblica Ceca"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Guinea Equatoriale"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Repubblica Ceca"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Repubblica Ceca"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Repubblica Ceca"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Repubblica Ceca"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Repubblica Ceca"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Repubblica Ceca"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Repubblica Ceca"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Repubblica Ceca"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Repubblica Ceca"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Repubblica Ceca"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Repubblica Centraficana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Repubblica Ceca"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Repubblica Ceca"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Repubblica Ceca"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Repubblica Ceca"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Repubblica Ceca"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstei"
+
+# LT
+# iso-3166-1.h:222
+msgid "Republic of Lithuania"
+msgstr ""
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Repubblica Ceca"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Repubblica Ceca"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Repubblica Ceca"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Isole Falkland"
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Emirati Arabi Uniti"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Federazione degli Stati della Micronesia"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Guyana"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Repubblica Ceca"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Repubblica Ceca"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Repubblica Ceca"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Isole Vergini Britanniche"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Repubblica Ceca"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Repubblica Ceca"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Repubblica Ceca"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Repubblica Ceca"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Repubblica Ceca"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Repubblica Ceca"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Federazione degli Stati della Micronesia"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Arabia Saudita"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapore"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Repubblica Ceca"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Repubblica Dominicana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Sud_Africa"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tailandia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Pakistan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Repubblica Ceca"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Repubblica Ceca"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Repubblica Ceca"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Federazione degli Stati della Micronesia"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Pakistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Repubblica Ceca"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Isole Vergini Britanniche"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Isole Vergini Britanniche"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Repubblica Ceca"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Repubblica Ceca"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
+
diff --git a/iso_3166/iso_3166_1/ja.po b/iso_3166/iso_3166_1/ja.po
new file mode 100644
index 00000000..8e0a45c0
--- /dev/null
+++ b/iso_3166/iso_3166_1/ja.po
@@ -0,0 +1,994 @@
+# Japanese translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry, <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# Taiki Komoda <kom@kde.gr.jp>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:30+0000\n"
+"Last-Translator: Taiki Komoda <kom@kde.gr.jp>\n"
+"Language-Team: Japanese <Kdeveloper@kde.gr.jp\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "ドミニカ共和国"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "アゼルバイジャン"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "ドミニカ共和国"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "ドミニカ共和国"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "ドミニカ共和国"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "ドミニカ共和国"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "ドミニカ共和国"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "ドミニカ共和国"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "ドミニカ共和国"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "エルサルバドル"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "ドミニカ共和国"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "ドミニカ共和国"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "カタロニア"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "ドミニカ共和国"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "ドミニカ共和国"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "ドミニカ共和国"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "アイコン"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "ドミニカ共和国"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "ドミニカ共和国"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "ドミニカ共和国"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "ドミニカ共和国"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "ドミニカ共和国"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "ドミニカ共和国"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "ドミニカ共和国"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "リトアニア"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "ドミニカ共和国"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "ドミニカ共和国"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "ドミニカ共和国"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "アメリカ"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "アメリカ"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "パナマ"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "ドミニカ共和国"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "パラグアイ"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "ドミニカ共和国"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "ドミニカ共和国"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "ドミニカ共和国"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "ドミニカ共和国"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "パラグアイ"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "ドミニカ共和国"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "ドミニカ共和国"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "ドミニカ共和国"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "アメリカ"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "ドミニカ共和国"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "ドミニカ共和国"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "南アフリカ"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "タイ"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "台湾"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "ドミニカ共和国"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "トリニダードトバコ"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "ドミニカ共和国"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "アメリカ"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "アメリカ"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "ドミニカ共和国"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "ドミニカ共和国"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "ドミニカ共和国"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/ko.po b/iso_3166/iso_3166_1/ko.po
new file mode 100644
index 00000000..b6d53943
--- /dev/null
+++ b/iso_3166/iso_3166_1/ko.po
@@ -0,0 +1,1003 @@
+# Korean translations of ISO-3166 Country names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Jaegeum Choe <baedaron@hananet.net>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-25 10:07--500\n"
+"Last-Translator: Jaegeum Choe <baedaron@hananet.net>\n"
+"Language-Team: korean <baedaron@hananet.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "조선 민주주의 인민 공화국"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "대한민국"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "도미니카 공화국"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+msgid "Republic of Azerbaijan"
+msgstr ""
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "대한민국"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "대한민국"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "대한민국"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "대한민국"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "조선 민주주의 인민 공화국"
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "대한민국"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "대한민국"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr ""
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "조선 민주주의 인민 공화국"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "대한민국"
+
+# SV
+# iso-3166-1.h:121
+msgid "Republic of El Salvador"
+msgstr ""
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "조선 민주주의 인민 공화국"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "대한민국"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "대한민국"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "대한민국"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "도미니카 공화국"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+msgid "Republic of Guatemala"
+msgstr ""
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "대한민국"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "대한민국"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "대한민국"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "대한민국"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "인도네시아"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "이란 (이슬람 공화국)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "대한민국"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "도미니카 공화국"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "대한민국"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "조선 민주주의 인민 공화국"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "대한민국"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "대한민국"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "조선 민주주의 인민 공화국"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "대한민국"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "대한민국"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "리투아니아"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "마다가스카르"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "대한민국"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "대한민국"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "대한민국"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "이란 (이슬람 공화국)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "미국"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "미국"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "모잠비크"
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "대한민국"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+msgid "Republic of Nicaragua"
+msgstr ""
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "대한민국"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "대한민국"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "이란 (이슬람 공화국)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "대한민국"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "대한민국"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "파라과이"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "대한민국"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "대한민국"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "대한민국"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "도미니카 공화국"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "미국"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "사우디아라비아"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "싱가포르"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "대한민국"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "도미니카 공화국"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "남아프리카"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "조선 민주주의 인민 공화국"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+msgid "Kingdom of Swaziland"
+msgstr ""
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "러시아"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "타이완, 중화민국"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "타지키스탄"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "탄자니아, 연방"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "대한민국"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "대한민국"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "대한민국"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "미국"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "우즈베키스탄"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "대한민국"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "대한민국"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "대한민국"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/lt.po b/iso_3166/iso_3166_1/lt.po
new file mode 100644
index 00000000..4bddd2fc
--- /dev/null
+++ b/iso_3166/iso_3166_1/lt.po
@@ -0,0 +1,995 @@
+# Lithuanian translations of ISO 3166 place names
+# Official Country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry, <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# Ričardas Čepas <rch@richard.eu.org>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:35+0000\n"
+"Last-Translator: Ričardas Čepas <rch@richard.eu.org>\n"
+"Language-Team: Lithuanian <kde-i18n-lt@master.lde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikos Respublika"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaidžaniečių"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Dominikos Respublika"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Dominikos Respublika"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Dominikos Respublika"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Dominikos Respublika"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Dominikos Respublika"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dominikos Respublika"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Dominikos Respublika"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Salvadoras"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dominikos Respublika"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Dominikos Respublika"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Gvatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Dominikos Respublika"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Dominikos Respublika"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Dominikos Respublika"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Piktogramos"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Dominikos Respublika"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Dominikos Respublika"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Dominikos Respublika"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Dominikos Respublika"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dominikos Respublika"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Dominikos Respublika"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dominikos Respublika"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lietuva"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Dominikos Respublika"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Dominikos Respublika"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Dominikos Respublika"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Jungtinės Amerikos Valstijos"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Jungtinės Amerikos Valstijos"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Dominikos Respublika"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paragvajus"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Dominikos Respublika"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Dominikos Respublika"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Dominikos Respublika"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Dominikos Respublika"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragvajus"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Dominikos Respublika"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Dominikos Respublika"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Dominikos Respublika"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Jungtinės Amerikos Valstijos"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Dominikos Respublika"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikos Respublika"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Pietų Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tailandas"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taivanis"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dominikos Respublika"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidadas ir Tobagas"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Dominikos Respublika"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Jungtinės Amerikos Valstijos"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Jungtinės Amerikos Valstijos"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Dominikos Respublika"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Dominikos Respublika"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Dominikos Respublika"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/lv.po b/iso_3166/iso_3166_1/lv.po
new file mode 100644
index 00000000..5588aef3
--- /dev/null
+++ b/iso_3166/iso_3166_1/lv.po
@@ -0,0 +1,978 @@
+# Latvian translations of ISO-3166 Country names
+# Official Country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Juris Kudiņš <cooker@inbox.lv>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-06 15:59+0200\n"
+"Last-Translator: Juris Kudiņš <cooker@inbox.lv>\n"
+"Language-Team: Latvian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+msgid "Republic of Angola"
+msgstr ""
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Centrāl Āfrikas republika"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaidžāna"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+msgid "Republic of Benin"
+msgstr ""
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Irāna (Islama republika)"
+
+# CL
+# iso-3166-1.h:81
+msgid "Republic of Chile"
+msgstr ""
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Irāna (Islama republika)"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Kosta Rika"
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Irāna (Islama republika)"
+
+# CY
+# iso-3166-1.h:104
+msgid "Republic of Cyprus"
+msgstr ""
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Čehija"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Irāna (Islama republika)"
+
+# SV
+# iso-3166-1.h:121
+msgid "Republic of El Salvador"
+msgstr ""
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekvatoriālā Gvineja"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Čehija"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Čehija"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+msgid "Republic of Ghana"
+msgstr ""
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Čehija"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+msgid "Republic of Guinea"
+msgstr ""
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+msgid "Republic of Guyana"
+msgstr ""
+
+# HT
+# iso-3166-1.h:165
+msgid "Republic of Haiti"
+msgstr ""
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+msgid "Republic of India"
+msgstr ""
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonēzija"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Irāna (Islama republika)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Irāna (Islama republika)"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Centrāl Āfrikas republika"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+msgid "Republic of Kenya"
+msgstr ""
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+msgid "Republic of Korea"
+msgstr ""
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Čehija"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+msgid "Republic of Latvia"
+msgstr ""
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Čehija"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Lihtenšteina"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lietuva"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskāra"
+
+# MW
+# iso-3166-1.h:232
+msgid "Republic of Malawi"
+msgstr ""
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Irāna (Islama republika)"
+
+# MT
+# iso-3166-1.h:239
+msgid "Republic of Malta"
+msgstr ""
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Irāna (Islama republika)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "ASV"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "ASV"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambika"
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+msgid "Republic of Nauru"
+msgstr ""
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nikaragva"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+msgid "Federal Republic of Nigeria"
+msgstr ""
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Irāna (Islama republika)"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Irāna (Islama republika)"
+
+# PW
+# iso-3166-1.h:293
+msgid "Republic of Palau"
+msgstr ""
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+msgid "Republic of Panama"
+msgstr ""
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragvaja"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Irāna (Islama republika)"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+msgid "Republic of Poland"
+msgstr ""
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Portugāla"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Čehija"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "ASV"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Mārīno"
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saūda Arābija"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seišelu salas"
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapūra"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Irāna (Islama republika)"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Irāna (Islama republika)"
+
+# ZA
+# iso-3166-1.h:347
+msgid "Republic of South Africa"
+msgstr ""
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+msgid "Kingdom of Swaziland"
+msgstr ""
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Krievijas federācija"
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+msgid "Republic of Tajikistan"
+msgstr ""
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Čehija"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+msgid "Republic of Turkey"
+msgstr ""
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+msgid "Republic of Uganda"
+msgstr ""
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "ASV"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistāna"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Irāna (Islama republika)"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+msgid "Republic of Yemen"
+msgstr ""
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+msgid "Republic of Zambia"
+msgstr ""
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/mi.po b/iso_3166/iso_3166_1/mi.po
new file mode 100644
index 00000000..75ef7b8a
--- /dev/null
+++ b/iso_3166/iso_3166_1/mi.po
@@ -0,0 +1,994 @@
+# Maori translations of ISO 3166 place names
+# Official Country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# James Gasson <james.gasson@clear.net.nz>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:35+0000\n"
+"Last-Translator: James Gasson <james.gasson@clear.net.nz>\n"
+"Language-Team: Maori <james.gasson@clear.net.nz>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Reo Romeinia"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Reo Romeinia"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Reo Koroätia"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Reo Romeinia"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Reo Romeinia"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Reo Romeinia"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Reo Romeinia"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Reo Romeinia"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Reo Romeinia"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Reo Romeinia"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Reo Romeinia"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Örite Tätai"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Reo Romeinia"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Reo Romeinia"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Reo Romeinia"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Reo Romeinia"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Reo Peina Raki Räwhiti"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Reo Romeinia"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Reo Romeinia"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Reo Romeinia"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Reo Romeinia"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Mea Täkaro"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Reo Romeinia"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Reo Romeinia"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Reo Romeinia"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Reo Romeinia"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Reo Romeinia"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Reo Romeinia"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Reo Romeinia"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Reo Romeinia"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Language=Reo Ïtariana"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Reo Romeinia"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Reo Romeinia"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Reo Romeinia"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Amerika"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Amerika"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Kaupapa"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Reo Romeinia"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Potukara"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Reo Romeinia"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Reo Romeinia"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Reo Romeinia"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Reo Romeinia"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Potukara"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Reo Romeinia"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Reo Romeinia"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Reo Romeinia"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Reo Romeinia"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Amerika"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Reo Romeinia"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Reo Romeinia"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Ateria"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Taiwana"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwana"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Reo Romeinia"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Reo Mäori"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Reo Romeinia"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Reo Romeinia"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Amerika"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Amerika"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Reo Romeinia"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Reo Romeinia"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Reo Romeinia"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/mk.po b/iso_3166/iso_3166_1/mk.po
new file mode 100644
index 00000000..c5df3925
--- /dev/null
+++ b/iso_3166/iso_3166_1/mk.po
@@ -0,0 +1,994 @@
+# Macedonian translations of ISO 3166 place names
+# Official Country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# Danko Ilik <danko@mindless.com>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:40+0000\n"
+"Last-Translator: Danko Ilik <danko@mindless.com>\n"
+"Language-Team: Macedonian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Доминиканска Република"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Доминиканска Република"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Српски"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Доминиканска Република"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Доминиканска Република"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Доминиканска Република"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Доминиканска Република"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Доминиканска Република"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Доминиканска Република"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Доминиканска Република"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Доминиканска Република"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Ел Салвадор"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Доминиканска Република"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Доминиканска Република"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Доминиканска Република"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Доминиканска Република"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Гватемала"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Доминиканска Република"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Доминиканска Република"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Доминиканска Република"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Доминиканска Република"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Икони"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Доминиканска Република"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Доминиканска Република"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Доминиканска Република"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Доминиканска Република"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Доминиканска Република"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Доминиканска Република"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Доминиканска Република"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Доминиканска Република"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Литвански"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Доминиканска Република"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Доминиканска Република"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Доминиканска Република"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Соединетите Американски Држави"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Соединетите Американски Држави"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Панама"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Доминиканска Република"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Парагвај"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Доминиканска Република"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Доминиканска Република"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Доминиканска Република"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Доминиканска Република"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Парагвај"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Доминиканска Република"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Доминиканска Република"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Доминиканска Република"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Доминиканска Република"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Соединетите Американски Држави"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Доминиканска Република"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Доминиканска Република"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Јужна Африка"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Тајланд"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Тајван"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Доминиканска Република"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Тринидад и Тобаго"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Доминиканска Република"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Доминиканска Република"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Соединетите Американски Држави"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Соединетите Американски Држави"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Доминиканска Република"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Доминиканска Република"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Доминиканска Република"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/mn.po b/iso_3166/iso_3166_1/mn.po
new file mode 100644
index 00000000..07cd2fcd
--- /dev/null
+++ b/iso_3166/iso_3166_1/mn.po
@@ -0,0 +1,1007 @@
+# ISO-3166 territory names in Mongolian
+# Official Country names
+# Copyright (C) 2003 Free Software Foundation, Inc.
+# This file is distributed under the LGPL License
+# Sanlig Badral <badral@chinggis.com>, 2003.
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2003-02-12 21:40+0100\n"
+"Last-Translator: Sanlig Badral <badral@chinggis.com>\n"
+"Language-Team: Mongolian <mn@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.6\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Ардчилсан Конго ард улс"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Солонгос ард улс"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Доминик ард улс"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Азербайжан"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Солонгос ард улс"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Солонгос ард улс"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Солонгос ард улс"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Солонгос ард улс"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Ардчилсан Конго ард улс"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Коста рика"
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Солонгос ард улс"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Солонгос ард улс"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Чех ард улс"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Ардчилсан Конго ард улс"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Солонгос ард улс"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Эл салвадор"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Ардчилсан Конго ард улс"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Чех ард улс"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Чех ард улс"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Солонгос ард улс"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Чех ард улс"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+msgid "Republic of Guatemala"
+msgstr ""
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Солонгос ард улс"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Солонгос ард улс"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Солонгос ард улс"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Солонгос ард улс"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Индонез"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Солонгос ард улс"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Солонгос ард улс"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Төв африкын ард улс"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+#, fuzzy
+msgid "Republic of Kazakhstan"
+msgstr "Казакстан"
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Солонгос ард улс"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Ардчилсан солонгос улс"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Солонгос ард улс"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Чех ард улс"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Ардчилсан Конго ард улс"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Солонгос ард улс"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Чех ард улс"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Лейхтенштайн"
+
+# LT
+# iso-3166-1.h:222
+msgid "Republic of Lithuania"
+msgstr ""
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Мадагаскар"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Солонгос ард улс"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Солонгос ард улс"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Солонгос ард улс"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Маршаллын арлууд"
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Америкын нэгдсэн улс"
+
+# FM
+# iso-3166-1.h:251
+msgid "Federated States of Micronesia"
+msgstr ""
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Мозамбайк"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Мянмар"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Солонгос ард улс"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Никрагуа"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Солонгос ард улс"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Солонгос ард улс"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Хойд марианы арлууд"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Солонгос ард улс"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Солонгос ард улс"
+
+#.
+# PY
+# iso-3166-1.h:300
+msgid "Republic of Paraguay"
+msgstr ""
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Солонгос ард улс"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Солонгос ард улс"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Солонгос ард улс"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Чех ард улс"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+msgid "Independent State of Samoa"
+msgstr ""
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "Сан марино"
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Саудын араб"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Сингафур"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Солонгос ард улс"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Доминик ард улс"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Өмнөд африк"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Ардчилсан солонгос улс"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Швецарь"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Оросын холбооны улс"
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Тажикстан"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Чех ард улс"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Солонгос ард улс"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Солонгос ард улс"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Америкын нэгдсэн улс"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "узбекстан"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Солонгос ард улс"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Виржиний АНУ арлууд"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Виржиний британи арлууд"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Солонгос ард улс"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Солонгос ард улс"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/mt.po b/iso_3166/iso_3166_1/mt.po
new file mode 100644
index 00000000..fba63417
--- /dev/null
+++ b/iso_3166/iso_3166_1/mt.po
@@ -0,0 +1,994 @@
+# Maltese translations of ISO 3166 place names
+# Official Country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# Ramon Casha <ramon.casha@linux.org.mt>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:40+0000\n"
+"Last-Translator: Ramon Casha <ramon.casha@linux.org.mt>\n"
+"Language-Team: Maltese <mt@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Repubblika Dominikana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Ażerbajġan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Repubblika Dominikana"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Repubblika Dominikana"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Repubblika Dominikana"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Repubblika Dominikana"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Repubblika Dominikana"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Repubblika Dominikana"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Repubblika Dominikana"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Repubblika Dominikana"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Repubblika Dominikana"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Gwatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Repubblika Dominikana"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Repubblika Dominikana"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Repubblika Dominikana"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Ikoni"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Repubblika Dominikana"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Repubblika Dominikana"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Repubblika Dominikana"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Repubblika Dominikana"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Repubblika Dominikana"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Repubblika Dominikana"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Repubblika Dominikana"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litwanja"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Repubblika Dominikana"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Repubblika Dominikana"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Repubblika Dominikana"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Stati Uniti"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Stati Uniti"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Repubblika Dominikana"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paragwaj"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Repubblika Dominikana"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Repubblika Dominikana"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Repubblika Dominikana"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Repubblika Dominikana"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragwaj"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Repubblika Dominikana"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Repubblika Dominikana"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Repubblika Dominikana"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Stati Uniti"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Repubblika Dominikana"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Repubblika Dominikana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Afrika t'Isfel"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tajlandja"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Repubblika Dominikana"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad u Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Repubblika Dominikana"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Stati Uniti"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Stati Uniti"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Repubblika Dominikana"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Repubblika Dominikana"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Repubblika Dominikana"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/nb.po b/iso_3166/iso_3166_1/nb.po
new file mode 100644
index 00000000..f9a9fe76
--- /dev/null
+++ b/iso_3166/iso_3166_1/nb.po
@@ -0,0 +1,993 @@
+# Norsk (Bokmal) translations of ISO 3166 place names
+# Formal country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE :
+# Rune Nordvik <rune@linuxnorge.com>
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:45+0000\n"
+"Last-Translator: Rune Nordvik <rune@linuxnorge.com>\n"
+"Language-Team: Norsk Bokmal\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanske republikk"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Aserbadjansk"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Dominikanske republikk"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Dominikanske republikk"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Dominikanske republikk"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Dominikanske republikk"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Dominikanske republikk"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dominikanske republikk"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Dominikanske republikk"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dominikanske republikk"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Dominikanske republikk"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Dominikanske republikk"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Dominikanske republikk"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Dominikanske republikk"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Ikoner"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Dominikanske republikk"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Dominikanske republikk"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Dominikanske republikk"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Dominikanske republikk"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dominikanske republikk"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Dominikanske republikk"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dominikanske republikk"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituaisk"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Dominikanske republikk"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Dominikanske republikk"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Dominikanske republikk"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Amerikas forente stater"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Amerikas forente stater"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Dominikanske republikk"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguay"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Dominikanske republikk"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Dominikanske republikk"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Dominikanske republikk"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Dominikanske republikk"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Dominikanske republikk"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Dominikanske republikk"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Dominikanske republikk"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Amerikas forente stater"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Dominikanske republikk"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanske republikk"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Sør-Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Thailand"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dominikanske republikk"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad og Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Dominikanske republikk"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Amerikas forente stater"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Amerikas forente stater"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Dominikanske republikk"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Dominikanske republikk"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Dominikanske republikk"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/nl.po b/iso_3166/iso_3166_1/nl.po
new file mode 100644
index 00000000..e783b3f9
--- /dev/null
+++ b/iso_3166/iso_3166_1/nl.po
@@ -0,0 +1,994 @@
+# Dutch translations of ISO 3166 place names
+# Formal country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Rinse de Vries <rinse@kde.nl>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:50+0000\n"
+"Last-Translator: Otto Bruggeman <otto.bruggeman@home.nl>\n"
+"Language-Team: Nederlands (dutch) <nl@li.org, i18n@kde.nl>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominicaanse Republiek"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbeidjan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Dominicaanse Republiek"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Dominicaanse Republiek"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Dominicaanse Republiek"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Dominicaanse Republiek"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Dominicaanse Republiek"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dominicaanse Republiek"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Dominicaanse Republiek"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dominicaanse Republiek"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Dominicaanse Republiek"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Dominicaanse Republiek"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Dominicaanse Republiek"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Dominicaanse Republiek"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesië"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Dominicaanse Republiek"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Dominicaanse Republiek"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Dominicaanse Republiek"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Dominicaanse Republiek"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dominicaanse Republiek"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Dominicaanse Republiek"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dominicaanse Republiek"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litouwen"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Dominicaanse Republiek"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Dominicaanse Republiek"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Dominicaanse Republiek"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Verenigde Staten van Amerika"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Verenigde Staten van Amerika"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Dominicaanse Republiek"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguay"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Dominicaanse Republiek"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Dominicaanse Republiek"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Dominicaanse Republiek"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Dominicaanse Republiek"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Dominicaanse Republiek"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Dominicaanse Republiek"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Dominicaanse Republiek"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Verenigde Staten van Amerika"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Dominicaanse Republiek"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominicaanse Republiek"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Zuid-Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Thailand"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dominicaanse Republiek"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad en Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Dominicaanse Republiek"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Verenigde Staten van Amerika"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Verenigde Staten van Amerika"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Dominicaanse Republiek"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Dominicaanse Republiek"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Dominicaanse Republiek"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/no.po b/iso_3166/iso_3166_1/no.po
new file mode 100644
index 00000000..2f83a727
--- /dev/null
+++ b/iso_3166/iso_3166_1/no.po
@@ -0,0 +1,1028 @@
+# Norsk translations of ISO-3166 Country names
+# Formal country names
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Andreas Bergstrøm <andreas@andreas-b.net>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-10-27 12:26CET\n"
+"Last-Translator: Andreas Bergstrøm <andreas@andreas-b.net>\n"
+"Language-Team: Norsk\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.5\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Lao People's Democratic Republic"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Korea, Republic of"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanske republikk"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Korea, Republic of"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cape Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Korea, Republic of"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Korea, Republic of"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Korea, Republic of"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "District of Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Lao People's Democratic Republic"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Cote d'Ivoire"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Korea, Republic of"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Korea, Republic of"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Tjekkia"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Lao People's Democratic Republic"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Korea, Republic of"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Equatorial Guinea"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Lao People's Democratic Republic"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Tjekkia"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Tjekkia"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Korea, Republic of"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Tjekkia"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Korea, Republic of"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Korea, Republic of"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Korea, Republic of"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Korea, Republic of"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran (Islamic Republic of)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Korea, Republic of"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Central African Republic"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Korea, Republic of"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Korea, Democratic People's Republic of"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Korea, Republic of"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Tjekkia"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Lao People's Democratic Republic"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Korea, Republic of"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Tjekkia"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libyan Arab Jamahiriya"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litauen"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Korea, Republic of"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Korea, Republic of"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Korea, Republic of"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshall Islands"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran (Islamic Republic of)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "USA"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "USA"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Korea, Republic of"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Korea, Republic of"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Korea, Republic of"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Northern Mariana Islands"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran (Islamic Republic of)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Korea, Republic of"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Korea, Republic of"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Korea, Republic of"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Korea, Republic of"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Korea, Republic of"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Tjekkia"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "USA"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome and Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudi Arabia"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapore"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Korea, Republic of"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanske republikk"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "South Africa"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Korea, Democratic People's Republic of"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard og Jan Mayen"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Russland"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan, Republic of China"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzania, United Republic of"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Tjekkia"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad and Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Korea, Republic of"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Korea, Republic of"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "USA"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "United States Minor Outlying Islands"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Korea, Republic of"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Virgin Islands"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Virgin Islands (British)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Korea, Republic of"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Korea, Republic of"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/nso.po b/iso_3166/iso_3166_1/nso.po
new file mode 100644
index 00000000..41d676dc
--- /dev/null
+++ b/iso_3166/iso_3166_1/nso.po
@@ -0,0 +1,1015 @@
+# ISO 3166 (Country) names in Northern Sotho
+# Formal country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 200.
+# Translations taken from kaddressbook:
+# Jerry Thobejane <jerry@translate.org.za>, 2002
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-11-13 15:30+0200\n"
+"Last-Translator: Jerry Thobejane <jerry@translate.org.za>\n"
+"Language-Team: Northern Sotho <sepedi@translate.org.za>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.0beta2\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominican Republic"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+#, fuzzy
+msgid "Republic of Austria"
+msgstr "Equatorial Guinea"
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+#, fuzzy
+msgid "Commonwealth of the Bahamas"
+msgstr "Lebowa la Mariana Islands"
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Czech Republic"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cape Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Czech Republic"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Czech Republic"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Czech Republic"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Czech Republic"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Czech Republic"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Czech Republic"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+#, fuzzy
+msgid "Republic of Ecuador"
+msgstr "Equatorial Guinea"
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Czech Republic"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Equatorial Guinea"
+
+#.
+# EE
+# iso-3166-1.h:126
+#, fuzzy
+msgid "Republic of Estonia"
+msgstr "Equatorial Guinea"
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Czech Republic"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Czech Republic"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Equatorial Guinea"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Equatorial Guinea"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Czech Republic"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Czech Republic"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Czech Republic"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Czech Republic"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Czech Republic"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Central African Republic"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+#, fuzzy
+msgid "Republic of Kazakhstan"
+msgstr "Kazakhstan"
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Czech Republic"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Czech Republic"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Czech Republic"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Czech Republic"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Czech Republic"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lithuania"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagascar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Czech Republic"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Czech Republic"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Czech Republic"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshall Islands"
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+#, fuzzy
+msgid "Republic of Mauritius"
+msgstr "Mauritius"
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "United States"
+
+# FM
+# iso-3166-1.h:251
+msgid "Federated States of Micronesia"
+msgstr ""
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Czech Republic"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Czech Republic"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Czech Republic"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Lebowa la Mariana Islands"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Czech Republic"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Czech Republic"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Czech Republic"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Czech Republic"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Czech Republic"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+msgid "Independent State of Samoa"
+msgstr ""
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome and Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudi Arabia"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapore"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Czech Republic"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominican Republic"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Africa Borwa"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajikistan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Czech Republic"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad le Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Czech Republic"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "United States"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Czech Republic"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Faroe Islands"
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Czech Republic"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Czech Republic"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/oc.po b/iso_3166/iso_3166_1/oc.po
new file mode 100644
index 00000000..5dc4c605
--- /dev/null
+++ b/iso_3166/iso_3166_1/oc.po
@@ -0,0 +1,994 @@
+# Occitan translations of ISO 3166 place names
+# Formal country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# Joan Luc Labòrda <laborde@crpp.u-bordeaux.fr>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 16:54+0000\n"
+"Last-Translator: Joan Luc Labòrda <laborde@crpp.u-bordeaux.fr>\n"
+"Language-Team: Occitan <laborde@crpp.u-bordeaux.fr>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Republica Dominicana"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Republica Dominicana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Turc"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Republica Dominicana"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Republica Dominicana"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Republica Dominicana"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Republica Dominicana"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Republica Dominicana"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Republica Dominicana"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Republica Dominicana"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Republica Dominicana"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Republica Dominicana"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Republica Dominicana"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Republica Dominicana"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Republica Dominicana"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Republica Dominicana"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Republica Dominicana"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Republica Dominicana"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Republica Dominicana"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Icones"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Republica Dominicana"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Republica Dominicana"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Republica Dominicana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Republica Dominicana"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Republica Dominicana"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Republica Dominicana"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Republica Dominicana"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Republica Dominicana"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litua"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Republica Dominicana"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Republica Dominicana"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Republica Dominicana"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Estats Units d'Amèrica"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Estats Units d'Amèrica"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Republica Dominicana"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguai"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Republica Dominicana"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Republica Dominicana"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Republica Dominicana"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Republica Dominicana"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguai"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Republica Dominicana"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Republica Dominicana"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Republica Dominicana"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Republica Dominicana"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Estats Units d'Amèrica"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Republica Dominicana"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Republica Dominicana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Sudafrica"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tailandia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Republica Dominicana"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad e Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Republica Dominicana"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Republica Dominicana"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Estats Units d'Amèrica"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Estats Units d'Amèrica"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Republica Dominicana"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Republica Dominicana"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Republica Dominicana"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/pl.po b/iso_3166/iso_3166_1/pl.po
new file mode 100644
index 00000000..63be7b0b
--- /dev/null
+++ b/iso_3166/iso_3166_1/pl.po
@@ -0,0 +1,995 @@
+# Polish translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Jacek Stolarczyk <jacek@mer.chemia.polsl.gliwice.pl>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 17:30+0000\n"
+"Last-Translator: Jacek Stolarczyk <jacek@mer.chemia.polsl.gliwice.pl>\n"
+"Language-Team: Polish <pl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Dominikana"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbejdżan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Dominikana"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Dominikana"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Dominikana"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Dominikana"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Dominikana"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Dominikana"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dominikana"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Dominikana"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Salwador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dominikana"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dominikana"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Dominikana"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dominikana"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Gwatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Dominikana"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Dominikana"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Dominikana"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Dominikana"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Ikony"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Dominikana"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Dominikana"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dominikana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Dominikana"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Dominikana"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dominikana"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Dominikana"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dominikana"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litwa"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Dominikana"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Dominikana"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Dominikana"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Stany Zjednoczone Ameryki"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Stany Zjednoczone Ameryki"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Dominikana"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paragwaj"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Dominikana"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Dominikana"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Dominikana"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Dominikana"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragwaj"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Dominikana"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Dominikana"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Dominikana"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dominikana"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Stany Zjednoczone Ameryki"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Dominikana"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Afryka Południowa"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tajlandia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dominikana"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad i Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Dominikana"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Dominikana"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Stany Zjednoczone Ameryki"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Stany Zjednoczone Ameryki"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Dominikana"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Dominikana"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Dominikana"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/pt.po b/iso_3166/iso_3166_1/pt.po
new file mode 100644
index 00000000..4447dabe
--- /dev/null
+++ b/iso_3166/iso_3166_1/pt.po
@@ -0,0 +1,995 @@
+# Portuguese translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# José Nuno Coelho Sanarra Pires <jncp@rnl.ist.utl.pt>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 17:40+0000\n"
+"Last-Translator: José Nuno Coelho Sanarra Pires <jncp@rnl.ist.utl.pt>\n"
+"Language-Team: Portuguese <kde@poli.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "República Dominicana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijão"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "República Dominicana"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "República Dominicana"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "República Dominicana"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "República Dominicana"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "República Dominicana"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "República Dominicana"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "República Dominicana"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "República Dominicana"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "República Dominicana"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "República Dominicana"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "República Dominicana"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "República Dominicana"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "República Dominicana"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "República Dominicana"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonésia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "República Dominicana"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "República Dominicana"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "República Dominicana"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "República Dominicana"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "República Dominicana"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "República Dominicana"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "República Dominicana"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituânia"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "República Dominicana"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "República Dominicana"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "República Dominicana"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Estados Unidos da América"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Estados Unidos da América"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panamá"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "República Dominicana"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguai"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "República Dominicana"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "República Dominicana"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "República Dominicana"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "República Dominicana"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguai"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "República Dominicana"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "República Dominicana"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "República Dominicana"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Estados Unidos da América"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "República Dominicana"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "República Dominicana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Africa do Sul"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tailândia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Formosa"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "República Dominicana"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidade e Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "República Dominicana"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Estados Unidos da América"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Estados Unidos da América"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "República Dominicana"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "República Dominicana"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "República Dominicana"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/pt_BR.po b/iso_3166/iso_3166_1/pt_BR.po
new file mode 100644
index 00000000..12749875
--- /dev/null
+++ b/iso_3166/iso_3166_1/pt_BR.po
@@ -0,0 +1,995 @@
+# Brazilian Portuguese translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Lisiane Sztoltz <lisiane@conectiva.com.br>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 17:04+0000\n"
+"Last-Translator: Lisiane Sztoltz <lisiane@conectiva.com.br>\n"
+"Language-Team: Portuguese Brazilian <pt_BR@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "República Dominicana"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Turco"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "República Dominicana"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "República Dominicana"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "República Dominicana"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "República Dominicana"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "República Dominicana"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "República Dominicana"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "República Dominicana"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "República Dominicana"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "República Dominicana"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "República Dominicana"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "República Dominicana"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "República Dominicana"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "República Dominicana"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "República Dominicana"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonésia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "República Dominicana"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "República Dominicana"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "República Dominicana"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "República Dominicana"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "República Dominicana"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "República Dominicana"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "República Dominicana"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lituânia"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "República Dominicana"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "República Dominicana"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "República Dominicana"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Estados Unidos"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Estados Unidos"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panamá"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "República Dominicana"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguai"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "República Dominicana"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "República Dominicana"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "República Dominicana"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "República Dominicana"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguai"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "República Dominicana"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "República Dominicana"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "República Dominicana"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Estados Unidos"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "República Dominicana"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "República Dominicana"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "África do Sul"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tailândia"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "República Dominicana"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad e Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "República Dominicana"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "República Dominicana"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Estados Unidos"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Estados Unidos"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "República Dominicana"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "República Dominicana"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "República Dominicana"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/ro.po b/iso_3166/iso_3166_1/ro.po
new file mode 100644
index 00000000..e6c8b4fb
--- /dev/null
+++ b/iso_3166/iso_3166_1/ro.po
@@ -0,0 +1,989 @@
+# Romanian translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Claudiu Costin <claudiuc@geocities.com>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 17:40+0000\n"
+"Last-Translator: Claudiu Costin <claudiuc@geocities.com>\n"
+"Language-Team: Romanian <ro-kde@egroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Ajutor Debian"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Ajutor Debian"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Debian"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Ajutor Debian"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Ajutor Debian"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Ajutor Debian"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Ajutor Debian"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Ajutor Debian"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Ajutor Debian"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Ajutor Debian"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Ajutor Debian"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Emulatoare"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Ajutor Debian"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Ajutor Debian"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Ajutor Debian"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Ajutor Debian"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Galaxie"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Ajutor Debian"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Ajutor Debian"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Ajutor Debian"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Ajutor Debian"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Iconiţe"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Ajutor Debian"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Ajutor Debian"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Ajutor Debian"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Ajutor Debian"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Ajutor Debian"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Ajutor Debian"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Ajutor Debian"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Ajutor Debian"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Fulger"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Ajutor Debian"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Ajutor Debian"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Ajutor Debian"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+msgid "United Mexican States"
+msgstr ""
+
+# FM
+# iso-3166-1.h:251
+msgid "Federated States of Micronesia"
+msgstr ""
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Plan"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Ajutor Debian"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Gri pal"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Ajutor Debian"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Ajutor Debian"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Ajutor Debian"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Ajutor Debian"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Gri pal"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Ajutor Debian"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Ajutor Debian"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Ajutor Debian"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Ajutor Debian"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+msgid "Independent State of Samoa"
+msgstr ""
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Ajutor Debian"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Ajutor Debian"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Aventuri"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Plan"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Triunghi"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Ajutor Debian"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Ajutor Debian"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Ajutor Debian"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr ""
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Ajutor Debian"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Ajutor Debian"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Ajutor Debian"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/ru.po b/iso_3166/iso_3166_1/ru.po
new file mode 100644
index 00000000..1238e7b5
--- /dev/null
+++ b/iso_3166/iso_3166_1/ru.po
@@ -0,0 +1,996 @@
+# Russian translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Denis Perchine <dyp@perchine.com>, 2000.
+# Gregory Mokhin <mok@kde.ru>, 2000.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 17:40+0000\n"
+"Last-Translator: Gregory Mokhin <mok@kde.ru>\n"
+"Language-Team: Russian <ru@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Доминиканская республика"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Доминиканская республика"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Азербайджанский"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Доминиканская республика"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Доминиканская республика"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Доминиканская республика"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Доминиканская республика"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Доминиканская республика"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Доминиканская республика"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Доминиканская республика"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Доминиканская республика"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Сальвадор"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Доминиканская республика"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Доминиканская республика"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Доминиканская республика"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Доминиканская республика"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Гватемала"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Доминиканская республика"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Доминиканская республика"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Доминиканская республика"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Доминиканская республика"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Пиктограммы"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Доминиканская республика"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Доминиканская республика"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Доминиканская республика"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Доминиканская республика"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Доминиканская республика"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Доминиканская республика"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Доминиканская республика"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Доминиканская республика"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Литва"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Доминиканская республика"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Доминиканская республика"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Доминиканская республика"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "США"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "США"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Панама"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Доминиканская республика"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Парагвай"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Доминиканская республика"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Доминиканская республика"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Доминиканская республика"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Доминиканская республика"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Парагвай"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Доминиканская республика"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Доминиканская республика"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Доминиканская республика"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Доминиканская республика"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "США"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Доминиканская республика"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Доминиканская республика"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Южная Африка"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Таиланд"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Тайвань"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Доминиканская республика"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Тринидад и Тобаго"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Доминиканская республика"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Доминиканская республика"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "США"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "США"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Доминиканская республика"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Доминиканская республика"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Доминиканская республика"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/sk.po b/iso_3166/iso_3166_1/sk.po
new file mode 100644
index 00000000..5ab531de
--- /dev/null
+++ b/iso_3166/iso_3166_1/sk.po
@@ -0,0 +1,1028 @@
+# Slovak translations of ISO-3166 Country names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Pavol Cvengros <orpheus@hq.alert.sk>, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-26 08:44+0100\n"
+"Last-Translator: Pavol Cvengros <orpheus@hq.alert.sk>\n"
+"Language-Team: slovak <i18n@hq.alert.sk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Ľudová Demoratická Republika Lao"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Korea, Republika"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikánska Republika"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbajdžan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Korea, Republika"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cape Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Korea, Republika"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Korea, Republika"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Korea, Republika"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "Oblasť Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Ľudová Demoratická Republika Lao"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Kostrika"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Cote d'Ivoire"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Korea, Republika"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Korea, Republika"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Čseká Republika"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Ľudová Demoratická Republika Lao"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Korea, Republika"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Equatorial Guinea"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Ľudová Demoratická Republika Lao"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Čseká Republika"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Čseká Republika"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Korea, Republika"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Čseká Republika"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Korea, Republika"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Korea, Republika"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Korea, Republika"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Korea, Republika"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonézia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Irán (Islámska Republika)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Korea, Republika"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Stredná Africká Republika"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Korea, Republika"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Korea, Ľudová Demokratická Republika"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Korea, Republika"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Čseká Republika"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Ľudová Demoratická Republika Lao"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Korea, Republika"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Čseká Republika"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libyan Arab Jamahiriya"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Lichtenštajnsko"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litva"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Korea, Republika"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Korea, Republika"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Korea, Republika"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshallove ostrovy"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Irán (Islámska Republika)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Spojené Štáty"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Spojené Štáty"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambik"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Korea, Republika"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nikaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Korea, Republika"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Korea, Republika"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Severné ostrovy Mariana"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Irán (Islámska Republika)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Korea, Republika"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Korea, Republika"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Korea, Republika"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Korea, Republika"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Korea, Republika"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Čseká Republika"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Spojené Štáty"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome a Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudská Arabia"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapur"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Korea, Republika"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikánska Republika"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Južná Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Korea, Ľudová Demokratická Republika"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard a Jan Mayen ostrovy"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swazijsko"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Ruská Federácia"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Tajwan, Čínska Republika"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzánia, Spojená Republika"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Čseká Republika"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad a Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Korea, Republika"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Korea, Republika"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Spojené Štáty"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Spojené Štáty Minor Outlying ostrovy"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Korea, Republika"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Panenské ostrovy"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Panenské ostrovy (Britské)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Korea, Republika"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Korea, Republika"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/sl.po b/iso_3166/iso_3166_1/sl.po
new file mode 100644
index 00000000..ddc652c2
--- /dev/null
+++ b/iso_3166/iso_3166_1/sl.po
@@ -0,0 +1,1027 @@
+# Slovenian translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# Roman Maurer <roman.maurer@amis.net>, 2002.
+# Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>, 2003
+#
+# $Id$
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2003-04-07 16:03+0200\n"
+"Last-Translator: Roman Maurer <roman.maurer@amis.net>, 2002.\n"
+"Language-Team: Slovenian <sl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Kongo, demokratična republika"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Koreja, republika"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanska republika"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbajdžan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Koreja, republika"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Zelenortski otoki"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Koreja, republika"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Koreja, republika"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Koreja, republika"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr "Kongo, demokratična republika"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Kostarika"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Slonokoščena obala"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Koreja, republika"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Koreja, republika"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Češka republika"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Kongo, demokratična republika"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Koreja, republika"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekvatorialna Gvineja"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Kongo, demokratična republika"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Češka republika"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Češka republika"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Koreja, republika"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Češka republika"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Gvatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Koreja, republika"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Gvineja Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Koreja, republika"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Koreja, republika"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Koreja, republika"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonezija"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran (islamska republika)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Koreja, republika"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Centralnoafriška republika"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Koreja, republika"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Koreja, demokratična ljudska republika"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Koreja, republika"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Češka republika"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Kongo, demokratična republika"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Koreja, republika"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Češka republika"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libijska arabska džamahirija"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Lihtenštajn"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litva"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+#, fuzzy
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr "Makedonija, nekdanja jugoslovanska republika"
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Koreja, republika"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Koreja, republika"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Koreja, republika"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshallovi otoki"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran (islamska republika)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Združene države"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Združene države Amerike"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambik"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Mjanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Koreja, republika"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nikaragva"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Koreja, republika"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Koreja, republika"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Severni Marianski otoki"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran (islamska republika)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Koreja, republika"
+
+# PS
+# iso-3166-1.h:295
+#, fuzzy
+msgid "Occupied Palestinian Territory"
+msgstr "Palestinsko ozemlje, zasedeno"
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Koreja, republika"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragvaj"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Koreja, republika"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Koreja, republika"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Koreja, republika"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Češka republika"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Združene države Amerike"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome in Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudova Arabija"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Sejšeli"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapur"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Moldavija, republika"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanska republika"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Južna Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Koreja, demokratična ljudska republika"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard in Jan Mayen"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Svazi"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Ruska federacija"
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr "Tajvan, provinca Kitajske"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tadžikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzanija, združena republika"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Češka republika"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad in Tabago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Koreja, republika"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Koreja, republika"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Združene države Amerike"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "manjši otoki Združenih držav Amerike"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Moldavija, republika"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Deviški otoki"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Britanski Deviški otoki"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Koreja, republika"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Koreja, republika"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/sr.po b/iso_3166/iso_3166_1/sr.po
new file mode 100644
index 00000000..360176a7
--- /dev/null
+++ b/iso_3166/iso_3166_1/sr.po
@@ -0,0 +1,993 @@
+# Servian translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# KDE Serbian Translation Team <kde-yu@kde.org.yu>, 1999.
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 18:25+0000\n"
+"Last-Translator: Slobodan Marković <twiddle@eunet.yu>\n"
+"Language-Team: Serbian <kde-yu@kde.org.yu>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Republika Slovačka"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanska republika"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbejdžan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Republika Slovačka"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Republika Slovačka"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Republika Slovačka"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Republika Slovačka"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Republika Slovačka"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Republika Slovačka"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dominikanska republika"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Republika Slovačka"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dominikanska republika"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dominikanska republika"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Republika Slovačka"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dominikanska republika"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Gvatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Republika Slovačka"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Republika Slovačka"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Republika Slovačka"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Republika Slovačka"
+
+# ID
+# iso-3166-1.h:179
+msgid "Republic of Indonesia"
+msgstr ""
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Republika Slovačka"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Republika Slovačka"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dominikanska republika"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Republika Slovačka"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Republika Slovačka"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dominikanska republika"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Republika Slovačka"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dominikanska republika"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litvanija"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Republika Slovačka"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Republika Slovačka"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Republika Slovačka"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Sjedinjene američke države"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Sjedinjene američke države"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Republika Slovačka"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paragvaj"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Republika Slovačka"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Republika Slovačka"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Republika Slovačka"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Republika Slovačka"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragvaj"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Republika Slovačka"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Republika Slovačka"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Republika Slovačka"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dominikanska republika"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Sjedinjene američke države"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Republika Slovačka"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanska republika"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Južna Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Tajland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajvan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dominikanska republika"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad i Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Republika Slovačka"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Republika Slovačka"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Sjedinjene američke države"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Sjedinjene američke države"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Republika Slovačka"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Republika Slovačka"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Republika Slovačka"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/sv.po b/iso_3166/iso_3166_1/sv.po
new file mode 100644
index 00000000..41f4deb5
--- /dev/null
+++ b/iso_3166/iso_3166_1/sv.po
@@ -0,0 +1,993 @@
+# Swedish translations of ISO-3166 Country names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Mattias Newzella <newzella@linux.nu, 2001.
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-25 18:44\n"
+"Last-Translator: Mattias Newzella <newzella@linux.nu>\n"
+"Language-Team: Swedish <sv@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.8\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+msgid "Republic of Angola"
+msgstr ""
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominikanska republiken"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbajdzjan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+msgid "Republic of Benin"
+msgstr ""
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Kap Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Taiwan"
+
+# CL
+# iso-3166-1.h:81
+msgid "Republic of Chile"
+msgstr ""
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Taiwan"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Taiwan"
+
+# CY
+# iso-3166-1.h:104
+msgid "Republic of Cyprus"
+msgstr ""
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Tjeckien"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Taiwan"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekvatorialguinea"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Tjeckien"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Tjeckien"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+msgid "Republic of Ghana"
+msgstr ""
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Tjeckien"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+msgid "Republic of Guinea"
+msgstr ""
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+msgid "Republic of Guyana"
+msgstr ""
+
+# HT
+# iso-3166-1.h:165
+msgid "Republic of Haiti"
+msgstr ""
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+msgid "Republic of India"
+msgstr ""
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesien"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Iran"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Taiwan"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Centralafrikanska republiken"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+msgid "Republic of Kenya"
+msgstr ""
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+msgid "Republic of Korea"
+msgstr ""
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Tjeckien"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+msgid "Republic of Latvia"
+msgstr ""
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Tjeckien"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litauen"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+msgid "Republic of Malawi"
+msgstr ""
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Taiwan"
+
+# MT
+# iso-3166-1.h:239
+msgid "Republic of Malta"
+msgstr ""
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshallöarna"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "Iran"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Amerikas förenta stater"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Amerikas förenta stater"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Moçambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+msgid "Republic of Nauru"
+msgstr ""
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+msgid "Federal Republic of Nigeria"
+msgstr ""
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Taiwan"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Nordmarianerna"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "Iran"
+
+# PW
+# iso-3166-1.h:293
+msgid "Republic of Palau"
+msgstr ""
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+msgid "Republic of Panama"
+msgstr ""
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Taiwan"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+msgid "Republic of Poland"
+msgstr ""
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Portugal"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Tjeckien"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Amerikas förenta stater"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "São Tomé och Príncipe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudiarabien"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychellerna"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapor"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Taiwan"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominikanska republiken"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Sydafrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Taiwan"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tadzjikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzania"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Tjeckien"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad och Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+msgid "Republic of Turkey"
+msgstr ""
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+msgid "Republic of Uganda"
+msgstr ""
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Amerikas förenta stater"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Taiwan"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Jungfruöarna"
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+msgid "Republic of Yemen"
+msgstr ""
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+msgid "Republic of Zambia"
+msgstr ""
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/ta.po b/iso_3166/iso_3166_1/ta.po
new file mode 100644
index 00000000..ad2a2c4e
--- /dev/null
+++ b/iso_3166/iso_3166_1/ta.po
@@ -0,0 +1,996 @@
+# Tamil translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Sivakumar Shanmugasundaram <sshanmu@yahoo.com>, 2000.
+# B. Manimaran <bmmaran@yahoo.com>, 2001
+# Thuraiappah Vaseeharan <t_vasee@yahoo.com>, 2001
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 18:30+0000\n"
+"Last-Translator: Thuraiappah Vaseeharan <t_vasee@yahoo.com>\n"
+"Language-Team: TAMIL <tamilinix@yahoogroups.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "«º÷¨Àº¡ý"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "±ø º¡øŧ¼¡÷"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "ÌÅ¡ò¾Á¡Ä¡"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "­ó§¾¡É£º¢Â¡"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Ä¢òЧÅɢ¡"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "³ì¸¢Â «¦ÁÃ¢ì¸ ¿¡Î¸û"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "³ì¸¢Â «¦ÁÃ¢ì¸ ¿¡Î¸û"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "ÀÉ¡Á¡"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Àá̧Å"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Àá̧Å"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "³ì¸¢Â «¦ÁÃ¢ì¸ ¿¡Î¸û"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "¦¾ý ¬ôâ측"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "¾¡öÄ¡óÐ"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "¾¡öÅ¡ý"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "ðâɢ¼¡ð & ¦¼¡À¡§¸¡"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "³ì¸¢Â «¦ÁÃ¢ì¸ ¿¡Î¸û"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "³ì¸¢Â «¦ÁÃ¢ì¸ ¿¡Î¸û"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "¦¼¡Á¢É¢ì¸ý ÌÊÂÃÍ"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/th.po b/iso_3166/iso_3166_1/th.po
new file mode 100644
index 00000000..c31fb820
--- /dev/null
+++ b/iso_3166/iso_3166_1/th.po
@@ -0,0 +1,994 @@
+# Thai translations for ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Thanomsub Noppaburana <donga@midaassets.com>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 1835+0000\n"
+"Last-Translator: Thanomsub Noppaburana <donga@midaassets.com>\n"
+"Language-Team: Deutsch <kde-i18n-de@kde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Dominican Republic"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominican Republic"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Dominican Republic"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Dominican Republic"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Dominican Republic"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Dominican Republic"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Dominican Republic"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Dominican Republic"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Dominican Republic"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Dominican Republic"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Dominican Republic"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Dominican Republic"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Dominican Republic"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Dominican Republic"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Dominican Republic"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Dominican Republic"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Dominican Republic"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Dominican Republic"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "ไอคอน"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Dominican Republic"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Dominican Republic"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Dominican Republic"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Dominican Republic"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Dominican Republic"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Dominican Republic"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Dominican Republic"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Dominican Republic"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lithuania"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Dominican Republic"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Dominican Republic"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Dominican Republic"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "United States of America"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "United States of America"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Dominican Republic"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguay"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Dominican Republic"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Dominican Republic"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Dominican Republic"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Dominican Republic"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Dominican Republic"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Dominican Republic"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Dominican Republic"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Dominican Republic"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "United States of America"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Dominican Republic"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominican Republic"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "South Africa"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "ประเทศไทย"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Dominican Republic"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad and Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Dominican Republic"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Dominican Republic"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "United States of America"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "United States of America"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Dominican Republic"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Dominican Republic"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Dominican Republic"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/tr.po b/iso_3166/iso_3166_1/tr.po
new file mode 100644
index 00000000..77029fe2
--- /dev/null
+++ b/iso_3166/iso_3166_1/tr.po
@@ -0,0 +1,1030 @@
+# Turkish translations for ISO-3166 Country names
+# Official country names
+# Copyright (C) 2001,2003 Free Software Foundation, Inc.
+# Nilgün Belma Bugüner <nilgun@fide.org>, 2001
+# Ömer Fadıl USTA <omer_fad@hotmail.com>, 1999
+# (translations from drakfw)
+# Alastair McKinstry <mckinstry@computer.org>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2001-09-23 02:35+0200\n"
+"Last-Translator: Ömer Fadıl USTA <omer_fad@hotmail.com>\n"
+"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 0.9.5\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+#, fuzzy
+msgid "People's Democratic Republic of Algeria"
+msgstr "Lao Halk Cumhuriyeti"
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Kore Cumhuriyeti"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominik Cumhuriyeti"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaycan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Kore Cumhuriyeti"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Verde Burnu"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Kore Cumhuriyeti"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Kore Cumhuriyeti"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Kore Cumhuriyeti"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+#, fuzzy
+msgid "Republic of Colombia"
+msgstr "District of Columbia"
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+#, fuzzy
+msgid "Congo, The Democratic Republic of the"
+msgstr "Lao Halk Cumhuriyeti"
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Kosta Rika"
+
+# CI
+# iso-3166-1.h:98
+#, fuzzy
+msgid "Republic of Cote d'Ivoire"
+msgstr "Cote d'Ivoire"
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Kore Cumhuriyeti"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Kore Cumhuriyeti"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Çek Cumhuriyeti"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+#, fuzzy
+msgid "Democratic Republic of East Timor"
+msgstr "Lao Halk Cumhuriyeti"
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Kore Cumhuriyeti"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Ekvatoral Gine"
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+#, fuzzy
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Lao Halk Cumhuriyeti"
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Çek Cumhuriyeti"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Çek Cumhuriyeti"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Kore Cumhuriyeti"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Çek Cumhuriyeti"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guetemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Kore Cumhuriyeti"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Gine-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Kore Cumhuriyeti"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Kore Cumhuriyeti"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Kore Cumhuriyeti"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Endonezya"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "İran (İslam Cumhuriyeti)"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Kore Cumhuriyeti"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Orta Afrika Cumhuriyeti"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Kore Cumhuriyeti"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+#, fuzzy
+msgid "Democratic People's Republic of Korea"
+msgstr "Kore Demokratik Halk Cumhuriyeti"
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Kore Cumhuriyeti"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Çek Cumhuriyeti"
+
+# LA
+# iso-3166-1.h:208
+#, fuzzy
+msgid "Lao People's Democratic Republic"
+msgstr "Lao Halk Cumhuriyeti"
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Kore Cumhuriyeti"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Çek Cumhuriyeti"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+#, fuzzy
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr "Libya Arap Cemahiriyesi"
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Lihtenştayn"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Litvanya"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagaskar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Kore Cumhuriyeti"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Kore Cumhuriyeti"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Kore Cumhuriyeti"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marşal Adaları"
+
+#.
+# MR
+# iso-3166-1.h:244
+#, fuzzy
+msgid "Islamic Republic of Mauritania"
+msgstr "İran (İslam Cumhuriyeti)"
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Birleşik Devletler"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Birleşik Devletler"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambik"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Miyanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Kore Cumhuriyeti"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nikaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Kore Cumhuriyeti"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Kore Cumhuriyeti"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Kuzey Meryem Adaları"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+#, fuzzy
+msgid "Islamic Republic of Pakistan"
+msgstr "İran (İslam Cumhuriyeti)"
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Kore Cumhuriyeti"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Kore Cumhuriyeti"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Kore Cumhuriyeti"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Kore Cumhuriyeti"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Kore Cumhuriyeti"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Çek Cumhuriyeti"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Birleşik Devletler"
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Suudi Arabistan"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seyşel Adaları"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapur"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Kore Cumhuriyeti"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominik Cumhuriyeti"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Güney Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+#, fuzzy
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Kore Demokratik Halk Cumhuriyeti"
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+#, fuzzy
+msgid "Svalbard and Jan Mayen"
+msgstr "Svalbard ve Jan Mayen Adaları"
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+#, fuzzy
+msgid "Swiss Confederation"
+msgstr "Rusya Federasyonu"
+
+#.
+# TW
+# iso-3166-1.h:367
+#, fuzzy
+msgid "Taiwan, Province of China"
+msgstr "Tayvan Çin Cumhuriyeti"
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tacikistan"
+
+# TZ
+# iso-3166-1.h:371
+#, fuzzy
+msgid "United Republic of Tanzania"
+msgstr "Tanzanya"
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Çek Cumhuriyeti"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad ve Tobako"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Kore Cumhuriyeti"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Kore Cumhuriyeti"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "Birleşik Devletler"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "United States Minor Outlying Islands"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Özbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Kore Cumhuriyeti"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Virgin Adaları"
+
+# VI
+# iso-3166-1.h:411
+#, fuzzy
+msgid "Virgin Islands of the United States"
+msgstr "Virgin Adaları (İngiliz)"
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Kore Cumhuriyeti"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Kore Cumhuriyeti"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/uk.po b/iso_3166/iso_3166_1/uk.po
new file mode 100644
index 00000000..17fef96e
--- /dev/null
+++ b/iso_3166/iso_3166_1/uk.po
@@ -0,0 +1,1290 @@
+# translation of uk.po to Ukrainian
+# Ukranian translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003, 2004 Free Software Foundation, Inc.
+# Translations from KDE:
+# Andriy Rysin <arysin@yahoo.com>
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Eugeniy Meshcheryakov <eugen@univ.kiev.ua>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: uk\n"
+"Report-Msgid-Bugs-To: Alastair McKinstry <mckinstry@computer.org>\n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2004-02-11 19:20+0200\n"
+"Last-Translator: Eugeniy Meshcheryakov <eugen@univ.kiev.ua>\n"
+"Language-Team: Ukrainian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.0.2\n"
+
+# ##
+# AF
+# AL
+# iso-3166-1.h:16
+#. ## iso-3166-1.tab
+#. ## Further elements of the ISO-3166-1 standard
+#. ##
+#. ## Copyright (C) 2002 Alastair McKinstry <mckinstry@debian.org>
+#. ## Additional material: Andreas Jochens <aj@andaco.de>
+#. ## Last updated: 2002-11-06
+#. ##
+#. ## Released under the LGPL
+#. ##
+#. ## Format:
+#. ## Two-letter-code Three-letter-code Numeric-code Official-Name-of-Country
+#. ##
+#. ##
+#. AF
+#. AL
+#: iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr "Республіка Албанія"
+
+# DZ
+# iso-3166-1.h:18
+#. DZ
+#: iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr "Народно-Демократична Республіка Алжир"
+
+# AD
+# iso-3166-1.h:21
+#.
+#. AD
+#: iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#. AO
+#: iso-3166-1.h:23
+msgid "Republic of Angola"
+msgstr "Республіка Ангола"
+
+# AR
+# iso-3166-1.h:28
+#.
+#.
+#.
+#. AR
+#: iso-3166-1.h:28
+msgid "Argentine Republic"
+msgstr "Аргентинська республіка"
+
+# AM
+# iso-3166-1.h:30
+#. AM
+#: iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr "Республіка Вірменія"
+
+# AT
+# iso-3166-1.h:34
+#.
+#.
+#. AT
+#: iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr "Республіка Австрія"
+
+# AZ
+# iso-3166-1.h:36
+#. AZ
+#: iso-3166-1.h:36
+msgid "Republic of Azerbaijan"
+msgstr "Республіка Азербайджан"
+
+# BS
+# iso-3166-1.h:38
+#. BS
+#: iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+#. BH
+#: iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr "Королівство Бахрейн"
+
+# BD
+# iso-3166-1.h:42
+#. BD
+#: iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr "Народна Республіка Бангладеш"
+
+# BY
+# iso-3166-1.h:45
+#.
+#. BY
+#: iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr "Республіка Білорусь"
+
+# BE
+# iso-3166-1.h:47
+#. BE
+#: iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr "Королівство Бельгія"
+
+# BJ
+# iso-3166-1.h:50
+#.
+#. BJ
+#: iso-3166-1.h:50
+msgid "Republic of Benin"
+msgstr "Республіка Бенін"
+
+# BT
+# iso-3166-1.h:53
+#.
+#. BT
+#: iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr "Королівство Бутан"
+
+# BO
+# iso-3166-1.h:55
+#. BO
+#: iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr "Республіка Болівія"
+
+# BW
+# iso-3166-1.h:58
+#.
+#. BW
+#: iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr "Республіка Ботсвана"
+
+# BR
+# iso-3166-1.h:61
+#.
+#. BR
+#: iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr "Федеративна Республіка Бразилія"
+
+# BG
+# iso-3166-1.h:65
+#.
+#.
+#. BG
+#: iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr "Республіка Болгарія"
+
+# BI
+# iso-3166-1.h:68
+#.
+#. BI
+#: iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr "Республіка Бурунді"
+
+# KH
+# iso-3166-1.h:70
+#. KH
+#: iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr "Королівство Камбоджа"
+
+# CM
+# iso-3166-1.h:72
+#. CM
+#: iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr "Республіка Камерун"
+
+# CV
+# iso-3166-1.h:75
+#.
+#. CV
+#: iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr "Республіка Кабо-Верде"
+
+# TD
+# iso-3166-1.h:79
+#.
+#.
+#. TD
+#: iso-3166-1.h:79
+msgid "Republic of Chad"
+msgstr "Республіка Чад"
+
+# CL
+# iso-3166-1.h:81
+#. CL
+#: iso-3166-1.h:81
+msgid "Republic of Chile"
+msgstr "Республіка Чілі"
+
+# CN
+# iso-3166-1.h:83
+#. CN
+#: iso-3166-1.h:83
+msgid "People's Republic of China"
+msgstr "Китайська Народна Республіка"
+
+# CO
+# iso-3166-1.h:87
+#.
+#.
+#. CO
+#: iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr "Республіка Колумбія"
+
+# KM
+# iso-3166-1.h:89
+#. KM
+#: iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+#. CG
+#: iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr "Республіка Конго"
+
+# CD
+# iso-3166-1.h:93
+#. CD
+#: iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr "Демократична Республіка Конго"
+
+# CR
+# iso-3166-1.h:96
+#.
+#. CR
+#: iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr "Республіка Коста-Ріка"
+
+# CI
+# iso-3166-1.h:98
+#. CI
+#: iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr "Республіка Кот-д'Івуар"
+
+# HR
+# iso-3166-1.h:100
+#. HR
+#: iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr "Республіка Хорватія"
+
+# CU
+# iso-3166-1.h:102
+#. CU
+#: iso-3166-1.h:102
+msgid "Republic of Cuba"
+msgstr "Республіка Куба"
+
+# CY
+# iso-3166-1.h:104
+#. CY
+#: iso-3166-1.h:104
+msgid "Republic of Cyprus"
+msgstr "Республіка Кіпр"
+
+# CZ
+# iso-3166-1.h:106
+#. CZ
+#: iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Чеська Республіка"
+
+# DK
+# iso-3166-1.h:108
+#. DK
+#: iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr "Королівство Данія"
+
+# DJ
+# iso-3166-1.h:110
+#. DJ
+#: iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr "Республіка Джібуті"
+
+# DM
+# iso-3166-1.h:112
+#. DM
+#: iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+# TL
+# iso-3166-1.h:115
+#.
+#. TL
+#: iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr "Демократична Республіка Східний Тимор"
+
+# EC
+# iso-3166-1.h:117
+#. EC
+#: iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr "Республіка Еквадор"
+
+# EG
+# iso-3166-1.h:119
+#. EG
+#: iso-3166-1.h:119
+msgid "Arab Republic of Egypt"
+msgstr "Арабська Республіка Єгипет"
+
+# SV
+# iso-3166-1.h:121
+#. SV
+#: iso-3166-1.h:121
+msgid "Republic of El Salvador"
+msgstr "Республіка Сальвадор"
+
+# GQ
+# iso-3166-1.h:123
+#. GQ
+#: iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr "Республіка Екваториальна Гвінея"
+
+# EE
+# iso-3166-1.h:126
+#.
+#. EE
+#: iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr "Республіка Естонія"
+
+# ET
+# iso-3166-1.h:128
+#. ET
+#: iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr "Федеративна Демократична Республіка Ефіопія"
+
+# FJ
+# iso-3166-1.h:132
+#.
+#.
+#. FJ
+#: iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr "Республіка Островів Фіджі"
+
+# FI
+# iso-3166-1.h:134
+#. FI
+#: iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr "Республіка Фінляндія"
+
+# FR
+# iso-3166-1.h:136
+#. FR
+#: iso-3166-1.h:136
+msgid "French Republic"
+msgstr "Французька Республіка"
+
+# GA
+# iso-3166-1.h:141
+#.
+#.
+#.
+#. GA
+#: iso-3166-1.h:141
+msgid "Gabonese Republic"
+msgstr "Габонська Республіка"
+
+# GM
+# iso-3166-1.h:143
+#. GM
+#: iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr "Республіка Гамбія"
+
+# DE
+# iso-3166-1.h:146
+#.
+#. DE
+#: iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr "Республіка Німеччина"
+
+# GH
+# iso-3166-1.h:148
+#. GH
+#: iso-3166-1.h:148
+msgid "Republic of Ghana"
+msgstr "Республіка Гана"
+
+# GR
+# iso-3166-1.h:151
+#.
+#. GR
+#: iso-3166-1.h:151
+msgid "Hellenic Republic"
+msgstr "Грецька Республіка"
+
+# GT
+# iso-3166-1.h:157
+#.
+#.
+#.
+#.
+#. GT
+#: iso-3166-1.h:157
+msgid "Republic of Guatemala"
+msgstr "Республіка Гватемала"
+
+# GN
+# iso-3166-1.h:159
+#. GN
+#: iso-3166-1.h:159
+msgid "Republic of Guinea"
+msgstr "Республіка Гвінея"
+
+# GW
+# iso-3166-1.h:161
+#. GW
+#: iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr "Республіка Гвінея-Бісау"
+
+# GY
+# iso-3166-1.h:163
+#. GY
+#: iso-3166-1.h:163
+msgid "Republic of Guyana"
+msgstr "Республіка Гаяна"
+
+# HT
+# iso-3166-1.h:165
+#. HT
+#: iso-3166-1.h:165
+msgid "Republic of Haiti"
+msgstr "Республіка Гаїті"
+
+# HN
+# iso-3166-1.h:169
+#.
+#.
+#. HN
+#: iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr "Республіка Гондурас"
+
+# HK
+# iso-3166-1.h:171
+#. HK
+#: iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+#. HU
+#: iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr "Республіка Угорщина"
+
+# IS
+# iso-3166-1.h:175
+#. IS
+#: iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr "Республіка Ісландія"
+
+# IN
+# iso-3166-1.h:177
+#. IN
+#: iso-3166-1.h:177
+msgid "Republic of India"
+msgstr "Республіка Індія"
+
+# ID
+# iso-3166-1.h:179
+#. ID
+#: iso-3166-1.h:179
+msgid "Republic of Indonesia"
+msgstr "Республіка Індонезія"
+
+# IR
+# iso-3166-1.h:181
+#. IR
+#: iso-3166-1.h:181
+msgid "Islamic Republic of Iran"
+msgstr "Ісламська Республіка Іран"
+
+# IQ
+# iso-3166-1.h:183
+#. IQ
+#: iso-3166-1.h:183
+msgid "Republic of Iraq"
+msgstr "Республіка Ірак"
+
+# IL
+# iso-3166-1.h:186
+#.
+#. IL
+#: iso-3166-1.h:186
+msgid "State of Israel"
+msgstr "Ізраїльська Держава"
+
+# IT
+# iso-3166-1.h:188
+#. IT
+#: iso-3166-1.h:188
+msgid "Italian Republic"
+msgstr "Італійська Республіка"
+
+# JO
+# iso-3166-1.h:192
+#.
+#.
+#. JO
+#: iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+#. KZ
+#: iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr "Республіка Казахстан"
+
+# KE
+# iso-3166-1.h:196
+#. KE
+#: iso-3166-1.h:196
+msgid "Republic of Kenya"
+msgstr "Республіка Кенія"
+
+# KI
+# iso-3166-1.h:198
+#. KI
+#: iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr "Республіка Кірібаті"
+
+# KP
+# iso-3166-1.h:200
+#. KP
+#: iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr "Корейська Народно-Демократична Республіка"
+
+# KR
+# iso-3166-1.h:202
+#. KR
+#: iso-3166-1.h:202
+msgid "Republic of Korea"
+msgstr "Республіка Корея"
+
+# KW
+# iso-3166-1.h:204
+#. KW
+#: iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#. KG
+#: iso-3166-1.h:206
+msgid "Kyrgyz Republic"
+msgstr "Киргизька Республіка"
+
+# LA
+# iso-3166-1.h:208
+#. LA
+#: iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#. LV
+#: iso-3166-1.h:210
+msgid "Republic of Latvia"
+msgstr "Республіка Латвія"
+
+# LB
+# iso-3166-1.h:212
+#. LB
+#: iso-3166-1.h:212
+msgid "Lebanese Republic"
+msgstr "Ліванська Республіка"
+
+# LS
+# iso-3166-1.h:214
+#. LS
+#: iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr "Королівство Лесото"
+
+# LR
+# iso-3166-1.h:216
+#. LR
+#: iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr "Республіка Ліберія"
+
+# LY
+# iso-3166-1.h:218
+#. LY
+#: iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#. LI
+#: iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#. LT
+#: iso-3166-1.h:222
+msgid "Republic of Lithuania"
+msgstr "Республіка Литва"
+
+# LU
+# iso-3166-1.h:224
+#. LU
+#: iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+#. MO
+#: iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+#. MK
+#: iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#. MG
+#: iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr "Республіка Мадагаскар"
+
+# MW
+# iso-3166-1.h:232
+#. MW
+#: iso-3166-1.h:232
+msgid "Republic of Malawi"
+msgstr "Республіка Малаві"
+
+# MV
+# iso-3166-1.h:235
+#.
+#. MV
+#: iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr "Республіка Мальдіви"
+
+# ML
+# iso-3166-1.h:237
+#. ML
+#: iso-3166-1.h:237
+msgid "Republic of Mali"
+msgstr "Республіка Малі"
+
+# MT
+# iso-3166-1.h:239
+#. MT
+#: iso-3166-1.h:239
+msgid "Republic of Malta"
+msgstr "Республіка Мальта"
+
+# MH
+# iso-3166-1.h:241
+#. MH
+#: iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr "Республіка Маршаллові Острови"
+
+# MR
+# iso-3166-1.h:244
+#.
+#. MR
+#: iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr "Ісламська Республіка Мавританія"
+
+# MU
+# iso-3166-1.h:246
+#. MU
+#: iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr "Республіка Маврикій"
+
+# MX
+# iso-3166-1.h:249
+#.
+#. MX
+#: iso-3166-1.h:249
+msgid "United Mexican States"
+msgstr "Сполучені Мексиканські Штати"
+
+# FM
+# iso-3166-1.h:251
+#. FM
+#: iso-3166-1.h:251
+msgid "Federated States of Micronesia"
+msgstr ""
+
+# MD
+# iso-3166-1.h:253
+#. MD
+#: iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr "Республіка Молдова"
+
+# MC
+# iso-3166-1.h:255
+#. MC
+#: iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+# MA
+# iso-3166-1.h:259
+#.
+#.
+#. MA
+#: iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr "Королівство Марокко"
+
+# MZ
+# iso-3166-1.h:261
+#. MZ
+#: iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr "Республіка Мозамбік"
+
+# MM
+# iso-3166-1.h:263
+#. MM
+#: iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+#. NA
+#: iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr "Республіка Намібія"
+
+# NR
+# iso-3166-1.h:267
+#. NR
+#: iso-3166-1.h:267
+msgid "Republic of Nauru"
+msgstr "Республіка Науру"
+
+# NP
+# iso-3166-1.h:269
+#. NP
+#: iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr "Королівство Непал"
+
+# NL
+# iso-3166-1.h:271
+#. NL
+#: iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr "Королівство Нідерланди"
+
+# NI
+# iso-3166-1.h:276
+#.
+#.
+#.
+#. NI
+#: iso-3166-1.h:276
+msgid "Republic of Nicaragua"
+msgstr "Республіка Нікарагуа"
+
+# NE
+# iso-3166-1.h:278
+#. NE
+#: iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr "Республіка Нігер"
+
+# NG
+# iso-3166-1.h:280
+#. NG
+#: iso-3166-1.h:280
+msgid "Federal Republic of Nigeria"
+msgstr "Федеральна Республіка Нігерія"
+
+# NU
+# iso-3166-1.h:282
+#. NU
+#: iso-3166-1.h:282
+msgid "Republic of Niue"
+msgstr "Республіка Ніуе"
+
+# MP
+# iso-3166-1.h:285
+#.
+#. MP
+#: iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+#. NO
+#: iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr "Королівство Норвегія"
+
+# OM
+# iso-3166-1.h:289
+#. OM
+#: iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr "Оманський Султанат"
+
+# PK
+# iso-3166-1.h:291
+#. PK
+#: iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr "Ісламська Республіка Пакистан"
+
+# PW
+# iso-3166-1.h:293
+#. PW
+#: iso-3166-1.h:293
+msgid "Republic of Palau"
+msgstr "Республіка Палау"
+
+# PS
+# iso-3166-1.h:295
+#. PS
+#: iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr "Окуповані Палестинські Території"
+
+# PA
+# iso-3166-1.h:297
+#. PA
+#: iso-3166-1.h:297
+msgid "Republic of Panama"
+msgstr "Республіка Панама"
+
+# PY
+# iso-3166-1.h:300
+#.
+#. PY
+#: iso-3166-1.h:300
+msgid "Republic of Paraguay"
+msgstr "Республіка Парагвай"
+
+# PE
+# iso-3166-1.h:302
+#. PE
+#: iso-3166-1.h:302
+msgid "Republic of Peru"
+msgstr "Республіка Перу"
+
+# PH
+# iso-3166-1.h:304
+#. PH
+#: iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr "Республіка Філіппіни"
+
+# PL
+# iso-3166-1.h:307
+#.
+#. PL
+#: iso-3166-1.h:307
+msgid "Republic of Poland"
+msgstr "Республіка Польща"
+
+# PT
+# iso-3166-1.h:309
+#. PT
+#: iso-3166-1.h:309
+msgid "Portuguese Republic"
+msgstr "Португальська Республіка"
+
+# QA
+# iso-3166-1.h:312
+#.
+#. QA
+#: iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+# RW
+# iso-3166-1.h:317
+#.
+#.
+#.
+#. RW
+#: iso-3166-1.h:317
+msgid "Rwandese Republic"
+msgstr "Руандійська Республіка"
+
+# WS
+# iso-3166-1.h:324
+#.
+#.
+#.
+#.
+#.
+#. WS
+#: iso-3166-1.h:324
+msgid "Independent State of Samoa"
+msgstr ""
+
+# SM
+# iso-3166-1.h:326
+#. SM
+#: iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr "Республіка Сан-Марино"
+
+# ST
+# iso-3166-1.h:328
+#. ST
+#: iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Демократична Республіка Сан-Томе і Прінсіпі"
+
+# SA
+# iso-3166-1.h:330
+#. SA
+#: iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr "Королівство Саудівська Аравія"
+
+# SN
+# iso-3166-1.h:332
+#. SN
+#: iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr "Республіка Сенегал"
+
+# SC
+# iso-3166-1.h:334
+#. SC
+#: iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr "Республіка Сейшели"
+
+# SL
+# iso-3166-1.h:336
+#. SL
+#: iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr "Республіка Сьєрра-Леоне"
+
+# SG
+# iso-3166-1.h:338
+#. SG
+#: iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr "Республіка Сінгапур"
+
+# SK
+# iso-3166-1.h:340
+#. SK
+#: iso-3166-1.h:340
+msgid "Slovak Republic"
+msgstr "Словацька Республіка"
+
+# SI
+# iso-3166-1.h:342
+#. SI
+#: iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr "Республіка Словенія"
+
+# SO
+# iso-3166-1.h:345
+#.
+#. SO
+#: iso-3166-1.h:345
+msgid "Somali Republic"
+msgstr "Сомалійська Республіка"
+
+# ZA
+# iso-3166-1.h:347
+#. ZA
+#: iso-3166-1.h:347
+msgid "Republic of South Africa"
+msgstr "Південно-Африканська Республіка"
+
+# ES
+# iso-3166-1.h:350
+#.
+#. ES
+#: iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr "Королівство Іспанія"
+
+# LK
+# iso-3166-1.h:352
+#. LK
+#: iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr "Демократична Соціалістична Республіка Шрі-Ланка"
+
+# SD
+# iso-3166-1.h:354
+#. SD
+#: iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr "Республіка Судан"
+
+# SR
+# iso-3166-1.h:356
+#. SR
+#: iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr "Республіка Суринам"
+
+# SJ
+# iso-3166-1.h:358
+#. SJ
+#: iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr "Свальбард та Ян-Маєн"
+
+# SZ
+# iso-3166-1.h:360
+#. SZ
+#: iso-3166-1.h:360
+msgid "Kingdom of Swaziland"
+msgstr "Королівство Свазіленд"
+
+# SE
+# iso-3166-1.h:362
+#. SE
+#: iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr "Королівство Швеція"
+
+# CH
+# iso-3166-1.h:364
+#. CH
+#: iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr "Швейцарська Конфедерація"
+
+# TW
+# iso-3166-1.h:367
+#.
+#. TW
+#: iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr "Тайвань, Провінція Китаю"
+
+# TJ
+# iso-3166-1.h:369
+#. TJ
+#: iso-3166-1.h:369
+msgid "Republic of Tajikistan"
+msgstr "Республіка Таджикистан"
+
+# TZ
+# iso-3166-1.h:371
+#. TZ
+#: iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr "Об'єднана Республіка Танзанія"
+
+# TH
+# iso-3166-1.h:373
+#. TH
+#: iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr "Королівство Тайланд"
+
+# TG
+# iso-3166-1.h:375
+#. TG
+#: iso-3166-1.h:375
+msgid "Togolese Republic"
+msgstr "Тоголійська Республіка"
+
+# TO
+# iso-3166-1.h:378
+#.
+#. TO
+#: iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr "Королівство Тонга"
+
+# TT
+# iso-3166-1.h:380
+#. TT
+#: iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr "Республіка Тринідад і Тобаго"
+
+# TN
+# iso-3166-1.h:382
+#. TN
+#: iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr "Республіка Туніс"
+
+# TR
+# iso-3166-1.h:384
+#. TR
+#: iso-3166-1.h:384
+msgid "Republic of Turkey"
+msgstr "Республіка Туреччина"
+
+# UG
+# iso-3166-1.h:389
+#.
+#.
+#.
+#. UG
+#: iso-3166-1.h:389
+msgid "Republic of Uganda"
+msgstr "Республіка Уганда"
+
+# GB
+# iso-3166-1.h:393
+#.
+#.
+#. GB
+#: iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr "Об'єднане Королівство Велика Британія та Північна Ірландія"
+
+# US
+# iso-3166-1.h:395
+#. US
+#: iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Сполучені Штати Америки"
+
+# UM
+# iso-3166-1.h:397
+#. UM
+#: iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr "Малі Віддалені Острови Сполученх Штатів"
+
+# UY
+# iso-3166-1.h:399
+#. UY
+#: iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr "Східна Республіка Уругвай"
+
+# UZ
+# iso-3166-1.h:401
+#. UZ
+#: iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr "Республіка Узбекистан"
+
+# VU
+# iso-3166-1.h:403
+#. VU
+#: iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr "Республіка Вануату"
+
+# VE
+# iso-3166-1.h:405
+#. VE
+#: iso-3166-1.h:405
+msgid "Bolivarian Republic of Venezuela"
+msgstr ""
+
+# VN
+# iso-3166-1.h:407
+#. VN
+#: iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr "Соціалістична Республіка В'єтнам"
+
+# VG
+# iso-3166-1.h:409
+#. VG
+#: iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr "Британські Віргінські Острови"
+
+# VI
+# iso-3166-1.h:411
+#. VI
+#: iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr "Віргінські Острови Сполучених Штатів"
+
+# YE
+# iso-3166-1.h:415
+#.
+#.
+#. YE
+#: iso-3166-1.h:415
+msgid "Republic of Yemen"
+msgstr "Республіка Ємен"
+
+# YU
+# iso-3166-1.h:417
+#. YU
+#: iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr "Федеративна Республіка Югославія"
+
+# ZM
+# iso-3166-1.h:419
+#. ZM
+#: iso-3166-1.h:419
+msgid "Republic of Zambia"
+msgstr "Республіка Замбія"
+
+# ZW
+# iso-3166-1.h:421
+#. ZW
+#: iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr "Республіка Зімбабве"
+
diff --git a/iso_3166/iso_3166_1/ven.po b/iso_3166/iso_3166_1/ven.po
new file mode 100644
index 00000000..85251042
--- /dev/null
+++ b/iso_3166/iso_3166_1/ven.po
@@ -0,0 +1,1014 @@
+#Translation of ISO-3166 (territory) names to Venda
+# Official country names
+# Copyright (C) 2002-3 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2003
+# Fhatuwani Rambau <fhatuwani@translate.org.za>, 2002
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-11-13 22:07SAST\n"
+"Last-Translator: Fhatuwani Rambau <fhatuwani@translate.org.za>\n"
+"Language-Team: Venda <venda@translate.org.za>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.0beta2\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Dominican Republic"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+#, fuzzy
+msgid "Republic of Austria"
+msgstr "Equatorial Guinea"
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+#, fuzzy
+msgid "Commonwealth of the Bahamas"
+msgstr "Northern Mariana Islands"
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Czech Republic"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+#, fuzzy
+msgid "Republic of Cape Verde"
+msgstr "Cape Verde"
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Czech Republic"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Czech Republic"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Czech Republic"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+#, fuzzy
+msgid "Republic of Costa Rica"
+msgstr "Costa Rica"
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Czech Republic"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Czech Republic"
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr "Czech Republic"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+#, fuzzy
+msgid "Republic of Ecuador"
+msgstr "Equatorial Guinea"
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Czech Republic"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+#, fuzzy
+msgid "Republic of Equatorial Guinea"
+msgstr "Equatorial Guinea"
+
+#.
+# EE
+# iso-3166-1.h:126
+#, fuzzy
+msgid "Republic of Estonia"
+msgstr "Equatorial Guinea"
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Czech Republic"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Czech Republic"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Equatorial Guinea"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Equatorial Guinea"
+
+# GW
+# iso-3166-1.h:161
+#, fuzzy
+msgid "Republic of Guinea-Bissau"
+msgstr "Guinea-Bissau"
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Czech Republic"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Czech Republic"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Czech Republic"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Czech Republic"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Czech Republic"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Central African Republic"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+#, fuzzy
+msgid "Republic of Kazakhstan"
+msgstr "Kazakhstan"
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Czech Republic"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Czech Republic"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Czech Republic"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Czech Republic"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Czech Republic"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+#, fuzzy
+msgid "Principality of Liechtenstein"
+msgstr "Liechtenstein"
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lithuania"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+#, fuzzy
+msgid "Republic of Madagascar"
+msgstr "Madagascar"
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Czech Republic"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Czech Republic"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Czech Republic"
+
+# MH
+# iso-3166-1.h:241
+#, fuzzy
+msgid "Republic of the Marshall Islands"
+msgstr "Marshall Islands"
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+#, fuzzy
+msgid "Republic of Mauritius"
+msgstr "Mauritius"
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "United States"
+
+# FM
+# iso-3166-1.h:251
+msgid "Federated States of Micronesia"
+msgstr ""
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+#, fuzzy
+msgid "Republic of Mozambique"
+msgstr "Mozambique"
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Myanmar"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Czech Republic"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Nicaragua"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Czech Republic"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Czech Republic"
+
+#.
+# MP
+# iso-3166-1.h:285
+#, fuzzy
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr "Northern Mariana Islands"
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Czech Republic"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Czech Republic"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Czech Republic"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Czech Republic"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Czech Republic"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+msgid "Independent State of Samoa"
+msgstr ""
+
+# SM
+# iso-3166-1.h:326
+#, fuzzy
+msgid "Republic of San Marino"
+msgstr "San Marino"
+
+# ST
+# iso-3166-1.h:328
+#, fuzzy
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr "Sao Tome na Principe"
+
+# SA
+# iso-3166-1.h:330
+#, fuzzy
+msgid "Kingdom of Saudi Arabia"
+msgstr "Saudi Arabia"
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+#, fuzzy
+msgid "Republic of Seychelles"
+msgstr "Seychelles"
+
+# SL
+# iso-3166-1.h:336
+#, fuzzy
+msgid "Republic of Sierra Leone"
+msgstr "Sierra Leone"
+
+# SG
+# iso-3166-1.h:338
+#, fuzzy
+msgid "Republic of Singapore"
+msgstr "Singapore"
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Czech Republic"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Dominican Republic"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "South Africa"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swaziland"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Tajikistan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Czech Republic"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad and Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Czech Republic"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Czech Republic"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+#, fuzzy
+msgid "United States of America"
+msgstr "United States"
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+#, fuzzy
+msgid "Republic of Uzbekistan"
+msgstr "Uzbekistan"
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Czech Republic"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+#, fuzzy
+msgid "British Virgin Islands"
+msgstr "Faroe Islands"
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Czech Republic"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Czech Republic"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/vi.po b/iso_3166/iso_3166_1/vi.po
new file mode 100644
index 00000000..3e94338e
--- /dev/null
+++ b/iso_3166/iso_3166_1/vi.po
@@ -0,0 +1,987 @@
+# Vietnamese translations of ISO 3166 place names
+# Offical country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Nguyen HungVu<vuhung16@bigfoot.com>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 18:35+0000\n"
+"Last-Translator: Nguyen Hung.Vu <hung@vnlinux.org>\n"
+"Language-Team: Deutsch <kde-i18n-de@kde.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Cộng hoà Dominican "
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+msgid "Republic of Azerbaijan"
+msgstr ""
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Cộng hoà Dominican "
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Cộng hoà Dominican "
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Cộng hoà Dominican "
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Cộng hoà Dominican "
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Cộng hoà Dominican "
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Cộng hoà Dominican "
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Cộng hoà Dominican "
+
+# SV
+# iso-3166-1.h:121
+msgid "Republic of El Salvador"
+msgstr ""
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Cộng hoà Dominican "
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Cộng hoà Dominican "
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+msgid "Republic of Guatemala"
+msgstr ""
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Cộng hoà Dominican "
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Cộng hoà Dominican "
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Cộng hoà Dominican "
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Danh mục "
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Cộng hoà Dominican "
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Cộng hoà Dominican "
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Cộng hoà Dominican "
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Cộng hoà Dominican "
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Cộng hoà Dominican "
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Cộng hoà Dominican "
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Cộng hoà Dominican "
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+msgid "Republic of Lithuania"
+msgstr ""
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Cộng hoà Dominican "
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Cộng hoà Dominican "
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Cộng hoà Dominican "
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "Mĩ "
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "Mĩ "
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Cộng hoà Dominican "
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+msgid "Republic of Nicaragua"
+msgstr ""
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Cộng hoà Dominican "
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Cộng hoà Dominican "
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Cộng hoà Dominican "
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Cộng hoà Dominican "
+
+#.
+# PY
+# iso-3166-1.h:300
+msgid "Republic of Paraguay"
+msgstr ""
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Cộng hoà Dominican "
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Cộng hoà Dominican "
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Cộng hoà Dominican "
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "Mĩ "
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Cộng hoà Dominican "
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Cộng hoà Dominican "
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Nam Phi "
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Thái Lan "
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Đài Loan "
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Cộng hoà Dominican "
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad và Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Cộng hoà Dominican "
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "Mĩ "
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "Mĩ "
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Cộng hoà Dominican "
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Cộng hoà Dominican "
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Cộng hoà Dominican "
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/wa.po b/iso_3166/iso_3166_1/wa.po
new file mode 100644
index 00000000..464fa7d8
--- /dev/null
+++ b/iso_3166/iso_3166_1/wa.po
@@ -0,0 +1,938 @@
+# Walon translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# Pablo Saratxaga <srtxg@chanae.alphanet.ch>, 2001
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 18:40+0000\n"
+"Last-Translator: Pablo Saratxaga <srtxg@chanae.alphanet.ch>\n"
+"Language-Team: Walon <linux-wa@chanae@alphanet.ch>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+msgid "Republic of Angola"
+msgstr ""
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+msgid "Argentine Republic"
+msgstr ""
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+msgid "Republic of Azerbaijan"
+msgstr ""
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+msgid "Republic of Benin"
+msgstr ""
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+msgid "Republic of Chad"
+msgstr ""
+
+# CL
+# iso-3166-1.h:81
+msgid "Republic of Chile"
+msgstr ""
+
+# CN
+# iso-3166-1.h:83
+msgid "People's Republic of China"
+msgstr ""
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+msgid "Republic of Cuba"
+msgstr ""
+
+# CY
+# iso-3166-1.h:104
+msgid "Republic of Cyprus"
+msgstr ""
+
+# CZ
+# iso-3166-1.h:106
+msgid "Czech Republic"
+msgstr ""
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+msgid "Arab Republic of Egypt"
+msgstr ""
+
+# SV
+# iso-3166-1.h:121
+msgid "Republic of El Salvador"
+msgstr ""
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+msgid "French Republic"
+msgstr ""
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+msgid "Gabonese Republic"
+msgstr ""
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+msgid "Republic of Ghana"
+msgstr ""
+
+#.
+# GR
+# iso-3166-1.h:151
+msgid "Hellenic Republic"
+msgstr ""
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+msgid "Republic of Guatemala"
+msgstr ""
+
+# GN
+# iso-3166-1.h:159
+msgid "Republic of Guinea"
+msgstr ""
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+msgid "Republic of Guyana"
+msgstr ""
+
+# HT
+# iso-3166-1.h:165
+msgid "Republic of Haiti"
+msgstr ""
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+msgid "Republic of India"
+msgstr ""
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Bosnyin"
+
+# IR
+# iso-3166-1.h:181
+msgid "Islamic Republic of Iran"
+msgstr ""
+
+# IQ
+# iso-3166-1.h:183
+msgid "Republic of Iraq"
+msgstr ""
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+msgid "Italian Republic"
+msgstr ""
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+msgid "Republic of Kenya"
+msgstr ""
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+msgid "Republic of Korea"
+msgstr ""
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+msgid "Kyrgyz Republic"
+msgstr ""
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+msgid "Republic of Latvia"
+msgstr ""
+
+# LB
+# iso-3166-1.h:212
+msgid "Lebanese Republic"
+msgstr ""
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+msgid "Republic of Lithuania"
+msgstr ""
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+msgid "Republic of Malawi"
+msgstr ""
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+msgid "Republic of Mali"
+msgstr ""
+
+# MT
+# iso-3166-1.h:239
+msgid "Republic of Malta"
+msgstr ""
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+msgid "United Mexican States"
+msgstr ""
+
+# FM
+# iso-3166-1.h:251
+msgid "Federated States of Micronesia"
+msgstr ""
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+msgid "Union of Myanmar"
+msgstr ""
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+msgid "Republic of Nauru"
+msgstr ""
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paragway"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+msgid "Federal Republic of Nigeria"
+msgstr ""
+
+# NU
+# iso-3166-1.h:282
+msgid "Republic of Niue"
+msgstr ""
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+msgid "Republic of Palau"
+msgstr ""
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+msgid "Republic of Panama"
+msgstr ""
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paragway"
+
+# PE
+# iso-3166-1.h:302
+msgid "Republic of Peru"
+msgstr ""
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+msgid "Republic of Poland"
+msgstr ""
+
+# PT
+# iso-3166-1.h:309
+msgid "Portuguese Republic"
+msgstr ""
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+msgid "Rwandese Republic"
+msgstr ""
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+msgid "Independent State of Samoa"
+msgstr ""
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "No"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+msgid "Somali Republic"
+msgstr ""
+
+# ZA
+# iso-3166-1.h:347
+msgid "Republic of South Africa"
+msgstr ""
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Swisse"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+msgid "Republic of Tajikistan"
+msgstr ""
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+msgid "Togolese Republic"
+msgstr ""
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+msgid "Republic of Trinidad and Tobago"
+msgstr ""
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+msgid "Republic of Turkey"
+msgstr ""
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+msgid "Republic of Uganda"
+msgstr ""
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr ""
+
+# UM
+# iso-3166-1.h:397
+msgid "United States Minor Outlying Islands"
+msgstr ""
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+msgid "Bolivarian Republic of Venezuela"
+msgstr ""
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+msgid "Republic of Yemen"
+msgstr ""
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+msgid "Republic of Zambia"
+msgstr ""
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/xh.po b/iso_3166/iso_3166_1/xh.po
new file mode 100644
index 00000000..abccb05c
--- /dev/null
+++ b/iso_3166/iso_3166_1/xh.po
@@ -0,0 +1,995 @@
+# Xhosa translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations from KDE:
+# Antoinette Dekeni <antoinette@translate.org.za>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 18:40+0000\n"
+"Last-Translator: Antoinette Dekeni <antoinette@translate.org.za>\n"
+"Language-Team: Xhosa <xhosa@translate.org.za>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AF
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "Azerbaijan"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "El Salvador"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "Guatemala"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "Indonesia"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "Lithuania"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "United States ye Melika"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "United States ye Melika"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "Panama"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "Paraguay"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "Paraguay"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "United States ye Melika"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "Mzantsi Afrika"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "Thailand"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "Taiwan"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "Trinidad ne Tobago"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "United States ye Melika"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "United States ye Melika"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Ulawulo lokuziphatha kwe Dominican"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/zh_CN.po b/iso_3166/iso_3166_1/zh_CN.po
new file mode 100644
index 00000000..70493c66
--- /dev/null
+++ b/iso_3166/iso_3166_1/zh_CN.po
@@ -0,0 +1,994 @@
+# Chinese (zh_CN)translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002.
+# Translations taken from KDE:
+# Wang Jian <lark@linux.net.cn>, 2000
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 18:40+0000\n"
+"Last-Translator: Wang Jian <lark@linux.net.cn>\n"
+"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "多米尼加共和国"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "多米尼加共和国"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "阿塞拜疆"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "多米尼加共和国"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "多米尼加共和国"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "多米尼加共和国"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "多米尼加共和国"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "多米尼加共和国"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "多米尼加共和国"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "多米尼加共和国"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "多米尼加共和国"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "萨尔瓦多"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "多米尼加共和国"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "多米尼加共和国"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "多米尼加共和国"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "多米尼加共和国"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "瓜地马拉"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "多米尼加共和国"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "多米尼加共和国"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "多米尼加共和国"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "多米尼加共和国"
+
+# ID
+# iso-3166-1.h:179
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "图标"
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "多米尼加共和国"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "多米尼加共和国"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "多米尼加共和国"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "多米尼加共和国"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "多米尼加共和国"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "多米尼加共和国"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "多米尼加共和国"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "多米尼加共和国"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "立陶宛语"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "多米尼加共和国"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "多米尼加共和国"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "多米尼加共和国"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "美利坚合众国"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "美利坚合众国"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "巴拿马"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "多米尼加共和国"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "巴拉圭"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "多米尼加共和国"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "多米尼加共和国"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "多米尼加共和国"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "多米尼加共和国"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "巴拉圭"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "多米尼加共和国"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "多米尼加共和国"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "多米尼加共和国"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "多米尼加共和国"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "美利坚合众国"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "多米尼加共和国"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "多米尼加共和国"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "南非"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "泰国"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "台湾"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "多米尼加共和国"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "特里尼达和多巴哥"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "多米尼加共和国"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "多米尼加共和国"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "美利坚合众国"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "美利坚合众国"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "多米尼加共和国"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "多米尼加共和国"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "多米尼加共和国"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/zh_TW.po b/iso_3166/iso_3166_1/zh_TW.po
new file mode 100644
index 00000000..628b7a6e
--- /dev/null
+++ b/iso_3166/iso_3166_1/zh_TW.po
@@ -0,0 +1,994 @@
+# Traditional Chinese (zh_TW) translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# AceLan <acelan@kde.linux.org.tw> 2001
+# Kenduest Lee <kenduest@i18n.linux.org.tw> 2001
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 18:50+0000\n"
+"Last-Translator: Kenduest Lee <kenduest@i18n.linux.org.tw>\n"
+"Language-Team: Traditional Chinese <zh-l10n@linux.org.tw>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+# iso-3166-1.h:16
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+# iso-3166-1.h:18
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+# iso-3166-1.h:21
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+# iso-3166-1.h:23
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "多米尼加共和國"
+
+#.
+#.
+#.
+# AR
+# iso-3166-1.h:28
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "多米尼加共和國"
+
+# AM
+# iso-3166-1.h:30
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+# iso-3166-1.h:34
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+# iso-3166-1.h:36
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "阿塞拜疆"
+
+# BS
+# iso-3166-1.h:38
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+# iso-3166-1.h:40
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+# iso-3166-1.h:42
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+# iso-3166-1.h:45
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+# iso-3166-1.h:47
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+# iso-3166-1.h:50
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "多米尼加共和國"
+
+#.
+# BT
+# iso-3166-1.h:53
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+# iso-3166-1.h:55
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+# iso-3166-1.h:58
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+# iso-3166-1.h:61
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+# iso-3166-1.h:65
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+# iso-3166-1.h:68
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+# iso-3166-1.h:70
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+# iso-3166-1.h:72
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+# iso-3166-1.h:75
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+# iso-3166-1.h:79
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "多米尼加共和國"
+
+# CL
+# iso-3166-1.h:81
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "多米尼加共和國"
+
+# CN
+# iso-3166-1.h:83
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "多米尼加共和國"
+
+#.
+#.
+# CO
+# iso-3166-1.h:87
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+# iso-3166-1.h:89
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+# iso-3166-1.h:91
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+# iso-3166-1.h:93
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+# iso-3166-1.h:96
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+# iso-3166-1.h:98
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+# iso-3166-1.h:100
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+# iso-3166-1.h:102
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "多米尼加共和國"
+
+# CY
+# iso-3166-1.h:104
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "多米尼加共和國"
+
+# CZ
+# iso-3166-1.h:106
+#, fuzzy
+msgid "Czech Republic"
+msgstr "多米尼加共和國"
+
+# DK
+# iso-3166-1.h:108
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+# iso-3166-1.h:110
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+# iso-3166-1.h:112
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+# iso-3166-1.h:115
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+# iso-3166-1.h:117
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+# iso-3166-1.h:119
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "多米尼加共和國"
+
+# SV
+# iso-3166-1.h:121
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "薩爾瓦多"
+
+# GQ
+# iso-3166-1.h:123
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+# iso-3166-1.h:126
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+# iso-3166-1.h:128
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+# iso-3166-1.h:132
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+# iso-3166-1.h:134
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+# iso-3166-1.h:136
+#, fuzzy
+msgid "French Republic"
+msgstr "多米尼加共和國"
+
+#.
+#.
+#.
+# GA
+# iso-3166-1.h:141
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "多米尼加共和國"
+
+# GM
+# iso-3166-1.h:143
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+# iso-3166-1.h:146
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+# iso-3166-1.h:148
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "多米尼加共和國"
+
+#.
+# GR
+# iso-3166-1.h:151
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "多米尼加共和國"
+
+#.
+#.
+#.
+#.
+# GT
+# iso-3166-1.h:157
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "瓜地馬拉"
+
+# GN
+# iso-3166-1.h:159
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "多米尼加共和國"
+
+# GW
+# iso-3166-1.h:161
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+# iso-3166-1.h:163
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "多米尼加共和國"
+
+# HT
+# iso-3166-1.h:165
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "多米尼加共和國"
+
+#.
+#.
+# HN
+# iso-3166-1.h:169
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+# iso-3166-1.h:171
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+# iso-3166-1.h:173
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+# iso-3166-1.h:175
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+# iso-3166-1.h:177
+#, fuzzy
+msgid "Republic of India"
+msgstr "多米尼加共和國"
+
+# ID
+# iso-3166-1.h:179
+msgid "Republic of Indonesia"
+msgstr ""
+
+# IR
+# iso-3166-1.h:181
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "多米尼加共和國"
+
+# IQ
+# iso-3166-1.h:183
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "多米尼加共和國"
+
+#.
+# IL
+# iso-3166-1.h:186
+msgid "State of Israel"
+msgstr ""
+
+# IT
+# iso-3166-1.h:188
+#, fuzzy
+msgid "Italian Republic"
+msgstr "多米尼加共和國"
+
+#.
+#.
+# JO
+# iso-3166-1.h:192
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+# iso-3166-1.h:194
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+# iso-3166-1.h:196
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "多米尼加共和國"
+
+# KI
+# iso-3166-1.h:198
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+# iso-3166-1.h:200
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+# iso-3166-1.h:202
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "多米尼加共和國"
+
+# KW
+# iso-3166-1.h:204
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+# iso-3166-1.h:206
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "多米尼加共和國"
+
+# LA
+# iso-3166-1.h:208
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+# iso-3166-1.h:210
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "多米尼加共和國"
+
+# LB
+# iso-3166-1.h:212
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "多米尼加共和國"
+
+# LS
+# iso-3166-1.h:214
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+# iso-3166-1.h:216
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+# iso-3166-1.h:218
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+# iso-3166-1.h:220
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+# iso-3166-1.h:222
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "立陶宛語"
+
+# LU
+# iso-3166-1.h:224
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+# iso-3166-1.h:226
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+# iso-3166-1.h:228
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+# iso-3166-1.h:230
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+# iso-3166-1.h:232
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "多米尼加共和國"
+
+#.
+# MV
+# iso-3166-1.h:235
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+# iso-3166-1.h:237
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "多米尼加共和國"
+
+# MT
+# iso-3166-1.h:239
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "多米尼加共和國"
+
+# MH
+# iso-3166-1.h:241
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+# iso-3166-1.h:244
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+# iso-3166-1.h:246
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+# iso-3166-1.h:249
+#, fuzzy
+msgid "United Mexican States"
+msgstr "美利堅合眾國"
+
+# FM
+# iso-3166-1.h:251
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "美利堅合眾國"
+
+# MD
+# iso-3166-1.h:253
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+# iso-3166-1.h:255
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+# iso-3166-1.h:259
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+# iso-3166-1.h:261
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+# iso-3166-1.h:263
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "巴拿馬"
+
+# NA
+# iso-3166-1.h:265
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+# iso-3166-1.h:267
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "多米尼加共和國"
+
+# NP
+# iso-3166-1.h:269
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+# iso-3166-1.h:271
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+# iso-3166-1.h:276
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "巴拉圭"
+
+# NE
+# iso-3166-1.h:278
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+# iso-3166-1.h:280
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "多米尼加共和國"
+
+# NU
+# iso-3166-1.h:282
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "多米尼加共和國"
+
+#.
+# MP
+# iso-3166-1.h:285
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+# iso-3166-1.h:287
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+# iso-3166-1.h:289
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+# iso-3166-1.h:291
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+# iso-3166-1.h:293
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "多米尼加共和國"
+
+# PS
+# iso-3166-1.h:295
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+# iso-3166-1.h:297
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "多米尼加共和國"
+
+#.
+# PY
+# iso-3166-1.h:300
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "巴拉圭"
+
+# PE
+# iso-3166-1.h:302
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "多米尼加共和國"
+
+# PH
+# iso-3166-1.h:304
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+# iso-3166-1.h:307
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "多米尼加共和國"
+
+# PT
+# iso-3166-1.h:309
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "多米尼加共和國"
+
+#.
+# QA
+# iso-3166-1.h:312
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+# iso-3166-1.h:317
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "多米尼加共和國"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+# iso-3166-1.h:324
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "美利堅合眾國"
+
+# SM
+# iso-3166-1.h:326
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+# iso-3166-1.h:328
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+# iso-3166-1.h:330
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+# iso-3166-1.h:332
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+# iso-3166-1.h:334
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+# iso-3166-1.h:336
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+# iso-3166-1.h:338
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+# iso-3166-1.h:340
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "多米尼加共和國"
+
+# SI
+# iso-3166-1.h:342
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+# iso-3166-1.h:345
+#, fuzzy
+msgid "Somali Republic"
+msgstr "多米尼加共和國"
+
+# ZA
+# iso-3166-1.h:347
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "南非"
+
+#.
+# ES
+# iso-3166-1.h:350
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+# iso-3166-1.h:352
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+# iso-3166-1.h:354
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+# iso-3166-1.h:356
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+# iso-3166-1.h:358
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+# iso-3166-1.h:360
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "泰國"
+
+# SE
+# iso-3166-1.h:362
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+# iso-3166-1.h:364
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+# iso-3166-1.h:367
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+# iso-3166-1.h:369
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "台灣"
+
+# TZ
+# iso-3166-1.h:371
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+# iso-3166-1.h:373
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+# iso-3166-1.h:375
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "多米尼加共和國"
+
+#.
+# TO
+# iso-3166-1.h:378
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+# iso-3166-1.h:380
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "特里尼達和多巴哥"
+
+# TN
+# iso-3166-1.h:382
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+# iso-3166-1.h:384
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "多米尼加共和國"
+
+#.
+#.
+#.
+# UG
+# iso-3166-1.h:389
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "多米尼加共和國"
+
+#.
+#.
+# GB
+# iso-3166-1.h:393
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+# iso-3166-1.h:395
+msgid "United States of America"
+msgstr "美利堅合眾國"
+
+# UM
+# iso-3166-1.h:397
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "美利堅合眾國"
+
+# UY
+# iso-3166-1.h:399
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+# iso-3166-1.h:401
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+# iso-3166-1.h:403
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+# iso-3166-1.h:405
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "多米尼加共和國"
+
+# VN
+# iso-3166-1.h:407
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+# iso-3166-1.h:409
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+# iso-3166-1.h:411
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+# iso-3166-1.h:415
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "多米尼加共和國"
+
+# YU
+# iso-3166-1.h:417
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+# iso-3166-1.h:419
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "多米尼加共和國"
+
+# ZW
+# iso-3166-1.h:421
+msgid "Republic of Zimbabwe"
+msgstr ""
diff --git a/iso_3166/iso_3166_1/zu.po b/iso_3166/iso_3166_1/zu.po
new file mode 100644
index 00000000..4a7eac43
--- /dev/null
+++ b/iso_3166/iso_3166_1/zu.po
@@ -0,0 +1,825 @@
+# Zulu translations of ISO 3166 place names
+# Official country names
+# Copyright (C) 2002,2003 Free Software Foundation, Inc.
+# Alastair McKinstry <mckinstry@computer.org>, 2002
+# Translations from KDE:
+# Thobile Mhlongo <thobile@translate.org.za>
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: iso-codes 0.18\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-11-27 07:18+0000\n"
+"PO-Revision-Date: 2002-01-05 18:50+0000\n"
+"Last-Translator: Thobile Mhlongo <thobile@translate.org.za>\n"
+"Language-Team: Zulu <zulu@translate.org.za>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+# AL
+msgid "Republic of Albania"
+msgstr ""
+
+# DZ
+msgid "People's Democratic Republic of Algeria"
+msgstr ""
+
+#.
+# AD
+msgid "Principality of Andorra"
+msgstr ""
+
+# AO
+#, fuzzy
+msgid "Republic of Angola"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+#.
+# AR
+#, fuzzy
+msgid "Argentine Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# AM
+msgid "Republic of Armenia"
+msgstr ""
+
+#.
+#.
+# AT
+msgid "Republic of Austria"
+msgstr ""
+
+# AZ
+#, fuzzy
+msgid "Republic of Azerbaijan"
+msgstr "I-Azerbayijani"
+
+# BS
+msgid "Commonwealth of the Bahamas"
+msgstr ""
+
+# BH
+msgid "Kingdom of Bahrain"
+msgstr ""
+
+# BD
+msgid "People's Republic of Bangladesh"
+msgstr ""
+
+#.
+# BY
+msgid "Republic of Belarus"
+msgstr ""
+
+# BE
+msgid "Kingdom of Belgium"
+msgstr ""
+
+#.
+# BJ
+#, fuzzy
+msgid "Republic of Benin"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+# BT
+msgid "Kingdom of Bhutan"
+msgstr ""
+
+# BO
+msgid "Republic of Bolivia"
+msgstr ""
+
+#.
+# BW
+msgid "Republic of Botswana"
+msgstr ""
+
+#.
+# BR
+msgid "Federative Republic of Brazil"
+msgstr ""
+
+#.
+#.
+# BG
+msgid "Republic of Bulgaria"
+msgstr ""
+
+#.
+# BI
+msgid "Republic of Burundi"
+msgstr ""
+
+# KH
+msgid "Kingdom of Cambodia"
+msgstr ""
+
+# CM
+msgid "Republic of Cameroon"
+msgstr ""
+
+#.
+# CV
+msgid "Republic of Cape Verde"
+msgstr ""
+
+#.
+#.
+# TD
+#, fuzzy
+msgid "Republic of Chad"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# CL
+#, fuzzy
+msgid "Republic of Chile"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# CN
+#, fuzzy
+msgid "People's Republic of China"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+# CO
+msgid "Republic of Colombia"
+msgstr ""
+
+# KM
+msgid "Union of the Comoros"
+msgstr ""
+
+# CG
+msgid "Republic of the Congo"
+msgstr ""
+
+# CD
+msgid "Congo, The Democratic Republic of the"
+msgstr ""
+
+#.
+# CR
+msgid "Republic of Costa Rica"
+msgstr ""
+
+# CI
+msgid "Republic of Cote d'Ivoire"
+msgstr ""
+
+# HR
+msgid "Republic of Croatia"
+msgstr ""
+
+# CU
+#, fuzzy
+msgid "Republic of Cuba"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# CY
+#, fuzzy
+msgid "Republic of Cyprus"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# CZ
+#, fuzzy
+msgid "Czech Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# DK
+msgid "Kingdom of Denmark"
+msgstr ""
+
+# DJ
+msgid "Republic of Djibouti"
+msgstr ""
+
+# DM
+msgid "Commonwealth of Dominica"
+msgstr ""
+
+#.
+# TL
+msgid "Democratic Republic of East Timor"
+msgstr ""
+
+# EC
+msgid "Republic of Ecuador"
+msgstr ""
+
+# EG
+#, fuzzy
+msgid "Arab Republic of Egypt"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# SV
+#, fuzzy
+msgid "Republic of El Salvador"
+msgstr "I-El Salvador"
+
+# GQ
+msgid "Republic of Equatorial Guinea"
+msgstr ""
+
+#.
+# EE
+msgid "Republic of Estonia"
+msgstr ""
+
+# ET
+msgid "Federal Democratic Republic of Ethiopia"
+msgstr ""
+
+#.
+#.
+# FJ
+msgid "Republic of the Fiji Islands"
+msgstr ""
+
+# FI
+msgid "Republic of Finland"
+msgstr ""
+
+# FR
+#, fuzzy
+msgid "French Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+#.
+# GA
+#, fuzzy
+msgid "Gabonese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# GM
+msgid "Republic of the Gambia"
+msgstr ""
+
+#.
+# DE
+msgid "Republic of Germany"
+msgstr ""
+
+# GH
+#, fuzzy
+msgid "Republic of Ghana"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+# GR
+#, fuzzy
+msgid "Hellenic Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+#.
+#.
+# GT
+#, fuzzy
+msgid "Republic of Guatemala"
+msgstr "I-Guwathemala"
+
+# GN
+#, fuzzy
+msgid "Republic of Guinea"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# GW
+msgid "Republic of Guinea-Bissau"
+msgstr ""
+
+# GY
+#, fuzzy
+msgid "Republic of Guyana"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# HT
+#, fuzzy
+msgid "Republic of Haiti"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+# HN
+msgid "Republic of Honduras"
+msgstr ""
+
+# HK
+msgid "Hong Kong Special Administrative Region of China"
+msgstr ""
+
+# HU
+msgid "Republic of Hungary"
+msgstr ""
+
+# IS
+msgid "Republic of Iceland"
+msgstr ""
+
+# IN
+#, fuzzy
+msgid "Republic of India"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# ID
+#, fuzzy
+msgid "Republic of Indonesia"
+msgstr "I-Indoneshiya"
+
+# IR
+#, fuzzy
+msgid "Islamic Republic of Iran"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# IQ
+#, fuzzy
+msgid "Republic of Iraq"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+# IL
+msgid "State of Israel"
+msgstr ""
+
+# IT
+#, fuzzy
+msgid "Italian Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+# JO
+msgid "Hashemite Kingdom of Jordan"
+msgstr ""
+
+# KZ
+msgid "Republic of Kazakhstan"
+msgstr ""
+
+# KE
+#, fuzzy
+msgid "Republic of Kenya"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# KI
+msgid "Republic of Kiribati"
+msgstr ""
+
+# KP
+msgid "Democratic People's Republic of Korea"
+msgstr ""
+
+# KR
+#, fuzzy
+msgid "Republic of Korea"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# KW
+msgid "State of Kuwait"
+msgstr ""
+
+# KG
+#, fuzzy
+msgid "Kyrgyz Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# LA
+msgid "Lao People's Democratic Republic"
+msgstr ""
+
+# LV
+#, fuzzy
+msgid "Republic of Latvia"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# LB
+#, fuzzy
+msgid "Lebanese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# LS
+msgid "Kingdom of Lesotho"
+msgstr ""
+
+# LR
+msgid "Republic of Liberia"
+msgstr ""
+
+# LY
+msgid "Socialist People's Libyan Arab Jamahiriya"
+msgstr ""
+
+# LI
+msgid "Principality of Liechtenstein"
+msgstr ""
+
+# LT
+#, fuzzy
+msgid "Republic of Lithuania"
+msgstr "I-Lithuwaniya"
+
+# LU
+msgid "Grand Duchy of Luxembourg"
+msgstr ""
+
+# MO
+msgid "Macao Special Administrative Region of China"
+msgstr ""
+
+# MK
+msgid "The Former Yugoslav Republic of Macedonia"
+msgstr ""
+
+# MG
+msgid "Republic of Madagascar"
+msgstr ""
+
+# MW
+#, fuzzy
+msgid "Republic of Malawi"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+# MV
+msgid "Republic of Maldives"
+msgstr ""
+
+# ML
+#, fuzzy
+msgid "Republic of Mali"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# MT
+#, fuzzy
+msgid "Republic of Malta"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# MH
+msgid "Republic of the Marshall Islands"
+msgstr ""
+
+#.
+# MR
+msgid "Islamic Republic of Mauritania"
+msgstr ""
+
+# MU
+msgid "Republic of Mauritius"
+msgstr ""
+
+#.
+# MX
+#, fuzzy
+msgid "United Mexican States"
+msgstr "United States ye Melika"
+
+# FM
+#, fuzzy
+msgid "Federated States of Micronesia"
+msgstr "United States ye Melika"
+
+# MD
+msgid "Republic of Moldova"
+msgstr ""
+
+# MC
+msgid "Principality of Monaco"
+msgstr ""
+
+#.
+#.
+# MA
+msgid "Kingdom of Morocco"
+msgstr ""
+
+# MZ
+msgid "Republic of Mozambique"
+msgstr ""
+
+# MM
+#, fuzzy
+msgid "Union of Myanmar"
+msgstr "I-Panama"
+
+# NA
+msgid "Republic of Namibia"
+msgstr ""
+
+# NR
+#, fuzzy
+msgid "Republic of Nauru"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# NP
+msgid "Kingdom of Nepal"
+msgstr ""
+
+# NL
+msgid "Kingdom of the Netherlands"
+msgstr ""
+
+#.
+#.
+#.
+# NI
+#, fuzzy
+msgid "Republic of Nicaragua"
+msgstr "I-Paraguwayi"
+
+# NE
+msgid "Republic of the Niger"
+msgstr ""
+
+# NG
+#, fuzzy
+msgid "Federal Republic of Nigeria"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# NU
+#, fuzzy
+msgid "Republic of Niue"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+# MP
+msgid "Commonwealth of the Northern Mariana Islands"
+msgstr ""
+
+# NO
+msgid "Kingdom of Norway"
+msgstr ""
+
+# OM
+msgid "Sultanate of Oman"
+msgstr ""
+
+# PK
+msgid "Islamic Republic of Pakistan"
+msgstr ""
+
+# PW
+#, fuzzy
+msgid "Republic of Palau"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# PS
+msgid "Occupied Palestinian Territory"
+msgstr ""
+
+# PA
+#, fuzzy
+msgid "Republic of Panama"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+# PY
+#, fuzzy
+msgid "Republic of Paraguay"
+msgstr "I-Paraguwayi"
+
+# PE
+#, fuzzy
+msgid "Republic of Peru"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# PH
+msgid "Republic of the Philippines"
+msgstr ""
+
+#.
+# PL
+#, fuzzy
+msgid "Republic of Poland"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# PT
+#, fuzzy
+msgid "Portuguese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+# QA
+msgid "State of Qatar"
+msgstr ""
+
+#.
+#.
+#.
+# RW
+#, fuzzy
+msgid "Rwandese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+#.
+#.
+#.
+# WS
+#, fuzzy
+msgid "Independent State of Samoa"
+msgstr "United States ye Melika"
+
+# SM
+msgid "Republic of San Marino"
+msgstr ""
+
+# ST
+msgid "Democratic Republic of Sao Tome and Principe"
+msgstr ""
+
+# SA
+msgid "Kingdom of Saudi Arabia"
+msgstr ""
+
+# SN
+msgid "Republic of Senegal"
+msgstr ""
+
+# SC
+msgid "Republic of Seychelles"
+msgstr ""
+
+# SL
+msgid "Republic of Sierra Leone"
+msgstr ""
+
+# SG
+msgid "Republic of Singapore"
+msgstr ""
+
+# SK
+#, fuzzy
+msgid "Slovak Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# SI
+msgid "Republic of Slovenia"
+msgstr ""
+
+#.
+# SO
+#, fuzzy
+msgid "Somali Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# ZA
+#, fuzzy
+msgid "Republic of South Africa"
+msgstr "I-Mzantsi Afrika"
+
+#.
+# ES
+msgid "Kingdom of Spain"
+msgstr ""
+
+# LK
+msgid "Democratic Socialist Republic of Sri Lanka"
+msgstr ""
+
+# SD
+msgid "Republic of the Sudan"
+msgstr ""
+
+# SR
+msgid "Republic of Suriname"
+msgstr ""
+
+# SJ
+msgid "Svalbard and Jan Mayen"
+msgstr ""
+
+# SZ
+#, fuzzy
+msgid "Kingdom of Swaziland"
+msgstr "I-Thayilandi"
+
+# SE
+msgid "Kingdom of Sweden"
+msgstr ""
+
+# CH
+msgid "Swiss Confederation"
+msgstr ""
+
+#.
+# TW
+msgid "Taiwan, Province of China"
+msgstr ""
+
+# TJ
+#, fuzzy
+msgid "Republic of Tajikistan"
+msgstr "I-Tayiwani"
+
+# TZ
+msgid "United Republic of Tanzania"
+msgstr ""
+
+# TH
+msgid "Kingdom of Thailand"
+msgstr ""
+
+# TG
+#, fuzzy
+msgid "Togolese Republic"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+# TO
+msgid "Kingdom of Tonga"
+msgstr ""
+
+# TT
+#, fuzzy
+msgid "Republic of Trinidad and Tobago"
+msgstr "I-Trinidad ne Tobago"
+
+# TN
+msgid "Republic of Tunisia"
+msgstr ""
+
+# TR
+#, fuzzy
+msgid "Republic of Turkey"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+#.
+# UG
+#, fuzzy
+msgid "Republic of Uganda"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+#.
+#.
+# GB
+msgid "United Kingdom of Great Britain and Northern Ireland"
+msgstr ""
+
+# US
+msgid "United States of America"
+msgstr "United States ye Melika"
+
+# UM
+#, fuzzy
+msgid "United States Minor Outlying Islands"
+msgstr "United States ye Melika"
+
+# UY
+msgid "Eastern Republic of Uruguay"
+msgstr ""
+
+# UZ
+msgid "Republic of Uzbekistan"
+msgstr ""
+
+# VU
+msgid "Republic of Vanuatu"
+msgstr ""
+
+# VE
+#, fuzzy
+msgid "Bolivarian Republic of Venezuela"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# VN
+msgid "Socialist Republic of Viet Nam"
+msgstr ""
+
+# VG
+msgid "British Virgin Islands"
+msgstr ""
+
+# VI
+msgid "Virgin Islands of the United States"
+msgstr ""
+
+#.
+#.
+# YE
+#, fuzzy
+msgid "Republic of Yemen"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# YU
+msgid "Federal Republic of Yugoslavia"
+msgstr ""
+
+# ZM
+#, fuzzy
+msgid "Republic of Zambia"
+msgstr "Ulawulo lokuziphatha kwe Dominikhani"
+
+# ZW
+msgid "Republic of Zimbabwe"
+msgstr ""