// Code generated by gen.py. DO NOT EDIT. package i18n import "github.com/leonelquinteros/gotext" type LocaleInfo struct { Bcp, Name string Eurozone, Enabled bool DateFormat string GroupSeparator, DecimalSeparator rune MonetaryFormats [2]string PercentFormat string } var locales = [...]LocaleInfo{ { Bcp: "ca", Eurozone: true, Name: gotext.GetC("Català", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "2/1/06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "de", Eurozone: true, Name: gotext.GetC("Deutsch", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "02.01.06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "el", Eurozone: true, Name: gotext.GetC("Ελληνικά", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123%", DateFormat: "2/1/06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "en", Eurozone: true, Enabled: true, Name: gotext.GetC("English", "Language Name"), GroupSeparator: ',', DecimalSeparator: '.', PercentFormat: "123%", DateFormat: "02/01/2006", MonetaryFormats: [2]string{"€123", "-€123"}, }, { Bcp: "es", Eurozone: true, Name: gotext.GetC("Español", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "2/1/06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "et", Eurozone: true, Name: gotext.GetC("Eesti", "Language Name"), GroupSeparator: ' ', DecimalSeparator: ',', PercentFormat: "123%", DateFormat: "02.01.06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "fi", Eurozone: true, Name: gotext.GetC("Suomi", "Language Name"), GroupSeparator: ' ', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "2.1.2006", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "fr", Eurozone: true, Name: gotext.GetC("Français", "Language Name"), GroupSeparator: ' ', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "02/01/2006", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "ga", Eurozone: true, Name: gotext.GetC("Gaeilge", "Language Name"), GroupSeparator: ',', DecimalSeparator: '.', PercentFormat: "123%", DateFormat: "02/01/2006", MonetaryFormats: [2]string{"€123", "-€123"}, }, { Bcp: "hr", Eurozone: true, Name: gotext.GetC("Hrvatski", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "02. 01. 2006.", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "it", Eurozone: true, Name: gotext.GetC("Italiano", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123%", DateFormat: "02/01/06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "lb", Eurozone: true, Name: gotext.GetC("Lëtzebuergesch", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "02.01.06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "lt", Eurozone: true, Name: gotext.GetC("Lietuvių", "Language Name"), GroupSeparator: ' ', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "2006-01-02", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "lv", Eurozone: true, Name: gotext.GetC("Latviešu", "Language Name"), GroupSeparator: ' ', DecimalSeparator: ',', PercentFormat: "123%", DateFormat: "02.01.06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "mt", Eurozone: true, Name: gotext.GetC("Malti", "Language Name"), GroupSeparator: ',', DecimalSeparator: '.', PercentFormat: "123%", DateFormat: "02/01/2006", MonetaryFormats: [2]string{"€123", "-€123"}, }, { Bcp: "nl", Eurozone: true, Enabled: true, Name: gotext.GetC("Nederlands", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123%", DateFormat: "02-01-2006", MonetaryFormats: [2]string{"€ 123", "€ -123"}, }, { Bcp: "pt", Eurozone: true, Name: gotext.GetC("Português", "Language Name"), GroupSeparator: ' ', DecimalSeparator: ',', PercentFormat: "123%", DateFormat: "02/01/06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "sk", Eurozone: true, Name: gotext.GetC("Slovenčina", "Language Name"), GroupSeparator: ' ', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "2. 1. 2006", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "sl", Eurozone: true, Name: gotext.GetC("Slovenščina", "Language Name"), GroupSeparator: '.', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "2. 1. 06", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "sv", Eurozone: true, Enabled: true, Name: gotext.GetC("Svenska", "Language Name"), GroupSeparator: ' ', DecimalSeparator: ',', PercentFormat: "123 %", DateFormat: "2006-01-02", MonetaryFormats: [2]string{"123 €", "-123 €"}, }, { Bcp: "tr", Eurozone: 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 €"}, }, }