From c8bce099a30ac5faaee19a74799b121428fc2f79 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 27 Jul 2025 16:33:20 +0200 Subject: Remove English (Simplified) --- src/i18n/i18n.go | 16 +++------------- src/templates/language.html.tmpl | 5 ----- 2 files changed, 3 insertions(+), 18 deletions(-) (limited to 'src') diff --git a/src/i18n/i18n.go b/src/i18n/i18n.go index b996681..f9e1c43 100644 --- a/src/i18n/i18n.go +++ b/src/i18n/i18n.go @@ -72,7 +72,7 @@ var ( Name: "Ελληνικά", DateFormat: "2/1/2006", Eurozone: true, - Enabled: true, + Enabled: false, GroupSeparator: '.', DecimalSeparator: ',', MonetaryPre: [2]string{"", "-"}, @@ -212,7 +212,7 @@ var ( Name: "Nederlands", DateFormat: "2-1-2006", Eurozone: true, - Enabled: true, + Enabled: false, GroupSeparator: '.', DecimalSeparator: ',', MonetaryPre: [2]string{"€ ", "€ -"}, @@ -266,22 +266,12 @@ var ( Name: "Български", DateFormat: "2.01.2006 г.", Eurozone: false, /* TODO(2026): Set to true */ - Enabled: true, + Enabled: false, GroupSeparator: ' ', DecimalSeparator: ',', MonetaryPre: [2]string{"", "-"}, MonetaryPost: " €", }, - { - Bcp: "en-US", - Name: "English (US)", - DateFormat: "1/2/2006", - Eurozone: false, - Enabled: false, - GroupSeparator: ',', - DecimalSeparator: '.', - MonetaryPre: [2]string{"€", "-€"}, - }, { Bcp: "ro", Name: "Română", diff --git a/src/templates/language.html.tmpl b/src/templates/language.html.tmpl index f4b240a..13a8e85 100644 --- a/src/templates/language.html.tmpl +++ b/src/templates/language.html.tmpl @@ -7,11 +7,6 @@

{{ .Get "Select your preferred language to use on the site." }}

-

- If you are an American user, it’s suggested that you select - American English instead of British English. This will ensure that - dates will be formatted with the month before the day. -


{{ .Get "Eurozone Languages" }}

{{ template "langgrid" true }} -- cgit v1.2.3