diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-27 16:33:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-27 16:33:20 +0200 |
commit | c8bce099a30ac5faaee19a74799b121428fc2f79 (patch) | |
tree | 22640922b72a27b79f77ba558a55c9047949f107 /src/i18n | |
parent | 63c119187d6be51d157a9a99a5939d14a5de39eb (diff) |
Remove English (Simplified)
Diffstat (limited to 'src/i18n')
-rw-r--r-- | src/i18n/i18n.go | 16 |
1 files changed, 3 insertions, 13 deletions
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,23 +266,13 @@ 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ă", DateFormat: "02.01.2006", |