diff options
Diffstat (limited to 'src/i18n/locales.gen.go')
-rw-r--r-- | src/i18n/locales.gen.go | 257 |
1 files changed, 257 insertions, 0 deletions
diff --git a/src/i18n/locales.gen.go b/src/i18n/locales.gen.go new file mode 100644 index 0000000..58d059e --- /dev/null +++ b/src/i18n/locales.gen.go @@ -0,0 +1,257 @@ +// Code generated by gen.py. DO NOT EDIT. + +package i18n + +import "github.com/leonelquinteros/gotext" + +type LocaleInfo struct { + Bcp, Name string + Eurozonep, Enabledp bool + DateFormat string + GroupSeparator, DecimalSeparator rune + MonetaryFormats [2]string + PercentFormat string +} + +var locales = [...]LocaleInfo{ + { + Bcp: "ca", + Eurozonep: true, + Name: gotext.GetC("Català", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "2/1/06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "de", + Eurozonep: true, + Name: gotext.GetC("Deutsch", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "02.01.06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "el", + Eurozonep: true, + Name: gotext.GetC("Ελληνικά", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123%", + DateFormat: "2/1/06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "en", + Eurozonep: true, + Enabledp: true, + Name: gotext.GetC("English", "Language Name"), + GroupSeparator: ',', + DecimalSeparator: '.', + PercentFormat: "123%", + DateFormat: "02/01/2006", + MonetaryFormats: [2]string{"€123", "-€123"}, + }, + { + Bcp: "es", + Eurozonep: true, + Name: gotext.GetC("Español", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "2/1/06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "et", + Eurozonep: true, + Name: gotext.GetC("Eesti", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123%", + DateFormat: "02.01.06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "fi", + Eurozonep: true, + Name: gotext.GetC("Suomi", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "2.1.2006", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "fr", + Eurozonep: true, + Name: gotext.GetC("Français", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "02/01/2006", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "ga", + Eurozonep: true, + Name: gotext.GetC("Gaeilge", "Language Name"), + GroupSeparator: ',', + DecimalSeparator: '.', + PercentFormat: "123%", + DateFormat: "02/01/2006", + MonetaryFormats: [2]string{"€123", "-€123"}, + }, + { + Bcp: "hr", + Eurozonep: true, + Name: gotext.GetC("Hrvatski", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "02. 01. 2006.", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "it", + Eurozonep: true, + Name: gotext.GetC("Italiano", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123%", + DateFormat: "02/01/06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "lb", + Eurozonep: true, + Name: gotext.GetC("Lëtzebuergesch", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "02.01.06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "lt", + Eurozonep: true, + Name: gotext.GetC("Lietuvių", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "2006-01-02", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "lv", + Eurozonep: true, + Name: gotext.GetC("Latviešu", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123%", + DateFormat: "02.01.06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "mt", + Eurozonep: true, + Name: gotext.GetC("Malti", "Language Name"), + GroupSeparator: ',', + DecimalSeparator: '.', + PercentFormat: "123%", + DateFormat: "02/01/2006", + MonetaryFormats: [2]string{"€123", "-€123"}, + }, + { + Bcp: "nl", + Eurozonep: true, + Enabledp: true, + Name: gotext.GetC("Nederlands", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123%", + DateFormat: "02-01-2006", + MonetaryFormats: [2]string{"€ 123", "€ -123"}, + }, + { + Bcp: "pt", + Eurozonep: true, + Name: gotext.GetC("Português", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123%", + DateFormat: "02/01/06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "sk", + Eurozonep: true, + Name: gotext.GetC("Slovenčina", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "2. 1. 2006", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "sl", + Eurozonep: true, + Name: gotext.GetC("Slovenščina", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "2. 1. 06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "sv", + Eurozonep: true, + Enabledp: true, + Name: gotext.GetC("Svenska", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "2006-01-02", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "tr", + Eurozonep: true, + Name: gotext.GetC("Türkçe", "Language Name"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "%123", + 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"), + GroupSeparator: '.', + DecimalSeparator: ',', + PercentFormat: "123 %", + DateFormat: "02.01.2006", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, + { + Bcp: "uk", + Name: gotext.GetC("Українська", "Language Name"), + GroupSeparator: ' ', + DecimalSeparator: ',', + PercentFormat: "123%", + DateFormat: "02.01.06", + MonetaryFormats: [2]string{"123 €", "-123 €"}, + }, +} |