12345 |
- package gu
- 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/yy"}, AD: ut.CalendarDateFormat{Full: "EEEE, d MMMM, y", Long: "d MMMM, y", Medium: "d MMM, y", Short: "d/M/yy"}}, Time: ut.CalendarDateFormat{Full: "hh:mm:ss a zzzz", Long: "hh:mm:ss a z", Medium: "hh:mm:ss a", Short: "hh: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{5: "મે", 6: "જૂન", 10: "ઑક્ટો", 12: "ડિસે", 2: "ફેબ્રુ", 3: "માર્ચ", 4: "એપ્રિલ", 7: "જુલાઈ", 8: "ઑગસ્ટ", 9: "સપ્ટે", 11: "નવે", 1: "જાન્યુ"}, Narrow: ut.CalendarMonthFormatNameValue{8: "ઑ", 9: "સ", 11: "ન", 12: "ડિ", 1: "જા", 2: "ફે", 4: "એ", 6: "જૂ", 3: "મા", 5: "મે", 7: "જુ", 10: "ઑ"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{2: "ફેબ્રુઆરી", 6: "જૂન", 7: "જુલાઈ", 12: "ડિસેમ્બર", 1: "જાન્યુઆરી", 4: "એપ્રિલ", 5: "મે", 8: "ઑગસ્ટ", 9: "સપ્ટેમ્બર", 10: "ઑક્ટોબર", 11: "નવેમ્બર", 3: "માર્ચ"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{4: "ગુરુ", 5: "શુક્ર", 6: "શનિ", 0: "રવિ", 1: "સોમ", 2: "મંગળ", 3: "બુધ"}, Narrow: ut.CalendarDayFormatNameValue{0: "ર", 1: "સો", 2: "મં", 3: "બુ", 4: "ગુ", 5: "શુ", 6: "શ"}, Short: ut.CalendarDayFormatNameValue{0: "ર", 1: "સો", 2: "મં", 3: "બુ", 4: "ગુ", 5: "શુ", 6: "શ"}, Wide: ut.CalendarDayFormatNameValue{0: "રવિવાર", 1: "સોમવાર", 2: "મંગળવાર", 3: "બુધવાર", 4: "ગુરુવાર", 5: "શુક્રવાર", 6: "શનિવાર"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"midnight": "મધ્યરાત્રિ", "am": "AM", "pm": "PM", "morning1": "સવાર", "afternoon1": "બપોર", "evening1": "સાંજ", "night1": "રાત્રિ"}, Narrow: ut.CalendarPeriodFormatNameValue{"night1": "રાત્રિ", "midnight": "મધ્યરાત્રિ", "am": "AM", "pm": "PM", "morning1": "સવાર", "afternoon1": "બપોર", "evening1": "સાંજ"}, Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"morning1": "સવાર", "afternoon1": "બપોર", "evening1": "સાંજ", "night1": "રાત્રિ", "midnight": "મધ્યરાત્રિ", "am": "AM", "pm": "PM"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "ઇસવીસન", Abbrev: "ઈ.સ.", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "ઈસવીસન પૂર્વે", Abbrev: "ઈ.સ.પૂર્વે", Narrow: "ઇ સ પુ"}}}}
|