From 7dd611be04dbe6434b511ee2fb3495b07f1ee89f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 6 Jun 2025 03:19:36 +0200 Subject: Add comment --- src/i18n.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/i18n.go b/src/i18n.go index 1272d28..fe67b04 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -27,6 +27,8 @@ type locale struct { } var ( + /* To determine the correct date format to use, use the ‘datefmt’ script in + the repository root */ Locales = [...]locale{ { Bcp: "ca", -- cgit v1.2.3