12345 |
- package chr
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "EEEE, MMMM d, y", Long: "MMMM d, y", Medium: "MMM d, y", Short: "M/d/yy"}, AD: ut.CalendarDateFormat{Full: "EEEE, MMMM d, y", Long: "MMMM d, y", Medium: "MMM d, y", Short: "M/d/yy"}}, Time: ut.CalendarDateFormat{Full: "h:mm:ss a zzzz", Long: "h:mm:ss a z", 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{12: "ᎥᏍ", 1: "ᎤᏃ", 4: "ᎧᏬ", 5: "ᎠᏂ", 6: "ᏕᎭ", 7: "ᎫᏰ", 9: "ᏚᎵ", 11: "ᏅᏓ", 2: "ᎧᎦ", 3: "ᎠᏅ", 8: "ᎦᎶ", 10: "ᏚᏂ"}, Narrow: ut.CalendarMonthFormatNameValue{4: "Ꭷ", 5: "Ꭰ", 11: "Ꮕ", 12: "Ꭵ", 1: "Ꭴ", 2: "Ꭷ", 3: "Ꭰ", 6: "Ꮥ", 7: "Ꭻ", 8: "Ꭶ", 9: "Ꮪ", 10: "Ꮪ"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{5: "ᎠᏂᏍᎬᏘ", 7: "ᎫᏰᏉᏂ", 8: "ᎦᎶᏂ", 9: "ᏚᎵᏍᏗ", 10: "ᏚᏂᏅᏗ", 11: "ᏅᏓᏕᏆ", 12: "ᎥᏍᎩᏱ", 1: "ᎤᏃᎸᏔᏅ", 3: "ᎠᏅᏱ", 4: "ᎧᏬᏂ", 6: "ᏕᎭᎷᏱ", 2: "ᎧᎦᎵ"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{3: "ᏦᎢᏁ", 4: "ᏅᎩᏁ", 5: "ᏧᎾᎩ", 6: "ᏈᏕᎾ", 0: "ᏆᏍᎬ", 1: "ᏉᏅᎯ", 2: "ᏔᎵᏁ"}, Narrow: ut.CalendarDayFormatNameValue{1: "Ꮙ", 2: "Ꮤ", 3: "Ꮶ", 4: "Ꮕ", 5: "Ꮷ", 6: "Ꭴ", 0: "Ꮖ"}, Short: ut.CalendarDayFormatNameValue(nil), Wide: ut.CalendarDayFormatNameValue{2: "ᏔᎵᏁᎢᎦ", 3: "ᏦᎢᏁᎢᎦ", 4: "ᏅᎩᏁᎢᎦ", 5: "ᏧᎾᎩᎶᏍᏗ", 6: "ᎤᎾᏙᏓᏈᏕᎾ", 0: "ᎤᎾᏙᏓᏆᏍᎬ", 1: "ᎤᎾᏙᏓᏉᏅᎯ"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"morning1": "ᏌᎾᎴ", "afternoon1": "ᏒᎯᏱᎢᏗᏢ", "am": "ᏌᎾᎴ", "noon": "ᎢᎦ", "pm": "ᏒᎯᏱᎢᏗᏢ"}, Narrow: ut.CalendarPeriodFormatNameValue(nil), Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"noon": "ᎢᎦ", "pm": "ᏒᎯᏱᎢᏗᏢ", "morning1": "ᏌᎾᎴ", "afternoon1": "ᏒᎯᏱᎢᏗᏢ", "am": "ᏌᎾᎴ"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "Ꮟ ᏥᏌ ᎾᏕᎲᏍᎬᎾ", Abbrev: "ᎤᏓᎷᎸ", Narrow: ""}}}}
|