12345 |
- package nus
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "EEEE d MMMM y", Long: "d MMMM y", Medium: "d MMM y", Short: "d/MM/y"}, AD: ut.CalendarDateFormat{Full: "EEEE d MMMM y", Long: "d MMMM y", Medium: "d MMM y", Short: "d/MM/y"}}, Time: ut.CalendarDateFormat{Full: "zzzz h:mm:ss a", Long: "z h:mm:ss a", Medium: "h:mm:ss a", Short: "h:mm a"}, DateTime: ut.CalendarDateFormat{Full: "", Long: "", Medium: "", Short: ""}}, FormatNames: ut.CalendarFormatNames{Months: ut.CalendarMonthFormatNames{Abbreviated: ut.CalendarMonthFormatNameValue{7: "Pay", 8: "Thoo", 1: "Tiop", 2: "Pɛt", 3: "Duɔ̱ɔ̱", 4: "Guak", 5: "Duä", 6: "Kor", 12: "Tid", 9: "Tɛɛ", 10: "Laa", 11: "Kur"}, Narrow: ut.CalendarMonthFormatNameValue{9: "T", 10: "L", 12: "T", 1: "T", 5: "D", 6: "K", 7: "P", 11: "K", 2: "P", 3: "D", 4: "G", 8: "T"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{1: "Tiop thar pɛt", 2: "Pɛt", 4: "Guak", 6: "Kornyoot", 7: "Pay yie̱tni", 9: "Tɛɛr", 12: "Tio̱p in di̱i̱t", 3: "Duɔ̱ɔ̱ŋ", 5: "Duät", 8: "Tho̱o̱r", 10: "Laath", 11: "Kur"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{0: "Cäŋ", 1: "Jiec", 2: "Rɛw", 3: "Diɔ̱k", 4: "Ŋuaan", 5: "Dhieec", 6: "Bäkɛl"}, Narrow: ut.CalendarDayFormatNameValue{0: "C", 1: "J", 2: "R", 3: "D", 4: "Ŋ", 5: "D", 6: "B"}, Short: ut.CalendarDayFormatNameValue(nil), Wide: ut.CalendarDayFormatNameValue{1: "Jiec la̱t", 2: "Rɛw lätni", 3: "Diɔ̱k lätni", 4: "Ŋuaan lätni", 5: "Dhieec lätni", 6: "Bäkɛl lätni", 0: "Cäŋ kuɔth"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"am": "RW", "pm": "TŊ"}, Narrow: ut.CalendarPeriodFormatNameValue(nil), Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"am": "RW", "pm": "TŊ"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "A ka̱n Yecu ni dap", Abbrev: "AY", Narrow: ""}}}}
|