12345 |
- package luo
- 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: "dd/MM/y"}, AD: ut.CalendarDateFormat{Full: "EEEE, d MMMM y", Long: "d MMMM y", Medium: "d MMM y", Short: "dd/MM/y"}}, Time: ut.CalendarDateFormat{Full: "HH:mm:ss zzzz", Long: "HH:mm:ss z", Medium: "HH:mm:ss", Short: "HH:mm"}, DateTime: ut.CalendarDateFormat{Full: "", Long: "", Medium: "", Short: ""}}, FormatNames: ut.CalendarFormatNames{Months: ut.CalendarMonthFormatNames{Abbreviated: ut.CalendarMonthFormatNameValue{4: "DAN", 6: "DAU", 7: "DAO", 8: "DAB", 9: "DOC", 10: "DAP", 1: "DAC", 2: "DAR", 3: "DAD", 5: "DAH", 11: "DGI", 12: "DAG"}, Narrow: ut.CalendarMonthFormatNameValue{12: "P", 2: "R", 3: "D", 4: "N", 5: "B", 8: "B", 9: "C", 1: "C", 6: "U", 7: "B", 10: "P", 11: "C"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{3: "Dwe mar Adek", 5: "Dwe mar Abich", 8: "Dwe mar Aboro", 9: "Dwe mar Ochiko", 12: "Dwe mar Apar gi ariyo", 10: "Dwe mar Apar", 11: "Dwe mar gi achiel", 1: "Dwe mar Achiel", 2: "Dwe mar Ariyo", 4: "Dwe mar Ang’wen", 6: "Dwe mar Auchiel", 7: "Dwe mar Abiriyo"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{4: "TAN", 5: "TAB", 6: "NGS", 0: "JMP", 1: "WUT", 2: "TAR", 3: "TAD"}, Narrow: ut.CalendarDayFormatNameValue{0: "J", 1: "W", 2: "T", 3: "T", 4: "T", 5: "T", 6: "N"}, Short: ut.CalendarDayFormatNameValue(nil), Wide: ut.CalendarDayFormatNameValue{1: "Wuok Tich", 2: "Tich Ariyo", 3: "Tich Adek", 4: "Tich Ang’wen", 5: "Tich Abich", 6: "Ngeso", 0: "Jumapil"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"am": "OD", "pm": "OT"}, Narrow: ut.CalendarPeriodFormatNameValue(nil), Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"am": "OD", "pm": "OT"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "Kapok Kristo obiro", Abbrev: "BC", Narrow: ""}}}}
|