es_PE.go 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. package es_PE
  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_PE 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_PE' locale
  40. func New() locales.Translator {
  41. return &es_PE{
  42. locale: "es_PE",
  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", "S/", "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.", "set.", "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", "setiembre", "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{"ARST": "hora de verano de Argentina", "CDT": "hora de verano central", "WESZ": "hora de verano de Europa del Oeste", "AKDT": "hora de verano de Alaska", "HKT": "hora estándar de Hong Kong", "VET": "hora de Venezuela", "TMST": "hora de verano de Turkmenistán", "GYT": "hora de Guyana", "WEZ": "hora estándar de Europa del Oeste", "HECU": "hora de verano de Cuba", "HEPMX": "hora de verano del Pacífico de México", "GFT": "hora de la Guayana Francesa", "HNEG": "hora estándar de Groenlandia oriental", "HEOG": "hora de verano de Groenlandia occidental", "WART": "hora estándar de Argentina occidental", "BOT": "hora de Bolivia", "EDT": "hora de verano oriental", "LHDT": "hora de verano de Lord Howe", "HAT": "hora de verano de Terranova", "HEPM": "hora de verano de San Pedro y Miquelón", "WAT": "hora estándar de África occidental", "ACWST": "hora estándar de Australia centroccidental", "HEEG": "hora de verano de Groenlandia oriental", "ADT": "hora de verano del Atlántico", "WIB": "hora de Indonesia occidental", "ACST": "hora estándar de Australia central", "MST": "hora estándar de las Montañas", "WARST": "hora de verano de Argentina occidental", "HENOMX": "hora de verano del noroeste de México", "GMT": "hora del meridiano de Greenwich", "AWST": "hora estándar de Australia occidental", "WAST": "hora de verano de África occidental", "IST": "hora de India", "WIT": "hora de Indonesia oriental", "HADT": "hora de verano de Hawái-Aleutianas", "JST": "hora estándar de Japón", "SGT": "hora de Singapur", "EST": "hora estándar oriental", "ChST": "hora estándar de Chamorro", "PDT": "hora de verano del Pacífico", "AKST": "hora estándar de Alaska", "HNT": "hora estándar de Terranova", "UYST": "hora de verano de Uruguay", "CHADT": "hora de verano de Chatham", "AEDT": "hora de verano de Australia oriental", "SRT": "hora de Surinam", "CAT": "hora de África central", "TMT": "hora estándar de Turkmenistán", "OEZ": "hora estándar de Europa del Este", "AWDT": "hora de verano de Australia occidental", "HNPMX": "hora estándar del Pacífico de México", "MDT": "hora de verano de las Montañas", "MYT": "hora de Malasia", "JDT": "hora de verano de Japón", "HKST": "hora de verano de Hong Kong", "LHST": "hora estándar de Lord Howe", "HNPM": "hora estándar de San Pedro y Miquelón", "EAT": "hora de África oriental", "CLT": "hora estándar de Chile", "OESZ": "hora de verano de Europa del Este", "CHAST": "hora estándar de Chatham", "HNCU": "hora estándar de Cuba", "AST": "hora estándar del Atlántico", "ACWDT": "hora de verano de Australia centroccidental", "∅∅∅": "hora de verano del Amazonas", "UYT": "hora estándar de Uruguay", "AEST": "hora estándar de Australia oriental", "SAST": "hora de Sudáfrica", "BT": "hora de Bután", "ACDT": "hora de verano de Australia central", "HNOG": "hora estándar de Groenlandia occidental", "MEZ": "hora estándar de Europa central", "MESZ": "hora de verano de Europa central", "CLST": "hora de verano de Chile", "ART": "hora estándar de Argentina", "COT": "hora estándar de Colombia", "COST": "hora de verano de Colombia", "PST": "hora estándar del Pacífico", "HAST": "hora estándar de Hawái-Aleutianas", "CST": "hora estándar central", "NZST": "hora estándar de Nueva Zelanda", "NZDT": "hora de verano de Nueva Zelanda", "ECT": "hora de Ecuador", "WITA": "hora de Indonesia central", "HNNOMX": "hora estándar del noroeste de México"},
  69. }
  70. }
  71. // Locale returns the current translators string locale
  72. func (es *es_PE) Locale() string {
  73. return es.locale
  74. }
  75. // PluralsCardinal returns the list of cardinal plural rules associated with 'es_PE'
  76. func (es *es_PE) PluralsCardinal() []locales.PluralRule {
  77. return es.pluralsCardinal
  78. }
  79. // PluralsOrdinal returns the list of ordinal plural rules associated with 'es_PE'
  80. func (es *es_PE) PluralsOrdinal() []locales.PluralRule {
  81. return es.pluralsOrdinal
  82. }
  83. // PluralsRange returns the list of range plural rules associated with 'es_PE'
  84. func (es *es_PE) PluralsRange() []locales.PluralRule {
  85. return es.pluralsRange
  86. }
  87. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'es_PE'
  88. func (es *es_PE) 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_PE'
  96. func (es *es_PE) 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_PE'
  100. func (es *es_PE) 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_PE) MonthAbbreviated(month time.Month) string {
  105. return es.monthsAbbreviated[month]
  106. }
  107. // MonthsAbbreviated returns the locales abbreviated months
  108. func (es *es_PE) MonthsAbbreviated() []string {
  109. return es.monthsAbbreviated[1:]
  110. }
  111. // MonthNarrow returns the locales narrow month given the 'month' provided
  112. func (es *es_PE) MonthNarrow(month time.Month) string {
  113. return es.monthsNarrow[month]
  114. }
  115. // MonthsNarrow returns the locales narrow months
  116. func (es *es_PE) MonthsNarrow() []string {
  117. return es.monthsNarrow[1:]
  118. }
  119. // MonthWide returns the locales wide month given the 'month' provided
  120. func (es *es_PE) MonthWide(month time.Month) string {
  121. return es.monthsWide[month]
  122. }
  123. // MonthsWide returns the locales wide months
  124. func (es *es_PE) MonthsWide() []string {
  125. return es.monthsWide[1:]
  126. }
  127. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  128. func (es *es_PE) WeekdayAbbreviated(weekday time.Weekday) string {
  129. return es.daysAbbreviated[weekday]
  130. }
  131. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  132. func (es *es_PE) WeekdaysAbbreviated() []string {
  133. return es.daysAbbreviated
  134. }
  135. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  136. func (es *es_PE) WeekdayNarrow(weekday time.Weekday) string {
  137. return es.daysNarrow[weekday]
  138. }
  139. // WeekdaysNarrow returns the locales narrow weekdays
  140. func (es *es_PE) WeekdaysNarrow() []string {
  141. return es.daysNarrow
  142. }
  143. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  144. func (es *es_PE) WeekdayShort(weekday time.Weekday) string {
  145. return es.daysShort[weekday]
  146. }
  147. // WeekdaysShort returns the locales short weekdays
  148. func (es *es_PE) WeekdaysShort() []string {
  149. return es.daysShort
  150. }
  151. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  152. func (es *es_PE) WeekdayWide(weekday time.Weekday) string {
  153. return es.daysWide[weekday]
  154. }
  155. // WeekdaysWide returns the locales wide weekdays
  156. func (es *es_PE) WeekdaysWide() []string {
  157. return es.daysWide
  158. }
  159. // Decimal returns the decimal point of number
  160. func (es *es_PE) Decimal() string {
  161. return es.decimal
  162. }
  163. // Group returns the group of number
  164. func (es *es_PE) Group() string {
  165. return es.group
  166. }
  167. // Group returns the minus sign of number
  168. func (es *es_PE) Minus() string {
  169. return es.minus
  170. }
  171. // FmtNumber returns 'num' with digits/precision of 'v' for 'es_PE' and handles both Whole and Real numbers based on 'v'
  172. func (es *es_PE) 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_PE' 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_PE) 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_PE'
  228. func (es *es_PE) 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_PE'
  272. // in accounting notation.
  273. func (es *es_PE) 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_PE'
  321. func (es *es_PE) FmtDateShort(t time.Time) string {
  322. b := make([]byte, 0, 32)
  323. b = strconv.AppendInt(b, int64(t.Day()), 10)
  324. b = append(b, []byte{0x2f}...)
  325. if t.Month() < 10 {
  326. b = append(b, '0')
  327. }
  328. b = strconv.AppendInt(b, int64(t.Month()), 10)
  329. b = append(b, []byte{0x2f}...)
  330. if t.Year() > 9 {
  331. b = append(b, strconv.Itoa(t.Year())[2:]...)
  332. } else {
  333. b = append(b, strconv.Itoa(t.Year())[1:]...)
  334. }
  335. return string(b)
  336. }
  337. // FmtDateMedium returns the medium date representation of 't' for 'es_PE'
  338. func (es *es_PE) FmtDateMedium(t time.Time) string {
  339. b := make([]byte, 0, 32)
  340. b = strconv.AppendInt(b, int64(t.Day()), 10)
  341. b = append(b, []byte{0x20}...)
  342. b = append(b, es.monthsAbbreviated[t.Month()]...)
  343. b = append(b, []byte{0x20}...)
  344. if t.Year() > 0 {
  345. b = strconv.AppendInt(b, int64(t.Year()), 10)
  346. } else {
  347. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  348. }
  349. return string(b)
  350. }
  351. // FmtDateLong returns the long date representation of 't' for 'es_PE'
  352. func (es *es_PE) FmtDateLong(t time.Time) string {
  353. b := make([]byte, 0, 32)
  354. b = strconv.AppendInt(b, int64(t.Day()), 10)
  355. b = append(b, []byte{0x20, 0x64, 0x65}...)
  356. b = append(b, []byte{0x20}...)
  357. b = append(b, es.monthsWide[t.Month()]...)
  358. b = append(b, []byte{0x20, 0x64, 0x65}...)
  359. b = append(b, []byte{0x20}...)
  360. if t.Year() > 0 {
  361. b = strconv.AppendInt(b, int64(t.Year()), 10)
  362. } else {
  363. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  364. }
  365. return string(b)
  366. }
  367. // FmtDateFull returns the full date representation of 't' for 'es_PE'
  368. func (es *es_PE) FmtDateFull(t time.Time) string {
  369. b := make([]byte, 0, 32)
  370. b = append(b, es.daysWide[t.Weekday()]...)
  371. b = append(b, []byte{0x2c, 0x20}...)
  372. b = strconv.AppendInt(b, int64(t.Day()), 10)
  373. b = append(b, []byte{0x20, 0x64, 0x65}...)
  374. b = append(b, []byte{0x20}...)
  375. b = append(b, es.monthsWide[t.Month()]...)
  376. b = append(b, []byte{0x20, 0x64, 0x65}...)
  377. b = append(b, []byte{0x20}...)
  378. if t.Year() > 0 {
  379. b = strconv.AppendInt(b, int64(t.Year()), 10)
  380. } else {
  381. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  382. }
  383. return string(b)
  384. }
  385. // FmtTimeShort returns the short time representation of 't' for 'es_PE'
  386. func (es *es_PE) FmtTimeShort(t time.Time) string {
  387. b := make([]byte, 0, 32)
  388. if t.Hour() < 10 {
  389. b = append(b, '0')
  390. }
  391. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  392. b = append(b, es.timeSeparator...)
  393. if t.Minute() < 10 {
  394. b = append(b, '0')
  395. }
  396. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  397. return string(b)
  398. }
  399. // FmtTimeMedium returns the medium time representation of 't' for 'es_PE'
  400. func (es *es_PE) FmtTimeMedium(t time.Time) string {
  401. b := make([]byte, 0, 32)
  402. if t.Hour() < 10 {
  403. b = append(b, '0')
  404. }
  405. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  406. b = append(b, es.timeSeparator...)
  407. if t.Minute() < 10 {
  408. b = append(b, '0')
  409. }
  410. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  411. b = append(b, es.timeSeparator...)
  412. if t.Second() < 10 {
  413. b = append(b, '0')
  414. }
  415. b = strconv.AppendInt(b, int64(t.Second()), 10)
  416. return string(b)
  417. }
  418. // FmtTimeLong returns the long time representation of 't' for 'es_PE'
  419. func (es *es_PE) FmtTimeLong(t time.Time) string {
  420. b := make([]byte, 0, 32)
  421. if t.Hour() < 10 {
  422. b = append(b, '0')
  423. }
  424. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  425. b = append(b, es.timeSeparator...)
  426. if t.Minute() < 10 {
  427. b = append(b, '0')
  428. }
  429. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  430. b = append(b, es.timeSeparator...)
  431. if t.Second() < 10 {
  432. b = append(b, '0')
  433. }
  434. b = strconv.AppendInt(b, int64(t.Second()), 10)
  435. b = append(b, []byte{0x20}...)
  436. tz, _ := t.Zone()
  437. b = append(b, tz...)
  438. return string(b)
  439. }
  440. // FmtTimeFull returns the full time representation of 't' for 'es_PE'
  441. func (es *es_PE) FmtTimeFull(t time.Time) string {
  442. b := make([]byte, 0, 32)
  443. if t.Hour() < 10 {
  444. b = append(b, '0')
  445. }
  446. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  447. b = append(b, es.timeSeparator...)
  448. if t.Minute() < 10 {
  449. b = append(b, '0')
  450. }
  451. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  452. b = append(b, es.timeSeparator...)
  453. if t.Second() < 10 {
  454. b = append(b, '0')
  455. }
  456. b = strconv.AppendInt(b, int64(t.Second()), 10)
  457. b = append(b, []byte{0x20}...)
  458. tz, _ := t.Zone()
  459. if btz, ok := es.timezones[tz]; ok {
  460. b = append(b, btz...)
  461. } else {
  462. b = append(b, tz...)
  463. }
  464. return string(b)
  465. }