From eeadb0ffa34a5756fc187f9e564bbe01e439afbe Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 29 Jan 2026 22:01:32 +0100 Subject: Welcome Bulgaria! Здравей България! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales.gen.go | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'src/i18n/locales.gen.go') diff --git a/src/i18n/locales.gen.go b/src/i18n/locales.gen.go index 58d059e..3f6deec 100644 --- a/src/i18n/locales.gen.go +++ b/src/i18n/locales.gen.go @@ -14,6 +14,16 @@ type LocaleInfo struct { } var locales = [...]LocaleInfo{ + { + Bcp: "bg", + Eurozonep: true, + Name: gotext.GetC("Български", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123%", + DateFormat: "2.01.06 г.", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, { Bcp: "ca", Eurozonep: true, @@ -102,7 +112,7 @@ var locales = [...]LocaleInfo{ GroupSeparator: ',', DecimalSeparator: '.', PercentFormat: "123%", - DateFormat: "02/01/2006", + DateFormat: "2/1/06", MonetaryFormats: [2]string{"€123", "-€123"}, }, { @@ -203,7 +213,7 @@ var locales = [...]LocaleInfo{ GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123 %", - DateFormat: "2. 1. 06", + DateFormat: "2. 1. 2006", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { @@ -227,15 +237,6 @@ var locales = [...]LocaleInfo{ DateFormat: "2.01.2006", MonetaryFormats: [2]string{"€123", "-€123"}, }, - { - Bcp: "bg", - Name: gotext.GetC("Български", "Language Name"), - GroupSeparator: ' ', - DecimalSeparator: ',', - PercentFormat: "123%", - DateFormat: "2.01.06 г.", - MonetaryFormats: [2]string{"123 €", "-123 €"}, - }, { Bcp: "ro", Name: gotext.GetC("Română", "Language Name"), -- cgit v1.2.3