From 32eac878a6661791dff51e0c2e0709f76f9d8737 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 27 Jul 2025 17:14:35 +0200 Subject: Remove outdated comment --- src/i18n/i18n.go | 3 --- 1 file changed, 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 ) -- cgit v1.2.3