fur_IT.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. package fur_IT
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type fur_IT 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. perMille string
  19. timeSeparator string
  20. inifinity string
  21. currencies []string // idx = enum of currency code
  22. currencyPositivePrefix string
  23. currencyNegativePrefix string
  24. monthsAbbreviated []string
  25. monthsNarrow []string
  26. monthsWide []string
  27. daysAbbreviated []string
  28. daysNarrow []string
  29. daysShort []string
  30. daysWide []string
  31. periodsAbbreviated []string
  32. periodsNarrow []string
  33. periodsShort []string
  34. periodsWide []string
  35. erasAbbreviated []string
  36. erasNarrow []string
  37. erasWide []string
  38. timezones map[string]string
  39. }
  40. // New returns a new instance of translator for the 'fur_IT' locale
  41. func New() locales.Translator {
  42. return &fur_IT{
  43. locale: "fur_IT",
  44. pluralsCardinal: []locales.PluralRule{2, 6},
  45. pluralsOrdinal: nil,
  46. pluralsRange: nil,
  47. decimal: ",",
  48. group: ".",
  49. minus: "-",
  50. percent: "%",
  51. perMille: "‰",
  52. timeSeparator: ":",
  53. inifinity: "∞",
  54. 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", "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"},
  55. currencyPositivePrefix: " ",
  56. currencyNegativePrefix: " ",
  57. monthsAbbreviated: []string{"", "Zen", "Fev", "Mar", "Avr", "Mai", "Jug", "Lui", "Avo", "Set", "Otu", "Nov", "Dic"},
  58. monthsNarrow: []string{"", "Z", "F", "M", "A", "M", "J", "L", "A", "S", "O", "N", "D"},
  59. monthsWide: []string{"", "Zenâr", "Fevrâr", "Març", "Avrîl", "Mai", "Jugn", "Lui", "Avost", "Setembar", "Otubar", "Novembar", "Dicembar"},
  60. daysAbbreviated: []string{"dom", "lun", "mar", "mie", "joi", "vin", "sab"},
  61. daysNarrow: []string{"D", "L", "M", "M", "J", "V", "S"},
  62. daysWide: []string{"domenie", "lunis", "martars", "miercus", "joibe", "vinars", "sabide"},
  63. periodsAbbreviated: []string{"a.", "p."},
  64. periodsWide: []string{"a.", "p."},
  65. erasAbbreviated: []string{"pdC", "ddC"},
  66. erasNarrow: []string{"", ""},
  67. erasWide: []string{"", ""},
  68. timezones: map[string]string{"HNOG": "HNOG", "HEPM": "HEPM", "CLT": "CLT", "JST": "JST", "GMT": "GMT", "HECU": "HECU", "CST": "CST", "AST": "AST", "EDT": "EDT", "HNEG": "HNEG", "WITA": "WITA", "OEZ": "Ore standard de Europe orientâl", "AKST": "AKST", "HEPMX": "HEPMX", "ADT": "ADT", "WAT": "WAT", "EST": "EST", "HEEG": "HEEG", "HNPM": "HNPM", "CHAST": "CHAST", "TMT": "TMT", "ARST": "ARST", "PDT": "PDT", "BT": "BT", "HEOG": "HEOG", "IST": "IST", "LHST": "LHST", "HNNOMX": "HNNOMX", "NZDT": "NZDT", "UYST": "UYST", "CHADT": "CHADT", "HADT": "HADT", "AEDT": "AEDT", "NZST": "NZST", "BOT": "BOT", "HKT": "HKT", "HNT": "HNT", "TMST": "TMST", "CLST": "CLST", "HENOMX": "HENOMX", "SGT": "SGT", "ACDT": "ACDT", "ACWDT": "ACWDT", "MEZ": "Ore standard de Europe centrâl", "VET": "VET", "OESZ": "Ore estive de Europe orientâl", "MYT": "MYT", "GFT": "GFT", "ECT": "ECT", "MST": "MST", "MDT": "MDT", "CDT": "CDT", "WIB": "WIB", "∅∅∅": "∅∅∅", "WARST": "WARST", "PST": "PST", "AKDT": "AKDT", "WART": "WART", "WIT": "WIT", "HAST": "HAST", "AWST": "AWST", "AWDT": "AWDT", "ACWST": "ACWST", "LHDT": "LHDT", "CAT": "CAT", "EAT": "EAT", "HNPMX": "HNPMX", "GYT": "GYT", "ChST": "ChST", "JDT": "JDT", "ART": "ART", "COT": "COT", "HNCU": "HNCU", "AEST": "AEST", "COST": "COST", "SAST": "SAST", "WAST": "WAST", "WESZ": "Ore estive de Europe ocidentâl", "ACST": "ACST", "HKST": "HKST", "HAT": "HAT", "SRT": "SRT", "MESZ": "Ore estive de Europe centrâl", "UYT": "UYT", "WEZ": "Ore standard de Europe ocidentâl"},
  69. }
  70. }
  71. // Locale returns the current translators string locale
  72. func (fur *fur_IT) Locale() string {
  73. return fur.locale
  74. }
  75. // PluralsCardinal returns the list of cardinal plural rules associated with 'fur_IT'
  76. func (fur *fur_IT) PluralsCardinal() []locales.PluralRule {
  77. return fur.pluralsCardinal
  78. }
  79. // PluralsOrdinal returns the list of ordinal plural rules associated with 'fur_IT'
  80. func (fur *fur_IT) PluralsOrdinal() []locales.PluralRule {
  81. return fur.pluralsOrdinal
  82. }
  83. // PluralsRange returns the list of range plural rules associated with 'fur_IT'
  84. func (fur *fur_IT) PluralsRange() []locales.PluralRule {
  85. return fur.pluralsRange
  86. }
  87. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'fur_IT'
  88. func (fur *fur_IT) 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 'fur_IT'
  96. func (fur *fur_IT) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  97. return locales.PluralRuleUnknown
  98. }
  99. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'fur_IT'
  100. func (fur *fur_IT) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  101. return locales.PluralRuleUnknown
  102. }
  103. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  104. func (fur *fur_IT) MonthAbbreviated(month time.Month) string {
  105. return fur.monthsAbbreviated[month]
  106. }
  107. // MonthsAbbreviated returns the locales abbreviated months
  108. func (fur *fur_IT) MonthsAbbreviated() []string {
  109. return fur.monthsAbbreviated[1:]
  110. }
  111. // MonthNarrow returns the locales narrow month given the 'month' provided
  112. func (fur *fur_IT) MonthNarrow(month time.Month) string {
  113. return fur.monthsNarrow[month]
  114. }
  115. // MonthsNarrow returns the locales narrow months
  116. func (fur *fur_IT) MonthsNarrow() []string {
  117. return fur.monthsNarrow[1:]
  118. }
  119. // MonthWide returns the locales wide month given the 'month' provided
  120. func (fur *fur_IT) MonthWide(month time.Month) string {
  121. return fur.monthsWide[month]
  122. }
  123. // MonthsWide returns the locales wide months
  124. func (fur *fur_IT) MonthsWide() []string {
  125. return fur.monthsWide[1:]
  126. }
  127. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  128. func (fur *fur_IT) WeekdayAbbreviated(weekday time.Weekday) string {
  129. return fur.daysAbbreviated[weekday]
  130. }
  131. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  132. func (fur *fur_IT) WeekdaysAbbreviated() []string {
  133. return fur.daysAbbreviated
  134. }
  135. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  136. func (fur *fur_IT) WeekdayNarrow(weekday time.Weekday) string {
  137. return fur.daysNarrow[weekday]
  138. }
  139. // WeekdaysNarrow returns the locales narrow weekdays
  140. func (fur *fur_IT) WeekdaysNarrow() []string {
  141. return fur.daysNarrow
  142. }
  143. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  144. func (fur *fur_IT) WeekdayShort(weekday time.Weekday) string {
  145. return fur.daysShort[weekday]
  146. }
  147. // WeekdaysShort returns the locales short weekdays
  148. func (fur *fur_IT) WeekdaysShort() []string {
  149. return fur.daysShort
  150. }
  151. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  152. func (fur *fur_IT) WeekdayWide(weekday time.Weekday) string {
  153. return fur.daysWide[weekday]
  154. }
  155. // WeekdaysWide returns the locales wide weekdays
  156. func (fur *fur_IT) WeekdaysWide() []string {
  157. return fur.daysWide
  158. }
  159. // Decimal returns the decimal point of number
  160. func (fur *fur_IT) Decimal() string {
  161. return fur.decimal
  162. }
  163. // Group returns the group of number
  164. func (fur *fur_IT) Group() string {
  165. return fur.group
  166. }
  167. // Group returns the minus sign of number
  168. func (fur *fur_IT) Minus() string {
  169. return fur.minus
  170. }
  171. // FmtNumber returns 'num' with digits/precision of 'v' for 'fur_IT' and handles both Whole and Real numbers based on 'v'
  172. func (fur *fur_IT) 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, fur.decimal[0])
  181. inWhole = true
  182. continue
  183. }
  184. if inWhole {
  185. if count == 3 {
  186. b = append(b, fur.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, fur.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 'fur_IT' 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 (fur *fur_IT) FmtPercent(num float64, v uint64) string {
  206. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  207. l := len(s) + 3
  208. b := make([]byte, 0, l)
  209. for i := len(s) - 1; i >= 0; i-- {
  210. if s[i] == '.' {
  211. b = append(b, fur.decimal[0])
  212. continue
  213. }
  214. b = append(b, s[i])
  215. }
  216. if num < 0 {
  217. b = append(b, fur.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, fur.percent...)
  224. return string(b)
  225. }
  226. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'fur_IT'
  227. func (fur *fur_IT) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  228. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  229. symbol := fur.currencies[currency]
  230. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  231. count := 0
  232. inWhole := v == 0
  233. b := make([]byte, 0, l)
  234. for i := len(s) - 1; i >= 0; i-- {
  235. if s[i] == '.' {
  236. b = append(b, fur.decimal[0])
  237. inWhole = true
  238. continue
  239. }
  240. if inWhole {
  241. if count == 3 {
  242. b = append(b, fur.group[0])
  243. count = 1
  244. } else {
  245. count++
  246. }
  247. }
  248. b = append(b, s[i])
  249. }
  250. for j := len(symbol) - 1; j >= 0; j-- {
  251. b = append(b, symbol[j])
  252. }
  253. for j := len(fur.currencyPositivePrefix) - 1; j >= 0; j-- {
  254. b = append(b, fur.currencyPositivePrefix[j])
  255. }
  256. if num < 0 {
  257. b = append(b, fur.minus[0])
  258. }
  259. // reverse
  260. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  261. b[i], b[j] = b[j], b[i]
  262. }
  263. if int(v) < 2 {
  264. if v == 0 {
  265. b = append(b, fur.decimal...)
  266. }
  267. for i := 0; i < 2-int(v); i++ {
  268. b = append(b, '0')
  269. }
  270. }
  271. return string(b)
  272. }
  273. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'fur_IT'
  274. // in accounting notation.
  275. func (fur *fur_IT) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  276. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  277. symbol := fur.currencies[currency]
  278. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  279. count := 0
  280. inWhole := v == 0
  281. b := make([]byte, 0, l)
  282. for i := len(s) - 1; i >= 0; i-- {
  283. if s[i] == '.' {
  284. b = append(b, fur.decimal[0])
  285. inWhole = true
  286. continue
  287. }
  288. if inWhole {
  289. if count == 3 {
  290. b = append(b, fur.group[0])
  291. count = 1
  292. } else {
  293. count++
  294. }
  295. }
  296. b = append(b, s[i])
  297. }
  298. if num < 0 {
  299. for j := len(symbol) - 1; j >= 0; j-- {
  300. b = append(b, symbol[j])
  301. }
  302. for j := len(fur.currencyNegativePrefix) - 1; j >= 0; j-- {
  303. b = append(b, fur.currencyNegativePrefix[j])
  304. }
  305. b = append(b, fur.minus[0])
  306. } else {
  307. for j := len(symbol) - 1; j >= 0; j-- {
  308. b = append(b, symbol[j])
  309. }
  310. for j := len(fur.currencyPositivePrefix) - 1; j >= 0; j-- {
  311. b = append(b, fur.currencyPositivePrefix[j])
  312. }
  313. }
  314. // reverse
  315. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  316. b[i], b[j] = b[j], b[i]
  317. }
  318. if int(v) < 2 {
  319. if v == 0 {
  320. b = append(b, fur.decimal...)
  321. }
  322. for i := 0; i < 2-int(v); i++ {
  323. b = append(b, '0')
  324. }
  325. }
  326. return string(b)
  327. }
  328. // FmtDateShort returns the short date representation of 't' for 'fur_IT'
  329. func (fur *fur_IT) FmtDateShort(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{0x2f}...)
  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{0x2f}...)
  341. if t.Year() > 9 {
  342. b = append(b, strconv.Itoa(t.Year())[2:]...)
  343. } else {
  344. b = append(b, strconv.Itoa(t.Year())[1:]...)
  345. }
  346. return string(b)
  347. }
  348. // FmtDateMedium returns the medium date representation of 't' for 'fur_IT'
  349. func (fur *fur_IT) FmtDateMedium(t time.Time) string {
  350. b := make([]byte, 0, 32)
  351. if t.Day() < 10 {
  352. b = append(b, '0')
  353. }
  354. b = strconv.AppendInt(b, int64(t.Day()), 10)
  355. b = append(b, []byte{0x2f}...)
  356. if t.Month() < 10 {
  357. b = append(b, '0')
  358. }
  359. b = strconv.AppendInt(b, int64(t.Month()), 10)
  360. b = append(b, []byte{0x2f}...)
  361. if t.Year() > 0 {
  362. b = strconv.AppendInt(b, int64(t.Year()), 10)
  363. } else {
  364. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  365. }
  366. return string(b)
  367. }
  368. // FmtDateLong returns the long date representation of 't' for 'fur_IT'
  369. func (fur *fur_IT) FmtDateLong(t time.Time) string {
  370. b := make([]byte, 0, 32)
  371. b = strconv.AppendInt(b, int64(t.Day()), 10)
  372. b = append(b, []byte{0x20, 0x64, 0x69}...)
  373. b = append(b, []byte{0x20}...)
  374. b = append(b, fur.monthsWide[t.Month()]...)
  375. b = append(b, []byte{0x20, 0x64, 0x61, 0x6c}...)
  376. b = append(b, []byte{0x20}...)
  377. if t.Year() > 0 {
  378. b = strconv.AppendInt(b, int64(t.Year()), 10)
  379. } else {
  380. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  381. }
  382. return string(b)
  383. }
  384. // FmtDateFull returns the full date representation of 't' for 'fur_IT'
  385. func (fur *fur_IT) FmtDateFull(t time.Time) string {
  386. b := make([]byte, 0, 32)
  387. b = append(b, fur.daysWide[t.Weekday()]...)
  388. b = append(b, []byte{0x20}...)
  389. b = strconv.AppendInt(b, int64(t.Day()), 10)
  390. b = append(b, []byte{0x20, 0x64, 0x69}...)
  391. b = append(b, []byte{0x20}...)
  392. b = append(b, fur.monthsWide[t.Month()]...)
  393. b = append(b, []byte{0x20, 0x64, 0x61, 0x6c}...)
  394. b = append(b, []byte{0x20}...)
  395. if t.Year() > 0 {
  396. b = strconv.AppendInt(b, int64(t.Year()), 10)
  397. } else {
  398. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  399. }
  400. return string(b)
  401. }
  402. // FmtTimeShort returns the short time representation of 't' for 'fur_IT'
  403. func (fur *fur_IT) FmtTimeShort(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, fur.timeSeparator...)
  410. if t.Minute() < 10 {
  411. b = append(b, '0')
  412. }
  413. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  414. return string(b)
  415. }
  416. // FmtTimeMedium returns the medium time representation of 't' for 'fur_IT'
  417. func (fur *fur_IT) FmtTimeMedium(t time.Time) string {
  418. b := make([]byte, 0, 32)
  419. if t.Hour() < 10 {
  420. b = append(b, '0')
  421. }
  422. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  423. b = append(b, fur.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, fur.timeSeparator...)
  429. if t.Second() < 10 {
  430. b = append(b, '0')
  431. }
  432. b = strconv.AppendInt(b, int64(t.Second()), 10)
  433. return string(b)
  434. }
  435. // FmtTimeLong returns the long time representation of 't' for 'fur_IT'
  436. func (fur *fur_IT) FmtTimeLong(t time.Time) string {
  437. b := make([]byte, 0, 32)
  438. if t.Hour() < 10 {
  439. b = append(b, '0')
  440. }
  441. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  442. b = append(b, fur.timeSeparator...)
  443. if t.Minute() < 10 {
  444. b = append(b, '0')
  445. }
  446. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  447. b = append(b, fur.timeSeparator...)
  448. if t.Second() < 10 {
  449. b = append(b, '0')
  450. }
  451. b = strconv.AppendInt(b, int64(t.Second()), 10)
  452. b = append(b, []byte{0x20}...)
  453. tz, _ := t.Zone()
  454. b = append(b, tz...)
  455. return string(b)
  456. }
  457. // FmtTimeFull returns the full time representation of 't' for 'fur_IT'
  458. func (fur *fur_IT) FmtTimeFull(t time.Time) string {
  459. b := make([]byte, 0, 32)
  460. if t.Hour() < 10 {
  461. b = append(b, '0')
  462. }
  463. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  464. b = append(b, fur.timeSeparator...)
  465. if t.Minute() < 10 {
  466. b = append(b, '0')
  467. }
  468. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  469. b = append(b, fur.timeSeparator...)
  470. if t.Second() < 10 {
  471. b = append(b, '0')
  472. }
  473. b = strconv.AppendInt(b, int64(t.Second()), 10)
  474. b = append(b, []byte{0x20}...)
  475. tz, _ := t.Zone()
  476. if btz, ok := fur.timezones[tz]; ok {
  477. b = append(b, btz...)
  478. } else {
  479. b = append(b, tz...)
  480. }
  481. return string(b)
  482. }