12345 |
- package bas
- 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/M/y"}, AD: ut.CalendarDateFormat{Full: "EEEE d MMMM y", Long: "d MMMM y", Medium: "d MMM, y", Short: "d/M/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{2: "mac", 3: "mat", 9: "dip", 11: "may", 1: "kɔn", 4: "mto", 5: "mpu", 6: "hil", 7: "nje", 8: "hik", 10: "bio", 12: "liɓ"}, Narrow: ut.CalendarMonthFormatNameValue{1: "k", 2: "m", 5: "m", 9: "d", 10: "b", 11: "m", 12: "l", 3: "m", 4: "m", 6: "h", 7: "n", 8: "h"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{1: "Kɔndɔŋ", 5: "M̀puyɛ", 6: "Hìlòndɛ̀", 7: "Njèbà", 8: "Hìkaŋ", 9: "Dìpɔ̀s", 12: "Lìbuy li ńyèe", 2: "Màcɛ̂l", 3: "Màtùmb", 4: "Màtop", 10: "Bìòôm", 11: "Màyɛsèp"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{5: "kɔɔ", 6: "jon", 0: "nɔy", 1: "nja", 2: "uum", 3: "ŋge", 4: "mbɔ"}, Narrow: ut.CalendarDayFormatNameValue{2: "u", 3: "ŋ", 4: "m", 5: "k", 6: "j", 0: "n", 1: "n"}, Short: ut.CalendarDayFormatNameValue(nil), Wide: ut.CalendarDayFormatNameValue{3: "ŋgwà ŋgê", 4: "ŋgwà mbɔk", 5: "ŋgwà kɔɔ", 6: "ŋgwà jôn", 0: "ŋgwà nɔ̂y", 1: "ŋgwà njaŋgumba", 2: "ŋgwà ûm"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"pm": "I ɓugajɔp", "am": "I bikɛ̂glà"}, Narrow: ut.CalendarPeriodFormatNameValue(nil), Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"am": "I bikɛ̂glà", "pm": "I ɓugajɔp"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "bisū bi Yesù Krǐstò", Abbrev: "b.Y.K", Narrow: ""}}}}
|