summaryrefslogtreecommitdiffhomepage
path: root/src/countries.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-06-06 02:38:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-06-06 02:38:16 +0200
commite2df782e9ec1caf5d9433b5aea5cb2dd49269409 (patch)
treebefea64e3032171cff5bc644eff7cd70670b199a /src/countries.go
parent8ab0f09456000ee4391b4463b1341ad927313403 (diff)
Add TODOs regarding Bulgaria joining the Eurozone
Diffstat (limited to 'src/countries.go')
-rw-r--r--src/countries.go3
1 files changed, 2 insertions, 1 deletions
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")},