From 52db1d03e5067de4ba77c3a12465149d268eb3d1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 9 Jun 2025 02:51:27 +0200 Subject: Begin migration towards SQLite --- src/i18n.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/i18n.go') diff --git a/src/i18n.go b/src/i18n.go index 15015c8..e234fde 100644 --- a/src/i18n.go +++ b/src/i18n.go @@ -27,8 +27,8 @@ type locale struct { } var ( - /* To determine the correct date format to use, use the ‘datefmt’ script in - the repository root */ + /* To determine the correct date format to use, use the ‘datefmt’ script in + the repository root */ Locales = [...]locale{ { Bcp: "ca", @@ -176,7 +176,7 @@ var ( Bcp: "bg", Name: "български", dateFmt: "2.01.2006 г.", - Eurozone: false, /* TODO(2026): Set to true */ + Eurozone: false, /* TODO(2026): Set to true */ Enabled: true, }, { -- cgit v1.2.3