aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/countries.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-01-29 22:01:32 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-01-29 22:06:46 +0100
commiteeadb0ffa34a5756fc187f9e564bbe01e439afbe (patch)
tree3965d8b72a3b68fea1391d53143d2e4f0bc7b8aa /src/countries.go
parentc61d7f22a55698265e9c0994c3c376e2ef55b94f (diff)
Welcome Bulgaria! Здравей България!HEADmaster
Diffstat (limited to 'src/countries.go')
-rw-r--r--src/countries.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/countries.go b/src/countries.go
index d168266..b0e3fea 100644
--- a/src/countries.go
+++ b/src/countries.go
@@ -17,8 +17,7 @@ var countryCodeToName = map[string]string{
"ad": "Andorra",
"at": "Austria",
"be": "Belgium",
- /* TODO(2026): Add Bulgaria */
- /* "bg": "Bulgaria", */
+ "bg": "Bulgaria",
"cy": "Cyprus",
"de": "Germany",
"ee": "Estonia",
@@ -47,8 +46,7 @@ func sortedCountries(p i18n.Printer) []country {
{Code: "ad", Name: p.GetC("Andorra", "Place Name")},
{Code: "at", Name: p.GetC("Austria", "Place Name")},
{Code: "be", Name: p.GetC("Belgium", "Place Name")},
- /* TODO(2026): Add Bulgaria */
- /* {Code: "bg", Name: p.GetC("Bulgaria", "Place Name")}, */
+ {Code: "bg", Name: p.GetC("Bulgaria", "Place Name")},
{Code: "cy", Name: p.GetC("Cyprus", "Place Name")},
{Code: "de", Name: p.GetC("Germany", "Place Name")},
{Code: "ee", Name: p.GetC("Estonia", "Place Name")},