12345 |
- package jgo
- import "github.com/go-playground/universal-translator"
- var calendar = ut.Calendar{Formats: ut.CalendarFormats{DateEra: ut.DateEra{BC: ut.CalendarDateFormat{Full: "EEEE, y MMMM dd", Long: "y MMMM d", Medium: "y MMM d", Short: "y-MM-dd"}, AD: ut.CalendarDateFormat{Full: "EEEE, y MMMM dd", Long: "y MMMM d", Medium: "y MMM d", Short: "y-MM-dd"}}, Time: ut.CalendarDateFormat{Full: "HH:mm:ss zzzz", Long: "HH:mm:ss z", Medium: "HH:mm:ss", Short: "HH:mm"}, DateTime: ut.CalendarDateFormat{Full: "{1} {0}", Long: "{1} {0}", Medium: "{1} {0}", Short: "{1} {0}"}}, FormatNames: ut.CalendarFormatNames{Months: ut.CalendarMonthFormatNames{Abbreviated: ut.CalendarMonthFormatNameValue{1: "Nduŋmbi Saŋ", 5: "Pɛsaŋ Pataa", 10: "Pɛsaŋ Nɛgɛ́m", 8: "Pɛsaŋ Pɛ́nɛ́fɔm", 9: "Pɛsaŋ Pɛ́nɛ́pfúꞋú", 11: "Pɛsaŋ Ntsɔ̌pmɔ́", 2: "Pɛsaŋ Pɛ́pá", 3: "Pɛsaŋ Pɛ́tát", 4: "Pɛsaŋ Pɛ́nɛ́kwa", 6: "Pɛsaŋ Pɛ́nɛ́ntúkú", 7: "Pɛsaŋ Saambá", 12: "Pɛsaŋ Ntsɔ̌ppá"}, Narrow: ut.CalendarMonthFormatNameValue{3: "3", 7: "7", 8: "8", 9: "9", 11: "11", 1: "1", 2: "2", 6: "6", 10: "10", 12: "12", 4: "4", 5: "5"}, Short: ut.CalendarMonthFormatNameValue(nil), Wide: ut.CalendarMonthFormatNameValue{8: "Pɛsaŋ Pɛ́nɛ́fɔm", 9: "Pɛsaŋ Pɛ́nɛ́pfúꞋú", 10: "Pɛsaŋ Nɛgɛ́m", 1: "Nduŋmbi Saŋ", 6: "Pɛsaŋ Pɛ́nɛ́ntúkú", 7: "Pɛsaŋ Saambá", 5: "Pɛsaŋ Pataa", 11: "Pɛsaŋ Ntsɔ̌pmɔ́", 12: "Pɛsaŋ Ntsɔ̌ppá", 2: "Pɛsaŋ Pɛ́pá", 3: "Pɛsaŋ Pɛ́tát", 4: "Pɛsaŋ Pɛ́nɛ́kwa"}}, Days: ut.CalendarDayFormatNames{Abbreviated: ut.CalendarDayFormatNameValue{1: "Mɔ́ndi", 2: "Ápta Mɔ́ndi", 3: "Wɛ́nɛsɛdɛ", 4: "Tɔ́sɛdɛ", 5: "Fɛlâyɛdɛ", 6: "Sásidɛ", 0: "Sɔ́ndi"}, Narrow: ut.CalendarDayFormatNameValue{5: "Fɛ", 6: "Sá", 0: "Sɔ́", 1: "Mɔ́", 2: "ÁM", 3: "Wɛ́", 4: "Tɔ́"}, Short: ut.CalendarDayFormatNameValue(nil), Wide: ut.CalendarDayFormatNameValue{2: "Ápta Mɔ́ndi", 3: "Wɛ́nɛsɛdɛ", 4: "Tɔ́sɛdɛ", 5: "Fɛlâyɛdɛ", 6: "Sásidɛ", 0: "Sɔ́ndi", 1: "Mɔ́ndi"}}, Periods: ut.CalendarPeriodFormatNames{Abbreviated: ut.CalendarPeriodFormatNameValue{"am": "mbaꞌmbaꞌ", "pm": "ŋka mbɔ́t nji"}, Narrow: ut.CalendarPeriodFormatNameValue(nil), Short: ut.CalendarPeriodFormatNameValue(nil), Wide: ut.CalendarPeriodFormatNameValue{"am": "mbaꞌmbaꞌ", "pm": "ŋka mbɔ́t nji"}}, Eras: ut.Eras{AD: ut.CalendarEraFormatNames{Full: "", Abbrev: "", Narrow: ""}, BC: ut.CalendarEraFormatNames{Full: "tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́", Abbrev: "BCE", Narrow: ""}}}}
|