12345 |
- package br
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "", Long: "", Medium: "", Short: ""}, AD: ut.CalendarDateFormat{Full: "", Long: "", Medium: "", Short: ""}}, Time: ut.CalendarDateFormat{Full: "", Long: "", Medium: "", Short: ""}, DateTime: ut.CalendarDateFormat{Full: "{1} 'da' {0}", Long: "{1} 'da' {0}", Medium: "{1} {0}", Short: "{1} {0}"}}, FormatNames: ut.CalendarFormatNames{Months: ut.CalendarMonthFormatNames{Abbreviated: ut.CalendarMonthFormatNameValue{1: "Gen.", 2: "Cʼhwe.", 4: "Ebr.", 7: "Goue.", 8: "Eost", 9: "Gwen.", 3: "Meur.", 5: "Mae", 6: "Mezh.", 10: "Here", 11: "Du", 12: "Ker."}, Narrow: ut.CalendarMonthFormatNameValue{7: "07", 11: "11", 2: "02", 5: "05", 6: "06", 8: "08", 9: "09", 10: "10", 12: "12", 1: "01", 3: "03", 4: "04"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{4: "Ebrel", 5: "Mae", 7: "Gouere", 11: "Du", 12: "Kerzu", 1: "Genver", 2: "Cʼhwevrer", 3: "Meurzh", 6: "Mezheven", 8: "Eost", 9: "Gwengolo", 10: "Here"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{2: "Meu.", 3: "Mer.", 4: "Yaou", 5: "Gwe.", 6: "Sad.", 0: "Sul", 1: "Lun"}, Narrow: ut.CalendarDayFormatNameValue{4: "Y", 5: "G", 6: "Sa", 0: "Su", 1: "L", 2: "Mz", 3: "Mc"}, Short: ut.CalendarDayFormatNameValue(nil), Wide: ut.CalendarDayFormatNameValue{0: "Sul", 1: "Lun", 2: "Meurzh", 3: "Mercʼher", 4: "Yaou", 5: "Gwener", 6: "Sadorn"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"am": "A.M.", "pm": "G.M."}, Narrow: ut.CalendarPeriodFormatNameValue{"am": "am", "pm": "gm"}, Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"am": "a-raok merenn", "pm": "goude merenn"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "a-raok Jezuz-Krist", Abbrev: "a-raok J.K.", Narrow: "a-raok J.K."}}}}
|