es_CL.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. package es_CL
  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_CL 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_CL' locale
  40. func New() locales.Translator {
  41. return &es_CL{
  42. locale: "es_CL",
  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 ", "BYR ", "BZD ", "CAD ", "CDF ", "CHE ", "CHF ", "CHW ", "CLE ", "CLF ", "$", "CNX ", "CNY ", "COP ", "COU ", "CRC ", "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 ", "SUR ", "SVC ", "SYP ", "SZL ", "THB ", "TJR ", "TJS ", "TMM ", "TMT ", "TND ", "TOP ", "TPE ", "TRL ", "TRY ", "TTD ", "TWD ", "TZS ", "UAH ", "UAK ", "UGS ", "UGX ", "US$", "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.", "sept.", "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", "X", "J", "V", "S"},
  60. daysShort: []string{"do", "lu", "ma", "mi", "ju", "vi", "sá"},
  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{"HAT": "hora de verano de Terranova", "OEZ": "hora estándar de Europa oriental", "AWST": "hora estándar de Australia occidental", "WEZ": "hora estándar de Europa occidental", "∅∅∅": "hora de verano de Brasilia", "AKDT": "hora de verano de Alaska", "OESZ": "hora de verano de Europa oriental", "TMST": "hora de verano de Turkmenistán", "VET": "hora de Venezuela", "HADT": "hora de verano de Hawái-Aleutiano", "WARST": "hora de verano de Argentina occidental", "ChST": "hora estándar de Chamorro", "CHAST": "hora estándar de Chatham", "LHST": "hora estándar de Lord Howe", "MST": "hora estándar de las Montañas", "HNT": "hora estándar de Terranova", "WART": "hora estándar de Argentina occidental", "AKST": "hora estándar de Alaska", "CST": "hora estándar central", "WESZ": "hora de verano de Europa occidental", "ADT": "hora de verano del Atlántico", "MYT": "hora de Malasia", "IST": "hora estándar de la India", "ACDT": "hora de verano de Australia central", "WIT": "hora de Indonesia oriental", "TMT": "hora estándar de Turkmenistán", "CHADT": "hora de verano de Chatham", "WITA": "hora de Indonesia central", "BT": "hora de Bután", "WAT": "hora estándar de África occidental", "AWDT": "hora de verano de Australia occidental", "GYT": "hora de Guyana", "JDT": "hora de verano de Japón", "SRT": "hora de Surinam", "ACWDT": "hora de verano de Australia centroccidental", "COST": "hora de verano de Colombia", "WAST": "hora de verano de África occidental", "ACST": "hora estándar de Australia central", "UYT": "hora estándar de Uruguay", "MESZ": "hora de verano de Europa central", "EST": "hora estándar oriental", "EDT": "hora de verano oriental", "MEZ": "hora estándar de Europa central", "CAT": "hora de África central", "ART": "hora estándar de Argentina", "HAST": "hora estándar de Hawái-Aleutiano", "WIB": "hora de Indonesia occidental", "EAT": "hora de África oriental", "NZDT": "hora de verano de Nueva Zelanda", "ACWST": "hora estándar de Australia centroccidental", "AST": "hora estándar del Atlántico", "HKT": "hora estándar de Hong Kong", "GMT": "hora del meridiano de Greenwich", "SAST": "hora de Sudáfrica", "PDT": "hora de verano del Pacífico", "CDT": "hora de verano central", "AEDT": "hora de verano de Australia oriental", "COT": "hora estándar de Colombia", "CLT": "hora estándar de Chile", "GFT": "hora de la Guayana Francesa", "PST": "hora estándar del Pacífico", "NZST": "hora estándar de Nueva Zelanda", "BOT": "hora de Bolivia", "ECT": "hora de Ecuador", "LHDT": "hora de verano de Lord Howe", "CLST": "hora de verano de Chile", "SGT": "hora de Singapur", "HKST": "hora de verano de Hong Kong", "ARST": "hora de verano de Argentina", "JST": "hora estándar de Japón", "UYST": "hora de verano de Uruguay", "AEST": "hora estándar de Australia oriental", "MDT": "hora de verano de las Montañas"},
  69. }
  70. }
  71. // Locale returns the current translators string locale
  72. func (es *es_CL) Locale() string {
  73. return es.locale
  74. }
  75. // PluralsCardinal returns the list of cardinal plural rules associated with 'es_CL'
  76. func (es *es_CL) PluralsCardinal() []locales.PluralRule {
  77. return es.pluralsCardinal
  78. }
  79. // PluralsOrdinal returns the list of ordinal plural rules associated with 'es_CL'
  80. func (es *es_CL) PluralsOrdinal() []locales.PluralRule {
  81. return es.pluralsOrdinal
  82. }
  83. // PluralsRange returns the list of range plural rules associated with 'es_CL'
  84. func (es *es_CL) PluralsRange() []locales.PluralRule {
  85. return es.pluralsRange
  86. }
  87. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'es_CL'
  88. func (es *es_CL) 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_CL'
  96. func (es *es_CL) 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_CL'
  100. func (es *es_CL) 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_CL) MonthAbbreviated(month time.Month) string {
  105. return es.monthsAbbreviated[month]
  106. }
  107. // MonthsAbbreviated returns the locales abbreviated months
  108. func (es *es_CL) MonthsAbbreviated() []string {
  109. return es.monthsAbbreviated[1:]
  110. }
  111. // MonthNarrow returns the locales narrow month given the 'month' provided
  112. func (es *es_CL) MonthNarrow(month time.Month) string {
  113. return es.monthsNarrow[month]
  114. }
  115. // MonthsNarrow returns the locales narrow months
  116. func (es *es_CL) MonthsNarrow() []string {
  117. return es.monthsNarrow[1:]
  118. }
  119. // MonthWide returns the locales wide month given the 'month' provided
  120. func (es *es_CL) MonthWide(month time.Month) string {
  121. return es.monthsWide[month]
  122. }
  123. // MonthsWide returns the locales wide months
  124. func (es *es_CL) MonthsWide() []string {
  125. return es.monthsWide[1:]
  126. }
  127. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  128. func (es *es_CL) WeekdayAbbreviated(weekday time.Weekday) string {
  129. return es.daysAbbreviated[weekday]
  130. }
  131. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  132. func (es *es_CL) WeekdaysAbbreviated() []string {
  133. return es.daysAbbreviated
  134. }
  135. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  136. func (es *es_CL) WeekdayNarrow(weekday time.Weekday) string {
  137. return es.daysNarrow[weekday]
  138. }
  139. // WeekdaysNarrow returns the locales narrow weekdays
  140. func (es *es_CL) WeekdaysNarrow() []string {
  141. return es.daysNarrow
  142. }
  143. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  144. func (es *es_CL) WeekdayShort(weekday time.Weekday) string {
  145. return es.daysShort[weekday]
  146. }
  147. // WeekdaysShort returns the locales short weekdays
  148. func (es *es_CL) WeekdaysShort() []string {
  149. return es.daysShort
  150. }
  151. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  152. func (es *es_CL) WeekdayWide(weekday time.Weekday) string {
  153. return es.daysWide[weekday]
  154. }
  155. // WeekdaysWide returns the locales wide weekdays
  156. func (es *es_CL) WeekdaysWide() []string {
  157. return es.daysWide
  158. }
  159. // FmtNumber returns 'num' with digits/precision of 'v' for 'es_CL' and handles both Whole and Real numbers based on 'v'
  160. func (es *es_CL) FmtNumber(num float64, v uint64) string {
  161. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  162. l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  163. count := 0
  164. inWhole := v == 0
  165. b := make([]byte, 0, l)
  166. for i := len(s) - 1; i >= 0; i-- {
  167. if s[i] == '.' {
  168. b = append(b, es.decimal[0])
  169. inWhole = true
  170. continue
  171. }
  172. if inWhole {
  173. if count == 3 {
  174. b = append(b, es.group[0])
  175. count = 1
  176. } else {
  177. count++
  178. }
  179. }
  180. b = append(b, s[i])
  181. }
  182. if num < 0 {
  183. b = append(b, es.minus[0])
  184. }
  185. // reverse
  186. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  187. b[i], b[j] = b[j], b[i]
  188. }
  189. return string(b)
  190. }
  191. // FmtPercent returns 'num' with digits/precision of 'v' for 'es_CL' and handles both Whole and Real numbers based on 'v'
  192. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  193. func (es *es_CL) FmtPercent(num float64, v uint64) string {
  194. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  195. l := len(s) + 5
  196. b := make([]byte, 0, l)
  197. for i := len(s) - 1; i >= 0; i-- {
  198. if s[i] == '.' {
  199. b = append(b, es.decimal[0])
  200. continue
  201. }
  202. b = append(b, s[i])
  203. }
  204. if num < 0 {
  205. b = append(b, es.minus[0])
  206. }
  207. // reverse
  208. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  209. b[i], b[j] = b[j], b[i]
  210. }
  211. b = append(b, es.percentSuffix...)
  212. b = append(b, es.percent...)
  213. return string(b)
  214. }
  215. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'es_CL'
  216. func (es *es_CL) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  217. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  218. symbol := es.currencies[currency]
  219. l := len(s) + len(symbol) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  220. count := 0
  221. inWhole := v == 0
  222. b := make([]byte, 0, l)
  223. for i := len(s) - 1; i >= 0; i-- {
  224. if s[i] == '.' {
  225. b = append(b, es.decimal[0])
  226. inWhole = true
  227. continue
  228. }
  229. if inWhole {
  230. if count == 3 {
  231. b = append(b, es.group[0])
  232. count = 1
  233. } else {
  234. count++
  235. }
  236. }
  237. b = append(b, s[i])
  238. }
  239. for j := len(symbol) - 1; j >= 0; j-- {
  240. b = append(b, symbol[j])
  241. }
  242. if num < 0 {
  243. b = append(b, es.minus[0])
  244. }
  245. // reverse
  246. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  247. b[i], b[j] = b[j], b[i]
  248. }
  249. if int(v) < 2 {
  250. if v == 0 {
  251. b = append(b, es.decimal...)
  252. }
  253. for i := 0; i < 2-int(v); i++ {
  254. b = append(b, '0')
  255. }
  256. }
  257. return string(b)
  258. }
  259. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'es_CL'
  260. // in accounting notation.
  261. func (es *es_CL) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  262. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  263. symbol := es.currencies[currency]
  264. l := len(s) + len(symbol) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  265. count := 0
  266. inWhole := v == 0
  267. b := make([]byte, 0, l)
  268. for i := len(s) - 1; i >= 0; i-- {
  269. if s[i] == '.' {
  270. b = append(b, es.decimal[0])
  271. inWhole = true
  272. continue
  273. }
  274. if inWhole {
  275. if count == 3 {
  276. b = append(b, es.group[0])
  277. count = 1
  278. } else {
  279. count++
  280. }
  281. }
  282. b = append(b, s[i])
  283. }
  284. if num < 0 {
  285. for j := len(symbol) - 1; j >= 0; j-- {
  286. b = append(b, symbol[j])
  287. }
  288. b = append(b, es.minus[0])
  289. } else {
  290. for j := len(symbol) - 1; j >= 0; j-- {
  291. b = append(b, symbol[j])
  292. }
  293. }
  294. // reverse
  295. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  296. b[i], b[j] = b[j], b[i]
  297. }
  298. if int(v) < 2 {
  299. if v == 0 {
  300. b = append(b, es.decimal...)
  301. }
  302. for i := 0; i < 2-int(v); i++ {
  303. b = append(b, '0')
  304. }
  305. }
  306. return string(b)
  307. }
  308. // FmtDateShort returns the short date representation of 't' for 'es_CL'
  309. func (es *es_CL) FmtDateShort(t time.Time) string {
  310. b := make([]byte, 0, 32)
  311. if t.Day() < 10 {
  312. b = append(b, '0')
  313. }
  314. b = strconv.AppendInt(b, int64(t.Day()), 10)
  315. b = append(b, []byte{0x2d}...)
  316. if t.Month() < 10 {
  317. b = append(b, '0')
  318. }
  319. b = strconv.AppendInt(b, int64(t.Month()), 10)
  320. b = append(b, []byte{0x2d}...)
  321. if t.Year() > 9 {
  322. b = append(b, strconv.Itoa(t.Year())[2:]...)
  323. } else {
  324. b = append(b, strconv.Itoa(t.Year())[1:]...)
  325. }
  326. return string(b)
  327. }
  328. // FmtDateMedium returns the medium date representation of 't' for 'es_CL'
  329. func (es *es_CL) FmtDateMedium(t time.Time) string {
  330. b := make([]byte, 0, 32)
  331. if t.Day() < 10 {
  332. b = append(b, '0')
  333. }
  334. b = strconv.AppendInt(b, int64(t.Day()), 10)
  335. b = append(b, []byte{0x2d}...)
  336. if t.Month() < 10 {
  337. b = append(b, '0')
  338. }
  339. b = strconv.AppendInt(b, int64(t.Month()), 10)
  340. b = append(b, []byte{0x2d}...)
  341. b = strconv.AppendInt(b, int64(t.Year()), 10)
  342. return string(b)
  343. }
  344. // FmtDateLong returns the long date representation of 't' for 'es_CL'
  345. func (es *es_CL) FmtDateLong(t time.Time) string {
  346. b := make([]byte, 0, 32)
  347. b = strconv.AppendInt(b, int64(t.Day()), 10)
  348. b = append(b, []byte{}...)
  349. b = append(b, []byte{0x27, 0x64, 0x65, 0x27, 0x20}...)
  350. b = append(b, es.monthsWide[t.Month()]...)
  351. b = append(b, []byte{}...)
  352. b = append(b, []byte{0x27, 0x64, 0x65, 0x27, 0x20}...)
  353. b = strconv.AppendInt(b, int64(t.Year()), 10)
  354. return string(b)
  355. }
  356. // FmtDateFull returns the full date representation of 't' for 'es_CL'
  357. func (es *es_CL) FmtDateFull(t time.Time) string {
  358. b := make([]byte, 0, 32)
  359. b = append(b, es.daysWide[t.Weekday()]...)
  360. b = append(b, []byte{0x2c, 0x20}...)
  361. b = strconv.AppendInt(b, int64(t.Day()), 10)
  362. b = append(b, []byte{}...)
  363. b = append(b, []byte{0x27, 0x64, 0x65, 0x27, 0x20}...)
  364. b = append(b, es.monthsWide[t.Month()]...)
  365. b = append(b, []byte{}...)
  366. b = append(b, []byte{0x27, 0x64, 0x65, 0x27, 0x20}...)
  367. b = strconv.AppendInt(b, int64(t.Year()), 10)
  368. return string(b)
  369. }
  370. // FmtTimeShort returns the short time representation of 't' for 'es_CL'
  371. func (es *es_CL) FmtTimeShort(t time.Time) string {
  372. b := make([]byte, 0, 32)
  373. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  374. b = append(b, es.timeSeparator...)
  375. if t.Minute() < 10 {
  376. b = append(b, '0')
  377. }
  378. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  379. return string(b)
  380. }
  381. // FmtTimeMedium returns the medium time representation of 't' for 'es_CL'
  382. func (es *es_CL) FmtTimeMedium(t time.Time) string {
  383. b := make([]byte, 0, 32)
  384. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  385. b = append(b, es.timeSeparator...)
  386. if t.Minute() < 10 {
  387. b = append(b, '0')
  388. }
  389. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  390. b = append(b, es.timeSeparator...)
  391. if t.Second() < 10 {
  392. b = append(b, '0')
  393. }
  394. b = strconv.AppendInt(b, int64(t.Second()), 10)
  395. return string(b)
  396. }
  397. // FmtTimeLong returns the long time representation of 't' for 'es_CL'
  398. func (es *es_CL) FmtTimeLong(t time.Time) string {
  399. b := make([]byte, 0, 32)
  400. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  401. b = append(b, es.timeSeparator...)
  402. if t.Minute() < 10 {
  403. b = append(b, '0')
  404. }
  405. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  406. b = append(b, es.timeSeparator...)
  407. if t.Second() < 10 {
  408. b = append(b, '0')
  409. }
  410. b = strconv.AppendInt(b, int64(t.Second()), 10)
  411. b = append(b, []byte{0x20}...)
  412. tz, _ := t.Zone()
  413. b = append(b, tz...)
  414. return string(b)
  415. }
  416. // FmtTimeFull returns the full time representation of 't' for 'es_CL'
  417. func (es *es_CL) FmtTimeFull(t time.Time) string {
  418. b := make([]byte, 0, 32)
  419. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  420. b = append(b, es.timeSeparator...)
  421. if t.Minute() < 10 {
  422. b = append(b, '0')
  423. }
  424. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  425. b = append(b, es.timeSeparator...)
  426. if t.Second() < 10 {
  427. b = append(b, '0')
  428. }
  429. b = strconv.AppendInt(b, int64(t.Second()), 10)
  430. b = append(b, []byte{0x20, 0x28}...)
  431. tz, _ := t.Zone()
  432. if btz, ok := es.timezones[tz]; ok {
  433. b = append(b, btz...)
  434. } else {
  435. b = append(b, tz...)
  436. }
  437. b = append(b, []byte{0x29}...)
  438. return string(b)
  439. }