summaryrefslogtreecommitdiffhomepage
path: root/src
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
parent8ab0f09456000ee4391b4463b1341ad927313403 (diff)
Add TODOs regarding Bulgaria joining the Eurozone
Diffstat (limited to 'src')
-rw-r--r--src/countries.go3
-rw-r--r--src/i18n.go2
2 files changed, 3 insertions, 2 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")},
diff --git a/src/i18n.go b/src/i18n.go
index e5b9472..dabc966 100644
--- a/src/i18n.go
+++ b/src/i18n.go
@@ -174,7 +174,7 @@ var (
Bcp: "bg",
Name: "български",
dateFmt: "2.01.2006 г.",
- Eurozone: false,
+ Eurozone: false, /* TODO(2026): Set to true */
Enabled: true,
},
{