es_PR.go 20 KB

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