From e2df782e9ec1caf5d9433b5aea5cb2dd49269409 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Jun 2025 02:38:16 +0200 Subject: Add TODOs regarding Bulgaria joining the Eurozone --- src/countries.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/countries.go') diff --git a/src/countries.go b/src/countries.go index b8a27bd..ee85c72 100644 --- a/src/countries.go +++ b/src/countries.go @@ -12,11 +12,12 @@ 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")}, {Code: "be", Name: p.T("Belgium")}, + /* TODO(2026): Add Bulgaria */ + /* {Code: "bg", Name: p.T("Bulgaria")}, */ {Code: "cy", Name: p.T("Cyprus")}, {Code: "de", Name: p.T("Germany")}, {Code: "ee", Name: p.T("Estonia")}, -- cgit v1.2.3