aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-27 17:14:35 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-27 17:14:35 +0200
commit32eac878a6661791dff51e0c2e0709f76f9d8737 (patch)
treee0431d036956cdb607d38de42ee396d7f1a0dd13
parent50bd8ef6d4f48a48f623564e6b63f346904e6421 (diff)
Remove outdated comment
-rw-r--r--src/i18n/i18n.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i18n/i18n.go b/src/i18n/i18n.go
index f9e1c43..1258a27 100644
--- a/src/i18n/i18n.go
+++ b/src/i18n/i18n.go
@@ -295,9 +295,6 @@ var (
MonetaryPost: " €",
},
}
- /* Map of language codes to printers. We do this instead of just
- using language.MustParse() directly so that we can easily see if a
- language is supported or not. */
Printers map[string]Printer = make(map[string]Printer, len(locales))
DefaultPrinter Printer
)