12345 |
- package ms_BN
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "dd MMMM y", Long: "d MMMM y", Medium: "d MMM y", Short: "d/MM/yy"}, AD: ut.CalendarDateFormat{Full: "dd MMMM y", Long: "d MMMM y", Medium: "d MMM y", Short: "d/MM/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: "{1} {0}", Long: "{1} {0}", Medium: "{1} {0}", Short: "{1} {0}"}}, FormatNames: ut.CalendarFormatNames{Months: ut.CalendarMonthFormatNames{Abbreviated: ut.CalendarMonthFormatNameValue{6: "Jun", 9: "Sep", 1: "Jan", 5: "Mei", 12: "Dis", 2: "Feb", 4: "Apr", 10: "Okt", 3: "Mac", 7: "Jul", 8: "Ogo", 11: "Nov"}, Narrow: ut.CalendarMonthFormatNameValue{4: "A", 6: "J", 7: "J", 9: "S", 12: "D", 1: "J", 5: "M", 10: "O", 3: "M", 11: "N", 2: "F", 8: "O"}, Short: ut.CalendarMonthFormatNameValue{}, Wide: ut.CalendarMonthFormatNameValue{1: "Januari", 12: "Disember", 11: "November", 4: "April", 5: "Mei", 6: "Jun", 7: "Julai", 8: "Ogos", 10: "Oktober", 2: "Februari", 3: "Mac", 9: "September"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{0: "Ahd", 1: "Isn", 2: "Sel", 3: "Rab", 4: "Kha", 5: "Jum", 6: "Sab"}, Narrow: ut.CalendarDayFormatNameValue{5: "J", 6: "S", 0: "A", 1: "I", 2: "S", 3: "R", 4: "K"}, Short: ut.CalendarDayFormatNameValue{3: "Ra", 4: "Kh", 5: "Ju", 6: "Sa", 0: "Ah", 1: "Is", 2: "Se"}, Wide: ut.CalendarDayFormatNameValue{3: "Rabu", 4: "Khamis", 5: "Jumaat", 6: "Sabtu", 0: "Ahad", 1: "Isnin", 2: "Selasa"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"afternoon1": "tengah hari", "evening1": "petang", "night1": "malam", "am": "PG", "pm": "PTG", "morning1": "tengah malam", "morning2": "pagi"}, Narrow: ut.CalendarPeriodFormatNameValue{"pm": "p", "morning1": "tengah malam", "morning2": "pagi", "afternoon1": "tengah hari", "evening1": "petang", "night1": "malam", "am": "a"}, Short: ut.CalendarPeriodFormatNameValue{}, Wide: ut.CalendarPeriodFormatNameValue{"pm": "PTG", "morning1": "tengah malam", "morning2": "pagi", "afternoon1": "tengah hari", "evening1": "petang", "night1": "malam", "am": "PG"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}}}}
|