es_CR.go 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. package es_CR
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type es_CR struct {
  10. locale string
  11. pluralsCardinal []locales.PluralRule
  12. pluralsOrdinal []locales.PluralRule
  13. pluralsRange []locales.PluralRule
  14. decimal string
  15. group string
  16. minus string
  17. percent string
  18. percentSuffix string
  19. perMille string
  20. timeSeparator string
  21. inifinity string
  22. currencies []string // idx = enum of currency code
  23. monthsAbbreviated []string
  24. monthsNarrow []string
  25. monthsWide []string
  26. daysAbbreviated []string
  27. daysNarrow []string
  28. daysShort []string
  29. daysWide []string
  30. periodsAbbreviated []string
  31. periodsNarrow []string
  32. periodsShort []string
  33. periodsWide []string
  34. erasAbbreviated []string
  35. erasNarrow []string
  36. erasWide []string
  37. timezones map[string]string
  38. }
  39. // New returns a new instance of translator for the 'es_CR' locale
  40. func New() locales.Translator {
  41. return &es_CR{
  42. locale: "es_CR",
  43. pluralsCardinal: []locales.PluralRule{2, 6},
  44. pluralsOrdinal: []locales.PluralRule{6},
  45. pluralsRange: []locales.PluralRule{6},
  46. decimal: ",",
  47. group: " ",
  48. minus: "-",
  49. percent: "%",
  50. perMille: "‰",
  51. timeSeparator: ":",
  52. inifinity: "∞",
  53. currencies: []string{"ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARL", "ARM", "ARP", "ARS", "ATS", "AUD", "AWG", "AZM", "AZN", "BAD", "BAM", "BAN", "BBD", "BDT", "BEC", "BEF", "BEL", "BGL", "BGM", "BGN", "BGO", "BHD", "BIF", "BMD", "BND", "BOB", "BOL", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNH", "CNX", "CNY", "COP", "COU", "₡", "CSD", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHS", "GIP", "GMD", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRH", "KRO", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MAF", "MCF", "MDC", "MDL", "MGA", "MGF", "MKD", "MKN", "MLF", "MMK", "MNT", "MOP", "MRO", "MTL", "MTP", "MUR", "MVP", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGX", "USD", "USN", "USS", "UYI", "UYP", "UYU", "UZS", "VEB", "VEF", "VND", "VNN", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "YUR", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWD", "ZWL", "ZWR"},
  54. percentSuffix: " ",
  55. monthsAbbreviated: []string{"", "ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sep.", "oct.", "nov.", "dic."},
  56. monthsNarrow: []string{"", "E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
  57. monthsWide: []string{"", "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"},
  58. daysAbbreviated: []string{"dom.", "lun.", "mar.", "mié.", "jue.", "vie.", "sáb."},
  59. daysNarrow: []string{"d", "l", "m", "m", "j", "v", "s"},
  60. daysShort: []string{"DO", "LU", "MA", "MI", "JU", "VI", "SA"},
  61. daysWide: []string{"domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"},
  62. periodsAbbreviated: []string{"a. m.", "p. m."},
  63. periodsNarrow: []string{"a. m.", "p. m."},
  64. periodsWide: []string{"a. m.", "p. m."},
  65. erasAbbreviated: []string{"a. C.", "d. C."},
  66. erasNarrow: []string{"", ""},
  67. erasWide: []string{"antes de Cristo", "después de Cristo"},
  68. timezones: map[string]string{"PST": "hora estándar del Pacífico", "PDT": "hora de verano del Pacífico", "HEEG": "hora de verano de Groenlandia oriental", "WITA": "hora de Indonesia central", "WIT": "hora de Indonesia oriental", "AST": "hora estándar del Atlántico", "WESZ": "hora de verano de Europa del Oeste", "MESZ": "hora de verano de Europa central", "IST": "hora de India", "VET": "hora de Venezuela", "HNPM": "hora estándar de San Pedro y Miquelón", "OESZ": "hora de verano de Europa del Este", "ACDT": "hora de verano de Australia central", "CAT": "hora de África central", "TMST": "hora de verano de Turkmenistán", "HEPMX": "hora de verano del Pacífico de México", "∅∅∅": "Hora de verano de Acre", "GFT": "hora de la Guayana Francesa", "HENOMX": "hora de verano del noroeste de México", "TMT": "hora estándar de Turkmenistán", "ART": "hora estándar de Argentina", "ChST": "hora estándar de Chamorro", "HECU": "hora de verano de Cuba", "CST": "hora estándar central", "AEST": "hora estándar de Australia oriental", "WAST": "hora de verano de África occidental", "WIB": "hora de Indonesia occidental", "BT": "hora de Bután", "LHDT": "hora de verano de Lord Howe", "COT": "hora estándar de Colombia", "EDT": "hora de verano oriental", "EAT": "hora de África oriental", "HNOG": "hora estándar de Groenlandia occidental", "WART": "hora estándar de Argentina occidental", "HAST": "hora estándar de Hawái-Aleutianas", "UYT": "hora estándar de Uruguay", "NZST": "hora estándar de Nueva Zelanda", "LHST": "hora estándar de Lord Howe", "SRT": "hora de Surinam", "OEZ": "hora estándar de Europa del Este", "SAST": "hora de Sudáfrica", "JST": "hora estándar de Japón", "JDT": "hora de verano de Japón", "ACWST": "hora estándar de Australia centroccidental", "HKT": "hora estándar de Hong Kong", "ADT": "hora de verano del Atlántico", "MDT": "hora de verano de las Montañas", "SGT": "hora de Singapur", "ACWDT": "hora de verano de Australia centroccidental", "HNEG": "hora estándar de Groenlandia oriental", "WARST": "hora de verano de Argentina occidental", "HNT": "hora estándar de Terranova", "HADT": "hora de verano de Hawái-Aleutianas", "COST": "hora de verano de Colombia", "AEDT": "hora de verano de Australia oriental", "HAT": "hora de verano de Terranova", "HNNOMX": "hora estándar del noroeste de México", "CHADT": "hora de verano de Chatham", "AWDT": "hora de verano de Australia occidental", "WEZ": "hora estándar de Europa del Oeste", "MYT": "hora de Malasia", "ACST": "hora estándar de Australia central", "HKST": "hora de verano de Hong Kong", "CLT": "hora estándar de Chile", "CDT": "hora de verano central", "MST": "hora estándar de las Montañas", "BOT": "hora de Bolivia", "AKST": "hora estándar de Alaska", "EST": "hora estándar oriental", "GMT": "hora del meridiano de Greenwich", "GYT": "hora de Guyana", "UYST": "hora de verano de Uruguay", "CHAST": "hora estándar de Chatham", "HNCU": "hora estándar de Cuba", "AWST": "hora estándar de Australia occidental", "WAT": "hora estándar de África occidental", "AKDT": "hora de verano de Alaska", "ECT": "hora de Ecuador", "ARST": "hora de verano de Argentina", "HNPMX": "hora estándar del Pacífico de México", "NZDT": "hora de verano de Nueva Zelanda", "HEOG": "hora de verano de Groenlandia occidental", "MEZ": "hora estándar de Europa central", "HEPM": "hora de verano de San Pedro y Miquelón", "CLST": "hora de verano de Chile"},
  69. }
  70. }
  71. // Locale returns the current translators string locale
  72. func (es *es_CR) Locale() string {
  73. return es.locale
  74. }
  75. // PluralsCardinal returns the list of cardinal plural rules associated with 'es_CR'
  76. func (es *es_CR) PluralsCardinal() []locales.PluralRule {
  77. return es.pluralsCardinal
  78. }
  79. // PluralsOrdinal returns the list of ordinal plural rules associated with 'es_CR'
  80. func (es *es_CR) PluralsOrdinal() []locales.PluralRule {
  81. return es.pluralsOrdinal
  82. }
  83. // PluralsRange returns the list of range plural rules associated with 'es_CR'
  84. func (es *es_CR) PluralsRange() []locales.PluralRule {
  85. return es.pluralsRange
  86. }
  87. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'es_CR'
  88. func (es *es_CR) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  89. n := math.Abs(num)
  90. if n == 1 {
  91. return locales.PluralRuleOne
  92. }
  93. return locales.PluralRuleOther
  94. }
  95. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'es_CR'
  96. func (es *es_CR) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  97. return locales.PluralRuleOther
  98. }
  99. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'es_CR'
  100. func (es *es_CR) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  101. return locales.PluralRuleOther
  102. }
  103. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  104. func (es *es_CR) MonthAbbreviated(month time.Month) string {
  105. return es.monthsAbbreviated[month]
  106. }
  107. // MonthsAbbreviated returns the locales abbreviated months
  108. func (es *es_CR) MonthsAbbreviated() []string {
  109. return es.monthsAbbreviated[1:]
  110. }
  111. // MonthNarrow returns the locales narrow month given the 'month' provided
  112. func (es *es_CR) MonthNarrow(month time.Month) string {
  113. return es.monthsNarrow[month]
  114. }
  115. // MonthsNarrow returns the locales narrow months
  116. func (es *es_CR) MonthsNarrow() []string {
  117. return es.monthsNarrow[1:]
  118. }
  119. // MonthWide returns the locales wide month given the 'month' provided
  120. func (es *es_CR) MonthWide(month time.Month) string {
  121. return es.monthsWide[month]
  122. }
  123. // MonthsWide returns the locales wide months
  124. func (es *es_CR) MonthsWide() []string {
  125. return es.monthsWide[1:]
  126. }
  127. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  128. func (es *es_CR) WeekdayAbbreviated(weekday time.Weekday) string {
  129. return es.daysAbbreviated[weekday]
  130. }
  131. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  132. func (es *es_CR) WeekdaysAbbreviated() []string {
  133. return es.daysAbbreviated
  134. }
  135. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  136. func (es *es_CR) WeekdayNarrow(weekday time.Weekday) string {
  137. return es.daysNarrow[weekday]
  138. }
  139. // WeekdaysNarrow returns the locales narrow weekdays
  140. func (es *es_CR) WeekdaysNarrow() []string {
  141. return es.daysNarrow
  142. }
  143. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  144. func (es *es_CR) WeekdayShort(weekday time.Weekday) string {
  145. return es.daysShort[weekday]
  146. }
  147. // WeekdaysShort returns the locales short weekdays
  148. func (es *es_CR) WeekdaysShort() []string {
  149. return es.daysShort
  150. }
  151. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  152. func (es *es_CR) WeekdayWide(weekday time.Weekday) string {
  153. return es.daysWide[weekday]
  154. }
  155. // WeekdaysWide returns the locales wide weekdays
  156. func (es *es_CR) WeekdaysWide() []string {
  157. return es.daysWide
  158. }
  159. // Decimal returns the decimal point of number
  160. func (es *es_CR) Decimal() string {
  161. return es.decimal
  162. }
  163. // Group returns the group of number
  164. func (es *es_CR) Group() string {
  165. return es.group
  166. }
  167. // Group returns the minus sign of number
  168. func (es *es_CR) Minus() string {
  169. return es.minus
  170. }
  171. // FmtNumber returns 'num' with digits/precision of 'v' for 'es_CR' and handles both Whole and Real numbers based on 'v'
  172. func (es *es_CR) FmtNumber(num float64, v uint64) string {
  173. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  174. l := len(s) + 2 + 2*len(s[:len(s)-int(v)-1])/3
  175. count := 0
  176. inWhole := v == 0
  177. b := make([]byte, 0, l)
  178. for i := len(s) - 1; i >= 0; i-- {
  179. if s[i] == '.' {
  180. b = append(b, es.decimal[0])
  181. inWhole = true
  182. continue
  183. }
  184. if inWhole {
  185. if count == 3 {
  186. for j := len(es.group) - 1; j >= 0; j-- {
  187. b = append(b, es.group[j])
  188. }
  189. count = 1
  190. } else {
  191. count++
  192. }
  193. }
  194. b = append(b, s[i])
  195. }
  196. if num < 0 {
  197. b = append(b, es.minus[0])
  198. }
  199. // reverse
  200. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  201. b[i], b[j] = b[j], b[i]
  202. }
  203. return string(b)
  204. }
  205. // FmtPercent returns 'num' with digits/precision of 'v' for 'es_CR' and handles both Whole and Real numbers based on 'v'
  206. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  207. func (es *es_CR) FmtPercent(num float64, v uint64) string {
  208. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  209. l := len(s) + 5
  210. b := make([]byte, 0, l)
  211. for i := len(s) - 1; i >= 0; i-- {
  212. if s[i] == '.' {
  213. b = append(b, es.decimal[0])
  214. continue
  215. }
  216. b = append(b, s[i])
  217. }
  218. if num < 0 {
  219. b = append(b, es.minus[0])
  220. }
  221. // reverse
  222. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  223. b[i], b[j] = b[j], b[i]
  224. }
  225. b = append(b, es.percentSuffix...)
  226. b = append(b, es.percent...)
  227. return string(b)
  228. }
  229. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'es_CR'
  230. func (es *es_CR) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  231. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  232. symbol := es.currencies[currency]
  233. l := len(s) + len(symbol) + 2 + 2*len(s[:len(s)-int(v)-1])/3
  234. count := 0
  235. inWhole := v == 0
  236. b := make([]byte, 0, l)
  237. for i := len(s) - 1; i >= 0; i-- {
  238. if s[i] == '.' {
  239. b = append(b, es.decimal[0])
  240. inWhole = true
  241. continue
  242. }
  243. if inWhole {
  244. if count == 3 {
  245. for j := len(es.group) - 1; j >= 0; j-- {
  246. b = append(b, es.group[j])
  247. }
  248. count = 1
  249. } else {
  250. count++
  251. }
  252. }
  253. b = append(b, s[i])
  254. }
  255. for j := len(symbol) - 1; j >= 0; j-- {
  256. b = append(b, symbol[j])
  257. }
  258. if num < 0 {
  259. b = append(b, es.minus[0])
  260. }
  261. // reverse
  262. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  263. b[i], b[j] = b[j], b[i]
  264. }
  265. if int(v) < 2 {
  266. if v == 0 {
  267. b = append(b, es.decimal...)
  268. }
  269. for i := 0; i < 2-int(v); i++ {
  270. b = append(b, '0')
  271. }
  272. }
  273. return string(b)
  274. }
  275. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'es_CR'
  276. // in accounting notation.
  277. func (es *es_CR) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  278. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  279. symbol := es.currencies[currency]
  280. l := len(s) + len(symbol) + 2 + 2*len(s[:len(s)-int(v)-1])/3
  281. count := 0
  282. inWhole := v == 0
  283. b := make([]byte, 0, l)
  284. for i := len(s) - 1; i >= 0; i-- {
  285. if s[i] == '.' {
  286. b = append(b, es.decimal[0])
  287. inWhole = true
  288. continue
  289. }
  290. if inWhole {
  291. if count == 3 {
  292. for j := len(es.group) - 1; j >= 0; j-- {
  293. b = append(b, es.group[j])
  294. }
  295. count = 1
  296. } else {
  297. count++
  298. }
  299. }
  300. b = append(b, s[i])
  301. }
  302. if num < 0 {
  303. for j := len(symbol) - 1; j >= 0; j-- {
  304. b = append(b, symbol[j])
  305. }
  306. b = append(b, es.minus[0])
  307. } else {
  308. for j := len(symbol) - 1; j >= 0; j-- {
  309. b = append(b, symbol[j])
  310. }
  311. }
  312. // reverse
  313. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  314. b[i], b[j] = b[j], b[i]
  315. }
  316. if int(v) < 2 {
  317. if v == 0 {
  318. b = append(b, es.decimal...)
  319. }
  320. for i := 0; i < 2-int(v); i++ {
  321. b = append(b, '0')
  322. }
  323. }
  324. return string(b)
  325. }
  326. // FmtDateShort returns the short date representation of 't' for 'es_CR'
  327. func (es *es_CR) FmtDateShort(t time.Time) string {
  328. b := make([]byte, 0, 32)
  329. b = strconv.AppendInt(b, int64(t.Day()), 10)
  330. b = append(b, []byte{0x2f}...)
  331. b = strconv.AppendInt(b, int64(t.Month()), 10)
  332. b = append(b, []byte{0x2f}...)
  333. if t.Year() > 9 {
  334. b = append(b, strconv.Itoa(t.Year())[2:]...)
  335. } else {
  336. b = append(b, strconv.Itoa(t.Year())[1:]...)
  337. }
  338. return string(b)
  339. }
  340. // FmtDateMedium returns the medium date representation of 't' for 'es_CR'
  341. func (es *es_CR) FmtDateMedium(t time.Time) string {
  342. b := make([]byte, 0, 32)
  343. b = strconv.AppendInt(b, int64(t.Day()), 10)
  344. b = append(b, []byte{0x20}...)
  345. b = append(b, es.monthsAbbreviated[t.Month()]...)
  346. b = append(b, []byte{0x20}...)
  347. if t.Year() > 0 {
  348. b = strconv.AppendInt(b, int64(t.Year()), 10)
  349. } else {
  350. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  351. }
  352. return string(b)
  353. }
  354. // FmtDateLong returns the long date representation of 't' for 'es_CR'
  355. func (es *es_CR) FmtDateLong(t time.Time) string {
  356. b := make([]byte, 0, 32)
  357. b = strconv.AppendInt(b, int64(t.Day()), 10)
  358. b = append(b, []byte{0x20, 0x64, 0x65}...)
  359. b = append(b, []byte{0x20}...)
  360. b = append(b, es.monthsWide[t.Month()]...)
  361. b = append(b, []byte{0x20, 0x64, 0x65}...)
  362. b = append(b, []byte{0x20}...)
  363. if t.Year() > 0 {
  364. b = strconv.AppendInt(b, int64(t.Year()), 10)
  365. } else {
  366. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  367. }
  368. return string(b)
  369. }
  370. // FmtDateFull returns the full date representation of 't' for 'es_CR'
  371. func (es *es_CR) FmtDateFull(t time.Time) string {
  372. b := make([]byte, 0, 32)
  373. b = append(b, es.daysWide[t.Weekday()]...)
  374. b = append(b, []byte{0x2c, 0x20}...)
  375. b = strconv.AppendInt(b, int64(t.Day()), 10)
  376. b = append(b, []byte{0x20, 0x64, 0x65}...)
  377. b = append(b, []byte{0x20}...)
  378. b = append(b, es.monthsWide[t.Month()]...)
  379. b = append(b, []byte{0x20, 0x64, 0x65}...)
  380. b = append(b, []byte{0x20}...)
  381. if t.Year() > 0 {
  382. b = strconv.AppendInt(b, int64(t.Year()), 10)
  383. } else {
  384. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  385. }
  386. return string(b)
  387. }
  388. // FmtTimeShort returns the short time representation of 't' for 'es_CR'
  389. func (es *es_CR) FmtTimeShort(t time.Time) string {
  390. b := make([]byte, 0, 32)
  391. if t.Hour() < 10 {
  392. b = append(b, '0')
  393. }
  394. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  395. b = append(b, es.timeSeparator...)
  396. if t.Minute() < 10 {
  397. b = append(b, '0')
  398. }
  399. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  400. return string(b)
  401. }
  402. // FmtTimeMedium returns the medium time representation of 't' for 'es_CR'
  403. func (es *es_CR) FmtTimeMedium(t time.Time) string {
  404. b := make([]byte, 0, 32)
  405. if t.Hour() < 10 {
  406. b = append(b, '0')
  407. }
  408. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  409. b = append(b, es.timeSeparator...)
  410. if t.Minute() < 10 {
  411. b = append(b, '0')
  412. }
  413. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  414. b = append(b, es.timeSeparator...)
  415. if t.Second() < 10 {
  416. b = append(b, '0')
  417. }
  418. b = strconv.AppendInt(b, int64(t.Second()), 10)
  419. return string(b)
  420. }
  421. // FmtTimeLong returns the long time representation of 't' for 'es_CR'
  422. func (es *es_CR) FmtTimeLong(t time.Time) string {
  423. b := make([]byte, 0, 32)
  424. if t.Hour() < 10 {
  425. b = append(b, '0')
  426. }
  427. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  428. b = append(b, es.timeSeparator...)
  429. if t.Minute() < 10 {
  430. b = append(b, '0')
  431. }
  432. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  433. b = append(b, es.timeSeparator...)
  434. if t.Second() < 10 {
  435. b = append(b, '0')
  436. }
  437. b = strconv.AppendInt(b, int64(t.Second()), 10)
  438. b = append(b, []byte{0x20}...)
  439. tz, _ := t.Zone()
  440. b = append(b, tz...)
  441. return string(b)
  442. }
  443. // FmtTimeFull returns the full time representation of 't' for 'es_CR'
  444. func (es *es_CR) FmtTimeFull(t time.Time) string {
  445. b := make([]byte, 0, 32)
  446. if t.Hour() < 10 {
  447. b = append(b, '0')
  448. }
  449. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  450. b = append(b, es.timeSeparator...)
  451. if t.Minute() < 10 {
  452. b = append(b, '0')
  453. }
  454. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  455. b = append(b, es.timeSeparator...)
  456. if t.Second() < 10 {
  457. b = append(b, '0')
  458. }
  459. b = strconv.AppendInt(b, int64(t.Second()), 10)
  460. b = append(b, []byte{0x20}...)
  461. tz, _ := t.Zone()
  462. if btz, ok := es.timezones[tz]; ok {
  463. b = append(b, btz...)
  464. } else {
  465. b = append(b, tz...)
  466. }
  467. return string(b)
  468. }