summaryrefslogtreecommitdiffhomepage
path: root/src/countries.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/countries.go')
-rw-r--r--src/countries.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/countries.go b/src/countries.go
index 3fa764b..b8a27bd 100644
--- a/src/countries.go
+++ b/src/countries.go
@@ -12,6 +12,7 @@ type country struct {
}
func sortedCountries(p Printer) []country {
+ /* TODO: Add Kosovo and Montenegro */
xs := []country{
{Code: "ad", Name: p.T("Andorra")},
{Code: "at", Name: p.T("Austria")},