fr_LU.go 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. package fr_LU
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type fr_LU 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. currencyPositiveSuffix string
  24. currencyNegativePrefix string
  25. currencyNegativeSuffix string
  26. monthsAbbreviated []string
  27. monthsNarrow []string
  28. monthsWide []string
  29. daysAbbreviated []string
  30. daysNarrow []string
  31. daysShort []string
  32. daysWide []string
  33. periodsAbbreviated []string
  34. periodsNarrow []string
  35. periodsShort []string
  36. periodsWide []string
  37. erasAbbreviated []string
  38. erasNarrow []string
  39. erasWide []string
  40. timezones map[string]string
  41. }
  42. // New returns a new instance of translator for the 'fr_LU' locale
  43. func New() locales.Translator {
  44. return &fr_LU{
  45. locale: "fr_LU",
  46. pluralsCardinal: []locales.PluralRule{2, 6},
  47. pluralsOrdinal: []locales.PluralRule{2, 6},
  48. pluralsRange: []locales.PluralRule{2, 6},
  49. decimal: ",",
  50. group: ".",
  51. minus: "-",
  52. percent: "%",
  53. perMille: "‰",
  54. timeSeparator: ":",
  55. inifinity: "∞",
  56. 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", "F", "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"},
  57. percentSuffix: " ",
  58. currencyPositiveSuffix: " ",
  59. currencyNegativePrefix: "(",
  60. currencyNegativeSuffix: " )",
  61. monthsAbbreviated: []string{"", "janv.", "févr.", "mars", "avr.", "mai", "juin", "juil.", "août", "sept.", "oct.", "nov.", "déc."},
  62. monthsNarrow: []string{"", "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
  63. monthsWide: []string{"", "janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre"},
  64. daysAbbreviated: []string{"dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."},
  65. daysNarrow: []string{"D", "L", "M", "M", "J", "V", "S"},
  66. daysShort: []string{"di", "lu", "ma", "me", "je", "ve", "sa"},
  67. daysWide: []string{"dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"},
  68. periodsAbbreviated: []string{"AM", "PM"},
  69. periodsNarrow: []string{"AM", "PM"},
  70. periodsWide: []string{"AM", "PM"},
  71. erasAbbreviated: []string{"av. J.-C.", "ap. J.-C."},
  72. erasNarrow: []string{"av. J.-C.", "ap. J.-C."},
  73. erasWide: []string{"avant Jésus-Christ", "après Jésus-Christ"},
  74. timezones: map[string]string{"HAT": "heure d’été de Terre-Neuve", "CAT": "heure normale d’Afrique centrale", "EAT": "heure normale d’Afrique de l’Est", "WIT": "heure de l’Est indonésien", "COT": "heure normale de Colombie", "HEPMX": "heure d’été du Pacifique mexicain", "LHST": "heure normale de Lord Howe", "HENOMX": "heure d’été du Nord-Ouest du Mexique", "CLT": "heure normale du Chili", "HADT": "heure d’été d’Hawaii - Aléoutiennes", "GYT": "heure du Guyana", "SGT": "heure de Singapour", "WAST": "heure d’été d’Afrique de l’Ouest", "ACST": "heure normale du centre de l’Australie", "ACWDT": "heure d’été du centre-ouest de l’Australie", "MESZ": "heure d’été d’Europe centrale", "LHDT": "heure d’été de Lord Howe", "PDT": "heure d’été du Pacifique", "SAST": "heure normale d’Afrique méridionale", "HEEG": "heure d’été de l’Est du Groenland", "WITA": "heure du Centre indonésien", "HNCU": "heure normale de Cuba", "HECU": "heure d’été de Cuba", "AEST": "heure normale de l’Est de l’Australie", "ECT": "heure de l’Équateur", "HEPM": "heure d’été de Saint-Pierre-et-Miquelon", "UYST": "heure d’été de l’Uruguay", "CHAST": "heure normale des îles Chatham", "GFT": "heure de la Guyane française", "WIB": "heure de l’Ouest indonésien", "HKST": "heure d’été de Hong Kong", "WARST": "heure d’été de l’Ouest argentin", "ARST": "heure d’été de l’Argentine", "PST": "heure normale du Pacifique nord-américain", "WAT": "heure normale d’Afrique de l’Ouest", "ACWST": "heure normale du centre-ouest de l’Australie", "COST": "heure d’été de Colombie", "AST": "heure normale de l’Atlantique", "BOT": "heure de Bolivie", "AKST": "heure normale de l’Alaska", "AKDT": "heure d’été de l’Alaska", "ART": "heure normale d’Argentine", "CHADT": "heure d’été des îles Chatham", "JDT": "heure d’été du Japon", "HAST": "heure normale d’Hawaii - Aléoutiennes", "CDT": "heure d’été du Centre", "HNPMX": "heure normale du Pacifique mexicain", "HEOG": "heure d’été de l’Ouest du Groenland", "NZDT": "heure d’été de la Nouvelle-Zélande", "MYT": "heure de la Malaisie", "HKT": "heure normale de Hong Kong", "IST": "heure de l’Inde", "VET": "heure du Venezuela", "MDT": "heure d’été de Macao", "OESZ": "heure d’été d’Europe de l’Est", "∅∅∅": "heure d’été de l’Acre", "GMT": "heure moyenne de Greenwich", "TMST": "heure d’été du Turkménistan", "CST": "heure normale du centre nord-américain", "TMT": "heure normale du Turkménistan", "JST": "heure normale du Japon", "HNT": "heure normale de Terre-Neuve", "HNPM": "heure normale de Saint-Pierre-et-Miquelon", "SRT": "heure du Suriname", "WESZ": "heure d’été d’Europe de l’Ouest", "NZST": "heure normale de la Nouvelle-Zélande", "EST": "heure normale de l’Est nord-américain", "HNOG": "heure normale de l’Ouest du Groenland", "CLST": "heure d’été du Chili", "ADT": "heure d’été de l’Atlantique", "WEZ": "heure normale d’Europe de l’Ouest", "MEZ": "heure normale d’Europe centrale", "HNNOMX": "heure normale du Nord-Ouest du Mexique", "HNEG": "heure normale de l’Est du Groenland", "EDT": "heure d’été de l’Est", "ACDT": "heure d’été du centre de l’Australie", "WART": "heure normale de l’Ouest argentin", "MST": "heure normale de Macao", "AWST": "heure normale de l’Ouest de l’Australie", "AWDT": "heure d’été de l’Ouest de l’Australie", "AEDT": "heure d’été de l’Est de l’Australie", "BT": "heure du Bhoutan", "UYT": "heure normale de l’Uruguay", "ChST": "heure des Chamorro", "OEZ": "heure normale d’Europe de l’Est"},
  75. }
  76. }
  77. // Locale returns the current translators string locale
  78. func (fr *fr_LU) Locale() string {
  79. return fr.locale
  80. }
  81. // PluralsCardinal returns the list of cardinal plural rules associated with 'fr_LU'
  82. func (fr *fr_LU) PluralsCardinal() []locales.PluralRule {
  83. return fr.pluralsCardinal
  84. }
  85. // PluralsOrdinal returns the list of ordinal plural rules associated with 'fr_LU'
  86. func (fr *fr_LU) PluralsOrdinal() []locales.PluralRule {
  87. return fr.pluralsOrdinal
  88. }
  89. // PluralsRange returns the list of range plural rules associated with 'fr_LU'
  90. func (fr *fr_LU) PluralsRange() []locales.PluralRule {
  91. return fr.pluralsRange
  92. }
  93. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'fr_LU'
  94. func (fr *fr_LU) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  95. n := math.Abs(num)
  96. i := int64(n)
  97. if i == 0 || i == 1 {
  98. return locales.PluralRuleOne
  99. }
  100. return locales.PluralRuleOther
  101. }
  102. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'fr_LU'
  103. func (fr *fr_LU) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  104. n := math.Abs(num)
  105. if n == 1 {
  106. return locales.PluralRuleOne
  107. }
  108. return locales.PluralRuleOther
  109. }
  110. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'fr_LU'
  111. func (fr *fr_LU) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  112. start := fr.CardinalPluralRule(num1, v1)
  113. end := fr.CardinalPluralRule(num2, v2)
  114. if start == locales.PluralRuleOne && end == locales.PluralRuleOne {
  115. return locales.PluralRuleOne
  116. } else if start == locales.PluralRuleOne && end == locales.PluralRuleOther {
  117. return locales.PluralRuleOther
  118. }
  119. return locales.PluralRuleOther
  120. }
  121. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  122. func (fr *fr_LU) MonthAbbreviated(month time.Month) string {
  123. return fr.monthsAbbreviated[month]
  124. }
  125. // MonthsAbbreviated returns the locales abbreviated months
  126. func (fr *fr_LU) MonthsAbbreviated() []string {
  127. return fr.monthsAbbreviated[1:]
  128. }
  129. // MonthNarrow returns the locales narrow month given the 'month' provided
  130. func (fr *fr_LU) MonthNarrow(month time.Month) string {
  131. return fr.monthsNarrow[month]
  132. }
  133. // MonthsNarrow returns the locales narrow months
  134. func (fr *fr_LU) MonthsNarrow() []string {
  135. return fr.monthsNarrow[1:]
  136. }
  137. // MonthWide returns the locales wide month given the 'month' provided
  138. func (fr *fr_LU) MonthWide(month time.Month) string {
  139. return fr.monthsWide[month]
  140. }
  141. // MonthsWide returns the locales wide months
  142. func (fr *fr_LU) MonthsWide() []string {
  143. return fr.monthsWide[1:]
  144. }
  145. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  146. func (fr *fr_LU) WeekdayAbbreviated(weekday time.Weekday) string {
  147. return fr.daysAbbreviated[weekday]
  148. }
  149. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  150. func (fr *fr_LU) WeekdaysAbbreviated() []string {
  151. return fr.daysAbbreviated
  152. }
  153. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  154. func (fr *fr_LU) WeekdayNarrow(weekday time.Weekday) string {
  155. return fr.daysNarrow[weekday]
  156. }
  157. // WeekdaysNarrow returns the locales narrow weekdays
  158. func (fr *fr_LU) WeekdaysNarrow() []string {
  159. return fr.daysNarrow
  160. }
  161. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  162. func (fr *fr_LU) WeekdayShort(weekday time.Weekday) string {
  163. return fr.daysShort[weekday]
  164. }
  165. // WeekdaysShort returns the locales short weekdays
  166. func (fr *fr_LU) WeekdaysShort() []string {
  167. return fr.daysShort
  168. }
  169. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  170. func (fr *fr_LU) WeekdayWide(weekday time.Weekday) string {
  171. return fr.daysWide[weekday]
  172. }
  173. // WeekdaysWide returns the locales wide weekdays
  174. func (fr *fr_LU) WeekdaysWide() []string {
  175. return fr.daysWide
  176. }
  177. // Decimal returns the decimal point of number
  178. func (fr *fr_LU) Decimal() string {
  179. return fr.decimal
  180. }
  181. // Group returns the group of number
  182. func (fr *fr_LU) Group() string {
  183. return fr.group
  184. }
  185. // Group returns the minus sign of number
  186. func (fr *fr_LU) Minus() string {
  187. return fr.minus
  188. }
  189. // FmtNumber returns 'num' with digits/precision of 'v' for 'fr_LU' and handles both Whole and Real numbers based on 'v'
  190. func (fr *fr_LU) FmtNumber(num float64, v uint64) string {
  191. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  192. l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  193. count := 0
  194. inWhole := v == 0
  195. b := make([]byte, 0, l)
  196. for i := len(s) - 1; i >= 0; i-- {
  197. if s[i] == '.' {
  198. b = append(b, fr.decimal[0])
  199. inWhole = true
  200. continue
  201. }
  202. if inWhole {
  203. if count == 3 {
  204. b = append(b, fr.group[0])
  205. count = 1
  206. } else {
  207. count++
  208. }
  209. }
  210. b = append(b, s[i])
  211. }
  212. if num < 0 {
  213. b = append(b, fr.minus[0])
  214. }
  215. // reverse
  216. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  217. b[i], b[j] = b[j], b[i]
  218. }
  219. return string(b)
  220. }
  221. // FmtPercent returns 'num' with digits/precision of 'v' for 'fr_LU' and handles both Whole and Real numbers based on 'v'
  222. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  223. func (fr *fr_LU) FmtPercent(num float64, v uint64) string {
  224. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  225. l := len(s) + 5
  226. b := make([]byte, 0, l)
  227. for i := len(s) - 1; i >= 0; i-- {
  228. if s[i] == '.' {
  229. b = append(b, fr.decimal[0])
  230. continue
  231. }
  232. b = append(b, s[i])
  233. }
  234. if num < 0 {
  235. b = append(b, fr.minus[0])
  236. }
  237. // reverse
  238. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  239. b[i], b[j] = b[j], b[i]
  240. }
  241. b = append(b, fr.percentSuffix...)
  242. b = append(b, fr.percent...)
  243. return string(b)
  244. }
  245. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'fr_LU'
  246. func (fr *fr_LU) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  247. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  248. symbol := fr.currencies[currency]
  249. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  250. count := 0
  251. inWhole := v == 0
  252. b := make([]byte, 0, l)
  253. for i := len(s) - 1; i >= 0; i-- {
  254. if s[i] == '.' {
  255. b = append(b, fr.decimal[0])
  256. inWhole = true
  257. continue
  258. }
  259. if inWhole {
  260. if count == 3 {
  261. b = append(b, fr.group[0])
  262. count = 1
  263. } else {
  264. count++
  265. }
  266. }
  267. b = append(b, s[i])
  268. }
  269. if num < 0 {
  270. b = append(b, fr.minus[0])
  271. }
  272. // reverse
  273. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  274. b[i], b[j] = b[j], b[i]
  275. }
  276. if int(v) < 2 {
  277. if v == 0 {
  278. b = append(b, fr.decimal...)
  279. }
  280. for i := 0; i < 2-int(v); i++ {
  281. b = append(b, '0')
  282. }
  283. }
  284. b = append(b, fr.currencyPositiveSuffix...)
  285. b = append(b, symbol...)
  286. return string(b)
  287. }
  288. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'fr_LU'
  289. // in accounting notation.
  290. func (fr *fr_LU) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  291. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  292. symbol := fr.currencies[currency]
  293. l := len(s) + len(symbol) + 6 + 1*len(s[:len(s)-int(v)-1])/3
  294. count := 0
  295. inWhole := v == 0
  296. b := make([]byte, 0, l)
  297. for i := len(s) - 1; i >= 0; i-- {
  298. if s[i] == '.' {
  299. b = append(b, fr.decimal[0])
  300. inWhole = true
  301. continue
  302. }
  303. if inWhole {
  304. if count == 3 {
  305. b = append(b, fr.group[0])
  306. count = 1
  307. } else {
  308. count++
  309. }
  310. }
  311. b = append(b, s[i])
  312. }
  313. if num < 0 {
  314. b = append(b, fr.currencyNegativePrefix[0])
  315. }
  316. // reverse
  317. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  318. b[i], b[j] = b[j], b[i]
  319. }
  320. if int(v) < 2 {
  321. if v == 0 {
  322. b = append(b, fr.decimal...)
  323. }
  324. for i := 0; i < 2-int(v); i++ {
  325. b = append(b, '0')
  326. }
  327. }
  328. if num < 0 {
  329. b = append(b, fr.currencyNegativeSuffix...)
  330. b = append(b, symbol...)
  331. } else {
  332. b = append(b, fr.currencyPositiveSuffix...)
  333. b = append(b, symbol...)
  334. }
  335. return string(b)
  336. }
  337. // FmtDateShort returns the short date representation of 't' for 'fr_LU'
  338. func (fr *fr_LU) FmtDateShort(t time.Time) string {
  339. b := make([]byte, 0, 32)
  340. if t.Day() < 10 {
  341. b = append(b, '0')
  342. }
  343. b = strconv.AppendInt(b, int64(t.Day()), 10)
  344. b = append(b, []byte{0x2f}...)
  345. if t.Month() < 10 {
  346. b = append(b, '0')
  347. }
  348. b = strconv.AppendInt(b, int64(t.Month()), 10)
  349. b = append(b, []byte{0x2f}...)
  350. if t.Year() > 0 {
  351. b = strconv.AppendInt(b, int64(t.Year()), 10)
  352. } else {
  353. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  354. }
  355. return string(b)
  356. }
  357. // FmtDateMedium returns the medium date representation of 't' for 'fr_LU'
  358. func (fr *fr_LU) FmtDateMedium(t time.Time) string {
  359. b := make([]byte, 0, 32)
  360. b = strconv.AppendInt(b, int64(t.Day()), 10)
  361. b = append(b, []byte{0x20}...)
  362. b = append(b, fr.monthsAbbreviated[t.Month()]...)
  363. b = append(b, []byte{0x20}...)
  364. if t.Year() > 0 {
  365. b = strconv.AppendInt(b, int64(t.Year()), 10)
  366. } else {
  367. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  368. }
  369. return string(b)
  370. }
  371. // FmtDateLong returns the long date representation of 't' for 'fr_LU'
  372. func (fr *fr_LU) FmtDateLong(t time.Time) string {
  373. b := make([]byte, 0, 32)
  374. b = strconv.AppendInt(b, int64(t.Day()), 10)
  375. b = append(b, []byte{0x20}...)
  376. b = append(b, fr.monthsWide[t.Month()]...)
  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. // FmtDateFull returns the full date representation of 't' for 'fr_LU'
  386. func (fr *fr_LU) FmtDateFull(t time.Time) string {
  387. b := make([]byte, 0, 32)
  388. b = append(b, fr.daysWide[t.Weekday()]...)
  389. b = append(b, []byte{0x20}...)
  390. b = strconv.AppendInt(b, int64(t.Day()), 10)
  391. b = append(b, []byte{0x20}...)
  392. b = append(b, fr.monthsWide[t.Month()]...)
  393. b = append(b, []byte{0x20}...)
  394. if t.Year() > 0 {
  395. b = strconv.AppendInt(b, int64(t.Year()), 10)
  396. } else {
  397. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  398. }
  399. return string(b)
  400. }
  401. // FmtTimeShort returns the short time representation of 't' for 'fr_LU'
  402. func (fr *fr_LU) FmtTimeShort(t time.Time) string {
  403. b := make([]byte, 0, 32)
  404. if t.Hour() < 10 {
  405. b = append(b, '0')
  406. }
  407. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  408. b = append(b, fr.timeSeparator...)
  409. if t.Minute() < 10 {
  410. b = append(b, '0')
  411. }
  412. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  413. return string(b)
  414. }
  415. // FmtTimeMedium returns the medium time representation of 't' for 'fr_LU'
  416. func (fr *fr_LU) FmtTimeMedium(t time.Time) string {
  417. b := make([]byte, 0, 32)
  418. if t.Hour() < 10 {
  419. b = append(b, '0')
  420. }
  421. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  422. b = append(b, fr.timeSeparator...)
  423. if t.Minute() < 10 {
  424. b = append(b, '0')
  425. }
  426. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  427. b = append(b, fr.timeSeparator...)
  428. if t.Second() < 10 {
  429. b = append(b, '0')
  430. }
  431. b = strconv.AppendInt(b, int64(t.Second()), 10)
  432. return string(b)
  433. }
  434. // FmtTimeLong returns the long time representation of 't' for 'fr_LU'
  435. func (fr *fr_LU) FmtTimeLong(t time.Time) string {
  436. b := make([]byte, 0, 32)
  437. if t.Hour() < 10 {
  438. b = append(b, '0')
  439. }
  440. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  441. b = append(b, fr.timeSeparator...)
  442. if t.Minute() < 10 {
  443. b = append(b, '0')
  444. }
  445. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  446. b = append(b, fr.timeSeparator...)
  447. if t.Second() < 10 {
  448. b = append(b, '0')
  449. }
  450. b = strconv.AppendInt(b, int64(t.Second()), 10)
  451. b = append(b, []byte{0x20}...)
  452. tz, _ := t.Zone()
  453. b = append(b, tz...)
  454. return string(b)
  455. }
  456. // FmtTimeFull returns the full time representation of 't' for 'fr_LU'
  457. func (fr *fr_LU) FmtTimeFull(t time.Time) string {
  458. b := make([]byte, 0, 32)
  459. if t.Hour() < 10 {
  460. b = append(b, '0')
  461. }
  462. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  463. b = append(b, fr.timeSeparator...)
  464. if t.Minute() < 10 {
  465. b = append(b, '0')
  466. }
  467. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  468. b = append(b, fr.timeSeparator...)
  469. if t.Second() < 10 {
  470. b = append(b, '0')
  471. }
  472. b = strconv.AppendInt(b, int64(t.Second()), 10)
  473. b = append(b, []byte{0x20}...)
  474. tz, _ := t.Zone()
  475. if btz, ok := fr.timezones[tz]; ok {
  476. b = append(b, btz...)
  477. } else {
  478. b = append(b, tz...)
  479. }
  480. return string(b)
  481. }