fr_CG.go 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. package fr_CG
  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_CG 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_CG' locale
  43. func New() locales.Translator {
  44. return &fr_CG{
  45. locale: "fr_CG",
  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", "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"},
  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{"ACDT": "heure d’été du centre de l’Australie", "LHDT": "heure d’été de Lord Howe", "WEZ": "heure normale d’Europe de l’Ouest", "ACWDT": "heure d’été du centre-ouest de l’Australie", "HKST": "heure d’été de Hong Kong", "HNPM": "heure normale de Saint-Pierre-et-Miquelon", "OESZ": "heure d’été d’Europe de l’Est", "AST": "heure normale de l’Atlantique", "UYST": "heure d’été de l’Uruguay", "HEPMX": "heure d’été du Pacifique mexicain", "HEOG": "heure d’été de l’Ouest du Groenland", "EDT": "heure d’été de l’Est", "ACST": "heure normale du centre de l’Australie", "IST": "heure de l’Inde", "TMT": "heure normale du Turkménistan", "BOT": "heure de Bolivie", "SGT": "heure de Singapour", "MEZ": "heure normale d’Europe centrale", "CLST": "heure d’été du Chili", "ChST": "heure des Chamorro", "CHADT": "heure d’été des îles Chatham", "SAST": "heure normale d’Afrique méridionale", "HNT": "heure normale de Terre-Neuve", "HNNOMX": "heure normale du Nord-Ouest du Mexique", "TMST": "heure d’été du Turkménistan", "WAT": "heure normale d’Afrique de l’Ouest", "BT": "heure du Bhoutan", "LHST": "heure normale de Lord Howe", "WARST": "heure d’été de l’Ouest argentin", "HAT": "heure d’été de Terre-Neuve", "MST": "heure normale de Macao", "CLT": "heure normale du Chili", "ARST": "heure d’été de l’Argentine", "GMT": "heure moyenne de Greenwich", "ADT": "heure d’été de l’Atlantique", "WAST": "heure d’été d’Afrique de l’Ouest", "NZDT": "heure d’été de la Nouvelle-Zélande", "OEZ": "heure normale d’Europe de l’Est", "HNCU": "heure normale de Cuba", "AKDT": "heure d’été de l’Alaska", "EST": "heure normale de l’Est nord-américain", "CAT": "heure normale d’Afrique centrale", "CST": "heure normale du centre nord-américain", "WIB": "heure de l’Ouest indonésien", "JDT": "heure d’été du Japon", "HNEG": "heure normale de l’Est du Groenland", "HENOMX": "heure d’été du Nord-Ouest du Mexique", "AWST": "heure normale de l’Ouest de l’Australie", "NZST": "heure normale de la Nouvelle-Zélande", "MESZ": "heure d’été d’Europe centrale", "VET": "heure du Venezuela", "HEPM": "heure d’été de Saint-Pierre-et-Miquelon", "CHAST": "heure normale des îles Chatham", "CDT": "heure d’été du Centre", "JST": "heure normale du Japon", "MYT": "heure de la Malaisie", "ECT": "heure de l’Équateur", "HEEG": "heure d’été de l’Est du Groenland", "HNOG": "heure normale de l’Ouest du Groenland", "ACWST": "heure normale du centre-ouest de l’Australie", "UYT": "heure normale de l’Uruguay", "AWDT": "heure d’été de l’Ouest de l’Australie", "GFT": "heure de la Guyane française", "WART": "heure normale de l’Ouest argentin", "MDT": "heure d’été de Macao", "SRT": "heure du Suriname", "HECU": "heure d’été de Cuba", "PDT": "heure d’été du Pacifique", "AKST": "heure normale de l’Alaska", "WITA": "heure du Centre indonésien", "WIT": "heure de l’Est indonésien", "COST": "heure d’été de Colombie", "HNPMX": "heure normale du Pacifique mexicain", "AEDT": "heure d’été de l’Est de l’Australie", "GYT": "heure du Guyana", "PST": "heure normale du Pacifique nord-américain", "WESZ": "heure d’été d’Europe de l’Ouest", "HKT": "heure normale de Hong Kong", "∅∅∅": "heure d’été des Açores", "EAT": "heure normale d’Afrique de l’Est", "COT": "heure normale de Colombie", "HAST": "heure normale d’Hawaii - Aléoutiennes", "HADT": "heure d’été d’Hawaii - Aléoutiennes", "ART": "heure normale d’Argentine", "AEST": "heure normale de l’Est de l’Australie"},
  75. }
  76. }
  77. // Locale returns the current translators string locale
  78. func (fr *fr_CG) Locale() string {
  79. return fr.locale
  80. }
  81. // PluralsCardinal returns the list of cardinal plural rules associated with 'fr_CG'
  82. func (fr *fr_CG) PluralsCardinal() []locales.PluralRule {
  83. return fr.pluralsCardinal
  84. }
  85. // PluralsOrdinal returns the list of ordinal plural rules associated with 'fr_CG'
  86. func (fr *fr_CG) PluralsOrdinal() []locales.PluralRule {
  87. return fr.pluralsOrdinal
  88. }
  89. // PluralsRange returns the list of range plural rules associated with 'fr_CG'
  90. func (fr *fr_CG) PluralsRange() []locales.PluralRule {
  91. return fr.pluralsRange
  92. }
  93. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'fr_CG'
  94. func (fr *fr_CG) 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_CG'
  103. func (fr *fr_CG) 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_CG'
  111. func (fr *fr_CG) 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_CG) MonthAbbreviated(month time.Month) string {
  123. return fr.monthsAbbreviated[month]
  124. }
  125. // MonthsAbbreviated returns the locales abbreviated months
  126. func (fr *fr_CG) MonthsAbbreviated() []string {
  127. return fr.monthsAbbreviated[1:]
  128. }
  129. // MonthNarrow returns the locales narrow month given the 'month' provided
  130. func (fr *fr_CG) MonthNarrow(month time.Month) string {
  131. return fr.monthsNarrow[month]
  132. }
  133. // MonthsNarrow returns the locales narrow months
  134. func (fr *fr_CG) MonthsNarrow() []string {
  135. return fr.monthsNarrow[1:]
  136. }
  137. // MonthWide returns the locales wide month given the 'month' provided
  138. func (fr *fr_CG) MonthWide(month time.Month) string {
  139. return fr.monthsWide[month]
  140. }
  141. // MonthsWide returns the locales wide months
  142. func (fr *fr_CG) MonthsWide() []string {
  143. return fr.monthsWide[1:]
  144. }
  145. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  146. func (fr *fr_CG) WeekdayAbbreviated(weekday time.Weekday) string {
  147. return fr.daysAbbreviated[weekday]
  148. }
  149. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  150. func (fr *fr_CG) WeekdaysAbbreviated() []string {
  151. return fr.daysAbbreviated
  152. }
  153. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  154. func (fr *fr_CG) WeekdayNarrow(weekday time.Weekday) string {
  155. return fr.daysNarrow[weekday]
  156. }
  157. // WeekdaysNarrow returns the locales narrow weekdays
  158. func (fr *fr_CG) WeekdaysNarrow() []string {
  159. return fr.daysNarrow
  160. }
  161. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  162. func (fr *fr_CG) WeekdayShort(weekday time.Weekday) string {
  163. return fr.daysShort[weekday]
  164. }
  165. // WeekdaysShort returns the locales short weekdays
  166. func (fr *fr_CG) WeekdaysShort() []string {
  167. return fr.daysShort
  168. }
  169. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  170. func (fr *fr_CG) WeekdayWide(weekday time.Weekday) string {
  171. return fr.daysWide[weekday]
  172. }
  173. // WeekdaysWide returns the locales wide weekdays
  174. func (fr *fr_CG) WeekdaysWide() []string {
  175. return fr.daysWide
  176. }
  177. // Decimal returns the decimal point of number
  178. func (fr *fr_CG) Decimal() string {
  179. return fr.decimal
  180. }
  181. // Group returns the group of number
  182. func (fr *fr_CG) Group() string {
  183. return fr.group
  184. }
  185. // Group returns the minus sign of number
  186. func (fr *fr_CG) Minus() string {
  187. return fr.minus
  188. }
  189. // FmtNumber returns 'num' with digits/precision of 'v' for 'fr_CG' and handles both Whole and Real numbers based on 'v'
  190. func (fr *fr_CG) FmtNumber(num float64, v uint64) string {
  191. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  192. l := len(s) + 2 + 2*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. for j := len(fr.group) - 1; j >= 0; j-- {
  205. b = append(b, fr.group[j])
  206. }
  207. count = 1
  208. } else {
  209. count++
  210. }
  211. }
  212. b = append(b, s[i])
  213. }
  214. if num < 0 {
  215. b = append(b, fr.minus[0])
  216. }
  217. // reverse
  218. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  219. b[i], b[j] = b[j], b[i]
  220. }
  221. return string(b)
  222. }
  223. // FmtPercent returns 'num' with digits/precision of 'v' for 'fr_CG' and handles both Whole and Real numbers based on 'v'
  224. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  225. func (fr *fr_CG) FmtPercent(num float64, v uint64) string {
  226. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  227. l := len(s) + 5
  228. b := make([]byte, 0, l)
  229. for i := len(s) - 1; i >= 0; i-- {
  230. if s[i] == '.' {
  231. b = append(b, fr.decimal[0])
  232. continue
  233. }
  234. b = append(b, s[i])
  235. }
  236. if num < 0 {
  237. b = append(b, fr.minus[0])
  238. }
  239. // reverse
  240. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  241. b[i], b[j] = b[j], b[i]
  242. }
  243. b = append(b, fr.percentSuffix...)
  244. b = append(b, fr.percent...)
  245. return string(b)
  246. }
  247. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'fr_CG'
  248. func (fr *fr_CG) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  249. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  250. symbol := fr.currencies[currency]
  251. l := len(s) + len(symbol) + 4 + 2*len(s[:len(s)-int(v)-1])/3
  252. count := 0
  253. inWhole := v == 0
  254. b := make([]byte, 0, l)
  255. for i := len(s) - 1; i >= 0; i-- {
  256. if s[i] == '.' {
  257. b = append(b, fr.decimal[0])
  258. inWhole = true
  259. continue
  260. }
  261. if inWhole {
  262. if count == 3 {
  263. for j := len(fr.group) - 1; j >= 0; j-- {
  264. b = append(b, fr.group[j])
  265. }
  266. count = 1
  267. } else {
  268. count++
  269. }
  270. }
  271. b = append(b, s[i])
  272. }
  273. if num < 0 {
  274. b = append(b, fr.minus[0])
  275. }
  276. // reverse
  277. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  278. b[i], b[j] = b[j], b[i]
  279. }
  280. if int(v) < 2 {
  281. if v == 0 {
  282. b = append(b, fr.decimal...)
  283. }
  284. for i := 0; i < 2-int(v); i++ {
  285. b = append(b, '0')
  286. }
  287. }
  288. b = append(b, fr.currencyPositiveSuffix...)
  289. b = append(b, symbol...)
  290. return string(b)
  291. }
  292. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'fr_CG'
  293. // in accounting notation.
  294. func (fr *fr_CG) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  295. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  296. symbol := fr.currencies[currency]
  297. l := len(s) + len(symbol) + 6 + 2*len(s[:len(s)-int(v)-1])/3
  298. count := 0
  299. inWhole := v == 0
  300. b := make([]byte, 0, l)
  301. for i := len(s) - 1; i >= 0; i-- {
  302. if s[i] == '.' {
  303. b = append(b, fr.decimal[0])
  304. inWhole = true
  305. continue
  306. }
  307. if inWhole {
  308. if count == 3 {
  309. for j := len(fr.group) - 1; j >= 0; j-- {
  310. b = append(b, fr.group[j])
  311. }
  312. count = 1
  313. } else {
  314. count++
  315. }
  316. }
  317. b = append(b, s[i])
  318. }
  319. if num < 0 {
  320. b = append(b, fr.currencyNegativePrefix[0])
  321. }
  322. // reverse
  323. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  324. b[i], b[j] = b[j], b[i]
  325. }
  326. if int(v) < 2 {
  327. if v == 0 {
  328. b = append(b, fr.decimal...)
  329. }
  330. for i := 0; i < 2-int(v); i++ {
  331. b = append(b, '0')
  332. }
  333. }
  334. if num < 0 {
  335. b = append(b, fr.currencyNegativeSuffix...)
  336. b = append(b, symbol...)
  337. } else {
  338. b = append(b, fr.currencyPositiveSuffix...)
  339. b = append(b, symbol...)
  340. }
  341. return string(b)
  342. }
  343. // FmtDateShort returns the short date representation of 't' for 'fr_CG'
  344. func (fr *fr_CG) FmtDateShort(t time.Time) string {
  345. b := make([]byte, 0, 32)
  346. if t.Day() < 10 {
  347. b = append(b, '0')
  348. }
  349. b = strconv.AppendInt(b, int64(t.Day()), 10)
  350. b = append(b, []byte{0x2f}...)
  351. if t.Month() < 10 {
  352. b = append(b, '0')
  353. }
  354. b = strconv.AppendInt(b, int64(t.Month()), 10)
  355. b = append(b, []byte{0x2f}...)
  356. if t.Year() > 0 {
  357. b = strconv.AppendInt(b, int64(t.Year()), 10)
  358. } else {
  359. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  360. }
  361. return string(b)
  362. }
  363. // FmtDateMedium returns the medium date representation of 't' for 'fr_CG'
  364. func (fr *fr_CG) FmtDateMedium(t time.Time) string {
  365. b := make([]byte, 0, 32)
  366. b = strconv.AppendInt(b, int64(t.Day()), 10)
  367. b = append(b, []byte{0x20}...)
  368. b = append(b, fr.monthsAbbreviated[t.Month()]...)
  369. b = append(b, []byte{0x20}...)
  370. if t.Year() > 0 {
  371. b = strconv.AppendInt(b, int64(t.Year()), 10)
  372. } else {
  373. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  374. }
  375. return string(b)
  376. }
  377. // FmtDateLong returns the long date representation of 't' for 'fr_CG'
  378. func (fr *fr_CG) FmtDateLong(t time.Time) string {
  379. b := make([]byte, 0, 32)
  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. if t.Year() > 0 {
  385. b = strconv.AppendInt(b, int64(t.Year()), 10)
  386. } else {
  387. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  388. }
  389. return string(b)
  390. }
  391. // FmtDateFull returns the full date representation of 't' for 'fr_CG'
  392. func (fr *fr_CG) FmtDateFull(t time.Time) string {
  393. b := make([]byte, 0, 32)
  394. b = append(b, fr.daysWide[t.Weekday()]...)
  395. b = append(b, []byte{0x20}...)
  396. b = strconv.AppendInt(b, int64(t.Day()), 10)
  397. b = append(b, []byte{0x20}...)
  398. b = append(b, fr.monthsWide[t.Month()]...)
  399. b = append(b, []byte{0x20}...)
  400. if t.Year() > 0 {
  401. b = strconv.AppendInt(b, int64(t.Year()), 10)
  402. } else {
  403. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  404. }
  405. return string(b)
  406. }
  407. // FmtTimeShort returns the short time representation of 't' for 'fr_CG'
  408. func (fr *fr_CG) FmtTimeShort(t time.Time) string {
  409. b := make([]byte, 0, 32)
  410. if t.Hour() < 10 {
  411. b = append(b, '0')
  412. }
  413. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  414. b = append(b, fr.timeSeparator...)
  415. if t.Minute() < 10 {
  416. b = append(b, '0')
  417. }
  418. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  419. return string(b)
  420. }
  421. // FmtTimeMedium returns the medium time representation of 't' for 'fr_CG'
  422. func (fr *fr_CG) FmtTimeMedium(t time.Time) string {
  423. b := make([]byte, 0, 32)
  424. if t.Hour() < 10 {
  425. b = append(b, '0')
  426. }
  427. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  428. b = append(b, fr.timeSeparator...)
  429. if t.Minute() < 10 {
  430. b = append(b, '0')
  431. }
  432. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  433. b = append(b, fr.timeSeparator...)
  434. if t.Second() < 10 {
  435. b = append(b, '0')
  436. }
  437. b = strconv.AppendInt(b, int64(t.Second()), 10)
  438. return string(b)
  439. }
  440. // FmtTimeLong returns the long time representation of 't' for 'fr_CG'
  441. func (fr *fr_CG) FmtTimeLong(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, fr.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, fr.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. b = append(b, tz...)
  460. return string(b)
  461. }
  462. // FmtTimeFull returns the full time representation of 't' for 'fr_CG'
  463. func (fr *fr_CG) FmtTimeFull(t time.Time) string {
  464. b := make([]byte, 0, 32)
  465. if t.Hour() < 10 {
  466. b = append(b, '0')
  467. }
  468. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  469. b = append(b, fr.timeSeparator...)
  470. if t.Minute() < 10 {
  471. b = append(b, '0')
  472. }
  473. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  474. b = append(b, fr.timeSeparator...)
  475. if t.Second() < 10 {
  476. b = append(b, '0')
  477. }
  478. b = strconv.AppendInt(b, int64(t.Second()), 10)
  479. b = append(b, []byte{0x20}...)
  480. tz, _ := t.Zone()
  481. if btz, ok := fr.timezones[tz]; ok {
  482. b = append(b, btz...)
  483. } else {
  484. b = append(b, tz...)
  485. }
  486. return string(b)
  487. }