From 94a2f1efa0da1d1d91d2af736c0dab720c9512b2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 24 Jul 2025 19:44:06 +0200 Subject: Fix comment --- src/i18n/i18n.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/i18n') diff --git a/src/i18n/i18n.go b/src/i18n/i18n.go index 1d44242..950d4e2 100644 --- a/src/i18n/i18n.go +++ b/src/i18n/i18n.go @@ -41,8 +41,8 @@ var ( 'r': sprintfr, } - /* To determine the correct date format to use, use the ‘datefmt’ script in - the repository root */ + /* To determine the correct currency-, date-, and number formats to + use, use the ‘getfmt’ script in the repository root */ locales = [...]LocaleInfo{ { Bcp: "ca", -- cgit v1.2.3