fr_MA.go 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. package fr_MA
  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_MA 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_MA' locale
  43. func New() locales.Translator {
  44. return &fr_MA{
  45. locale: "fr_MA",
  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 ", "BYR ", "BZD ", "CAD ", "CDF ", "CHE ", "CHF ", "CHW ", "CLE ", "CLF ", "CLP ", "CNX ", "CNY ", "COP ", "COU ", "CRC ", "CSD ", "CSK ", "CUC ", "CUP ", "CVE ", "CYP ", "CZK ", "DDM ", "DEM ", "DJF ", "DKK ", "DOP ", "DZD ", "ECS ", "ECV ", "EEK ", "EGP ", "ERN ", "ESA ", "ESB ", "ESP ", "ETB ", "EUR ", "FIM ", "FJD ", "FKP ", "FRF ", "GBP ", "GEK ", "GEL ", "GHC ", "GHS ", "GIP ", "GMD ", "GNF ", "GNS ", "GQE ", "GRD ", "GTQ ", "GWE ", "GWP ", "GYD ", "HKD ", "HNL ", "HRD ", "HRK ", "HTG ", "HUF ", "IDR ", "IEP ", "ILP ", "ILR ", "ILS ", "INR ", "IQD ", "IRR ", "ISJ ", "ISK ", "ITL ", "JMD ", "JOD ", "JPY ", "KES ", "KGS ", "KHR ", "KMF ", "KPW ", "KRH ", "KRO ", "KRW ", "KWD ", "KYD ", "KZT ", "LAK ", "LBP ", "LKR ", "LRD ", "LSL ", "LTL ", "LTT ", "LUC ", "LUF ", "LUL ", "LVL ", "LVR ", "LYD ", "MAD ", "MAF ", "MCF ", "MDC ", "MDL ", "MGA ", "MGF ", "MKD ", "MKN ", "MLF ", "MMK ", "MNT ", "MOP ", "MRO ", "MTL ", "MTP ", "MUR ", "MVP ", "MVR ", "MWK ", "MXN ", "MXP ", "MXV ", "MYR ", "MZE ", "MZM ", "MZN ", "NAD ", "NGN ", "NIC ", "NIO ", "NLG ", "NOK ", "NPR ", "NZD ", "OMR ", "PAB ", "PEI ", "PEN ", "PES ", "PGK ", "PHP ", "PKR ", "PLN ", "PLZ ", "PTE ", "PYG ", "QAR ", "RHD ", "ROL ", "RON ", "RSD ", "RUB ", "RUR ", "RWF ", "SAR ", "SBD ", "SCR ", "SDD ", "SDG ", "SDP ", "SEK ", "SGD ", "SHP ", "SIT ", "SKK ", "SLL ", "SOS ", "SRD ", "SRG ", "SSP ", "STD ", "SUR ", "SVC ", "SYP ", "SZL ", "THB ", "TJR ", "TJS ", "TMM ", "TMT ", "TND ", "TOP ", "TPE ", "TRL ", "TRY ", "TTD ", "TWD ", "TZS ", "UAH ", "UAK ", "UGS ", "UGX ", "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{"", "jan.", "fév.", "mar.", "avr.", "mai", "jui.", "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{"a.m.", "p.m."},
  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{"OESZ": "heure d’été d’Europe de l’Est", "TMST": "heure d’été du Turkménistan", "GYT": "heure du Guyana", "NZST": "heure normale de la Nouvelle-Zélande", "COT": "heure normale de Colombie", "SGT": "heure de Singapour", "HKT": "heure normale de Hong Kong", "MDT": "heure d’été de Macao", "TMT": "heure normale du Turkménistan", "JST": "heure normale du Japon", "SRT": "heure du Suriname", "COST": "heure d’été de Colombie", "WAT": "heure normale d’Afrique de l’Ouest", "WAST": "heure d’été d’Afrique de l’Ouest", "AKDT": "heure d’été de l’Alaska", "AEST": "heure normale de l’Est de l’Australie", "EAT": "heure normale d’Afrique de l’Est", "ACST": "heure normale du centre de l’Australie", "ART": "heure normale d’Argentine", "MYT": "heure de la Malaisie", "UYST": "heure d’été de l’Uruguay", "WART": "heure normale de l’Ouest argentin", "WIB": "heure de l’Ouest indonésien", "CST": "heure normale du centre nord-américain", "MST": "heure normale de Macao", "PST": "heure normale du Pacifique nord-américain", "MESZ": "heure d’été d’Europe centrale", "BOT": "heure de Bolivie", "WEZ": "heure normale d’Europe de l’Ouest", "IST": "heure de l’Inde", "OEZ": "heure normale d’Europe de l’Est", "ARST": "heure d’été de l’Argentine", "AKST": "heure normale de l’Alaska", "LHDT": "heure d’été de Lord Howe", "JDT": "heure d’été du Japon", "ACWDT": "heure d’été du centre-ouest de l’Australie", "ADT": "heure d’été de l’Atlantique", "HAST": "heure normale d’Hawaii - Aléoutiennes", "CDT": "heure d’été du Centre", "ACWST": "heure normale du centre-ouest de l’Australie", "CHADT": "heure d’été des îles Chatham", "HNT": "heure normale de Terre-Neuve", "EST": "heure normale de l’Est nord-américain", "GMT": "heure moyenne de Greenwich", "HAT": "heure d’été de Terre-Neuve", "ACDT": "heure d’été du centre de l’Australie", "PDT": "heure d’été du Pacifique", "MEZ": "heure normale d’Europe centrale", "ChST": "heure des Chamorro", "CHAST": "heure normale des îles Chatham", "VET": "heure du Venezuela", "SAST": "heure normale d’Afrique méridionale", "BT": "heure du Bhoutan", "GFT": "heure de la Guyane française", "WIT": "heure de l’Est indonésien", "AWST": "heure normale de l’Ouest de l’Australie", "UYT": "heure normale de l’Uruguay", "ECT": "heure de l’Équateur", "LHST": "heure normale de Lord Howe", "CLST": "heure d’été du Chili", "AST": "heure normale de l’Atlantique", "WITA": "heure du Centre indonésien", "AWDT": "heure d’été de l’Ouest de l’Australie", "EDT": "heure d’été de l’Est", "∅∅∅": "heure d’été de l’Amazonie", "NZDT": "heure d’été de la Nouvelle-Zélande", "CAT": "heure normale d’Afrique centrale", "HKST": "heure d’été de Hong Kong", "WARST": "heure d’été de l’Ouest argentin", "WESZ": "heure d’été d’Europe de l’Ouest", "AEDT": "heure d’été de l’Est de l’Australie", "CLT": "heure normale du Chili", "HADT": "heure d’été d’Hawaii - Aléoutiennes"},
  75. }
  76. }
  77. // Locale returns the current translators string locale
  78. func (fr *fr_MA) Locale() string {
  79. return fr.locale
  80. }
  81. // PluralsCardinal returns the list of cardinal plural rules associated with 'fr_MA'
  82. func (fr *fr_MA) PluralsCardinal() []locales.PluralRule {
  83. return fr.pluralsCardinal
  84. }
  85. // PluralsOrdinal returns the list of ordinal plural rules associated with 'fr_MA'
  86. func (fr *fr_MA) PluralsOrdinal() []locales.PluralRule {
  87. return fr.pluralsOrdinal
  88. }
  89. // PluralsRange returns the list of range plural rules associated with 'fr_MA'
  90. func (fr *fr_MA) PluralsRange() []locales.PluralRule {
  91. return fr.pluralsRange
  92. }
  93. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'fr_MA'
  94. func (fr *fr_MA) 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_MA'
  103. func (fr *fr_MA) 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_MA'
  111. func (fr *fr_MA) 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_MA) MonthAbbreviated(month time.Month) string {
  123. return fr.monthsAbbreviated[month]
  124. }
  125. // MonthsAbbreviated returns the locales abbreviated months
  126. func (fr *fr_MA) MonthsAbbreviated() []string {
  127. return fr.monthsAbbreviated[1:]
  128. }
  129. // MonthNarrow returns the locales narrow month given the 'month' provided
  130. func (fr *fr_MA) MonthNarrow(month time.Month) string {
  131. return fr.monthsNarrow[month]
  132. }
  133. // MonthsNarrow returns the locales narrow months
  134. func (fr *fr_MA) MonthsNarrow() []string {
  135. return fr.monthsNarrow[1:]
  136. }
  137. // MonthWide returns the locales wide month given the 'month' provided
  138. func (fr *fr_MA) MonthWide(month time.Month) string {
  139. return fr.monthsWide[month]
  140. }
  141. // MonthsWide returns the locales wide months
  142. func (fr *fr_MA) MonthsWide() []string {
  143. return fr.monthsWide[1:]
  144. }
  145. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  146. func (fr *fr_MA) WeekdayAbbreviated(weekday time.Weekday) string {
  147. return fr.daysAbbreviated[weekday]
  148. }
  149. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  150. func (fr *fr_MA) WeekdaysAbbreviated() []string {
  151. return fr.daysAbbreviated
  152. }
  153. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  154. func (fr *fr_MA) WeekdayNarrow(weekday time.Weekday) string {
  155. return fr.daysNarrow[weekday]
  156. }
  157. // WeekdaysNarrow returns the locales narrow weekdays
  158. func (fr *fr_MA) WeekdaysNarrow() []string {
  159. return fr.daysNarrow
  160. }
  161. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  162. func (fr *fr_MA) WeekdayShort(weekday time.Weekday) string {
  163. return fr.daysShort[weekday]
  164. }
  165. // WeekdaysShort returns the locales short weekdays
  166. func (fr *fr_MA) WeekdaysShort() []string {
  167. return fr.daysShort
  168. }
  169. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  170. func (fr *fr_MA) WeekdayWide(weekday time.Weekday) string {
  171. return fr.daysWide[weekday]
  172. }
  173. // WeekdaysWide returns the locales wide weekdays
  174. func (fr *fr_MA) WeekdaysWide() []string {
  175. return fr.daysWide
  176. }
  177. // FmtNumber returns 'num' with digits/precision of 'v' for 'fr_MA' and handles both Whole and Real numbers based on 'v'
  178. func (fr *fr_MA) FmtNumber(num float64, v uint64) string {
  179. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  180. l := len(s) + 8 + 1*len(s[:len(s)-int(v)-1])/3
  181. count := 0
  182. inWhole := v == 0
  183. b := make([]byte, 0, l)
  184. for i := len(s) - 1; i >= 0; i-- {
  185. if s[i] == '.' {
  186. for j := len(fr.decimal) - 1; j >= 0; j-- {
  187. b = append(b, fr.decimal[j])
  188. }
  189. inWhole = true
  190. continue
  191. }
  192. if inWhole {
  193. if count == 3 {
  194. b = append(b, fr.group[0])
  195. count = 1
  196. } else {
  197. count++
  198. }
  199. }
  200. b = append(b, s[i])
  201. }
  202. if num < 0 {
  203. for j := len(fr.minus) - 1; j >= 0; j-- {
  204. b = append(b, fr.minus[j])
  205. }
  206. }
  207. // reverse
  208. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  209. b[i], b[j] = b[j], b[i]
  210. }
  211. return string(b)
  212. }
  213. // FmtPercent returns 'num' with digits/precision of 'v' for 'fr_MA' and handles both Whole and Real numbers based on 'v'
  214. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  215. func (fr *fr_MA) FmtPercent(num float64, v uint64) string {
  216. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  217. l := len(s) + 12
  218. b := make([]byte, 0, l)
  219. for i := len(s) - 1; i >= 0; i-- {
  220. if s[i] == '.' {
  221. for j := len(fr.decimal) - 1; j >= 0; j-- {
  222. b = append(b, fr.decimal[j])
  223. }
  224. continue
  225. }
  226. b = append(b, s[i])
  227. }
  228. if num < 0 {
  229. for j := len(fr.minus) - 1; j >= 0; j-- {
  230. b = append(b, fr.minus[j])
  231. }
  232. }
  233. // reverse
  234. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  235. b[i], b[j] = b[j], b[i]
  236. }
  237. b = append(b, fr.percentSuffix...)
  238. b = append(b, fr.percent...)
  239. return string(b)
  240. }
  241. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'fr_MA'
  242. func (fr *fr_MA) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  243. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  244. symbol := fr.currencies[currency]
  245. l := len(s) + len(symbol) + 10 + 1*len(s[:len(s)-int(v)-1])/3
  246. count := 0
  247. inWhole := v == 0
  248. b := make([]byte, 0, l)
  249. for i := len(s) - 1; i >= 0; i-- {
  250. if s[i] == '.' {
  251. for j := len(fr.decimal) - 1; j >= 0; j-- {
  252. b = append(b, fr.decimal[j])
  253. }
  254. inWhole = true
  255. continue
  256. }
  257. if inWhole {
  258. if count == 3 {
  259. b = append(b, fr.group[0])
  260. count = 1
  261. } else {
  262. count++
  263. }
  264. }
  265. b = append(b, s[i])
  266. }
  267. if num < 0 {
  268. for j := len(fr.minus) - 1; j >= 0; j-- {
  269. b = append(b, fr.minus[j])
  270. }
  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_MA'
  289. // in accounting notation.
  290. func (fr *fr_MA) 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) + 12 + 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. for j := len(fr.decimal) - 1; j >= 0; j-- {
  300. b = append(b, fr.decimal[j])
  301. }
  302. inWhole = true
  303. continue
  304. }
  305. if inWhole {
  306. if count == 3 {
  307. b = append(b, fr.group[0])
  308. count = 1
  309. } else {
  310. count++
  311. }
  312. }
  313. b = append(b, s[i])
  314. }
  315. if num < 0 {
  316. b = append(b, fr.currencyNegativePrefix[0])
  317. }
  318. // reverse
  319. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  320. b[i], b[j] = b[j], b[i]
  321. }
  322. if int(v) < 2 {
  323. if v == 0 {
  324. b = append(b, fr.decimal...)
  325. }
  326. for i := 0; i < 2-int(v); i++ {
  327. b = append(b, '0')
  328. }
  329. }
  330. if num < 0 {
  331. b = append(b, fr.currencyNegativeSuffix...)
  332. b = append(b, symbol...)
  333. } else {
  334. b = append(b, fr.currencyPositiveSuffix...)
  335. b = append(b, symbol...)
  336. }
  337. return string(b)
  338. }
  339. // FmtDateShort returns the short date representation of 't' for 'fr_MA'
  340. func (fr *fr_MA) FmtDateShort(t time.Time) string {
  341. b := make([]byte, 0, 32)
  342. if t.Day() < 10 {
  343. b = append(b, '0')
  344. }
  345. b = strconv.AppendInt(b, int64(t.Day()), 10)
  346. b = append(b, []byte{0x2f}...)
  347. if t.Month() < 10 {
  348. b = append(b, '0')
  349. }
  350. b = strconv.AppendInt(b, int64(t.Month()), 10)
  351. b = append(b, []byte{0x2f}...)
  352. b = strconv.AppendInt(b, int64(t.Year()), 10)
  353. return string(b)
  354. }
  355. // FmtDateMedium returns the medium date representation of 't' for 'fr_MA'
  356. func (fr *fr_MA) FmtDateMedium(t time.Time) string {
  357. b := make([]byte, 0, 32)
  358. b = strconv.AppendInt(b, int64(t.Day()), 10)
  359. b = append(b, []byte{0x20}...)
  360. b = append(b, fr.monthsAbbreviated[t.Month()]...)
  361. b = append(b, []byte{0x20}...)
  362. b = strconv.AppendInt(b, int64(t.Year()), 10)
  363. return string(b)
  364. }
  365. // FmtDateLong returns the long date representation of 't' for 'fr_MA'
  366. func (fr *fr_MA) FmtDateLong(t time.Time) string {
  367. b := make([]byte, 0, 32)
  368. b = strconv.AppendInt(b, int64(t.Day()), 10)
  369. b = append(b, []byte{0x20}...)
  370. b = append(b, fr.monthsWide[t.Month()]...)
  371. b = append(b, []byte{0x20}...)
  372. b = strconv.AppendInt(b, int64(t.Year()), 10)
  373. return string(b)
  374. }
  375. // FmtDateFull returns the full date representation of 't' for 'fr_MA'
  376. func (fr *fr_MA) FmtDateFull(t time.Time) string {
  377. b := make([]byte, 0, 32)
  378. b = append(b, fr.daysWide[t.Weekday()]...)
  379. b = append(b, []byte{0x20}...)
  380. b = strconv.AppendInt(b, int64(t.Day()), 10)
  381. b = append(b, []byte{0x20}...)
  382. b = append(b, fr.monthsWide[t.Month()]...)
  383. b = append(b, []byte{0x20}...)
  384. b = strconv.AppendInt(b, int64(t.Year()), 10)
  385. return string(b)
  386. }
  387. // FmtTimeShort returns the short time representation of 't' for 'fr_MA'
  388. func (fr *fr_MA) FmtTimeShort(t time.Time) string {
  389. b := make([]byte, 0, 32)
  390. if t.Hour() < 10 {
  391. b = append(b, '0')
  392. }
  393. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  394. b = append(b, fr.timeSeparator...)
  395. if t.Minute() < 10 {
  396. b = append(b, '0')
  397. }
  398. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  399. return string(b)
  400. }
  401. // FmtTimeMedium returns the medium time representation of 't' for 'fr_MA'
  402. func (fr *fr_MA) FmtTimeMedium(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. b = append(b, fr.timeSeparator...)
  414. if t.Second() < 10 {
  415. b = append(b, '0')
  416. }
  417. b = strconv.AppendInt(b, int64(t.Second()), 10)
  418. return string(b)
  419. }
  420. // FmtTimeLong returns the long time representation of 't' for 'fr_MA'
  421. func (fr *fr_MA) FmtTimeLong(t time.Time) string {
  422. b := make([]byte, 0, 32)
  423. if t.Hour() < 10 {
  424. b = append(b, '0')
  425. }
  426. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  427. b = append(b, fr.timeSeparator...)
  428. if t.Minute() < 10 {
  429. b = append(b, '0')
  430. }
  431. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  432. b = append(b, fr.timeSeparator...)
  433. if t.Second() < 10 {
  434. b = append(b, '0')
  435. }
  436. b = strconv.AppendInt(b, int64(t.Second()), 10)
  437. b = append(b, []byte{0x20}...)
  438. tz, _ := t.Zone()
  439. b = append(b, tz...)
  440. return string(b)
  441. }
  442. // FmtTimeFull returns the full time representation of 't' for 'fr_MA'
  443. func (fr *fr_MA) FmtTimeFull(t time.Time) string {
  444. b := make([]byte, 0, 32)
  445. if t.Hour() < 10 {
  446. b = append(b, '0')
  447. }
  448. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  449. b = append(b, fr.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, fr.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. tz, _ := t.Zone()
  461. if btz, ok := fr.timezones[tz]; ok {
  462. b = append(b, btz...)
  463. } else {
  464. b = append(b, tz...)
  465. }
  466. return string(b)
  467. }