hy_AM.go 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. package hy_AM
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type hy_AM 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. currencyPositiveSuffix string
  23. currencyNegativeSuffix 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 'hy_AM' locale
  41. func New() locales.Translator {
  42. return &hy_AM{
  43. locale: "hy_AM",
  44. pluralsCardinal: []locales.PluralRule{2, 6},
  45. pluralsOrdinal: []locales.PluralRule{2, 6},
  46. pluralsRange: []locales.PluralRule{2, 6},
  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. currencyPositiveSuffix: " ",
  56. currencyNegativeSuffix: " ",
  57. monthsAbbreviated: []string{"", "հնվ", "փտվ", "մրտ", "ապր", "մյս", "հնս", "հլս", "օգս", "սեպ", "հոկ", "նոյ", "դեկ"},
  58. monthsNarrow: []string{"", "Հ", "Փ", "Մ", "Ա", "Մ", "Հ", "Հ", "Օ", "Ս", "Հ", "Ն", "Դ"},
  59. monthsWide: []string{"", "հունվարի", "փետրվարի", "մարտի", "ապրիլի", "մայիսի", "հունիսի", "հուլիսի", "օգոստոսի", "սեպտեմբերի", "հոկտեմբերի", "նոյեմբերի", "դեկտեմբերի"},
  60. daysAbbreviated: []string{"կիր", "երկ", "երք", "չրք", "հնգ", "ուր", "շբթ"},
  61. daysNarrow: []string{"Կ", "Ե", "Ե", "Չ", "Հ", "Ո", "Շ"},
  62. daysShort: []string{"կր", "եկ", "եք", "չք", "հգ", "ու", "շբ"},
  63. daysWide: []string{"կիրակի", "երկուշաբթի", "երեքշաբթի", "չորեքշաբթի", "հինգշաբթի", "ուրբաթ", "շաբաթ"},
  64. periodsAbbreviated: []string{"ԿԱ", "ԿՀ"},
  65. periodsNarrow: []string{"ա", "հ"},
  66. periodsWide: []string{"ԿԱ", "ԿՀ"},
  67. erasAbbreviated: []string{"մ.թ.ա.", "մ.թ."},
  68. erasNarrow: []string{"", ""},
  69. erasWide: []string{"Քրիստոսից առաջ", "Քրիստոսից հետո"},
  70. timezones: map[string]string{"EAT": "Արևելյան Աֆրիկայի ժամանակ", "HECU": "Կուբայի ամառային ժամանակ", "CST": "Կենտրոնական Ամերիկայի ստանդարտ ժամանակ", "AWST": "Արևմտյան Ավստրալիայի ստանդարտ ժամանակ", "ARST": "Արգենտինայի ամառային ժամանակ", "JST": "Ճապոնիայի ստանդարտ ժամանակ", "EST": "Արևելյան Ամերիկայի ստանդարտ ժամանակ", "ACDT": "Կենտրոնական Ավստրալիայի ամառային ժամանակ", "AEST": "Արևելյան Ավստրալիայի ստանդարտ ժամանակ", "JDT": "Ճապոնիայի ամառային ժամանակ", "HNNOMX": "Հյուսիսարևմտյան Մեքսիկայի ստանդարտ ժամանակ", "ACST": "Կենտրոնական Ավստրալիայի ստանդարտ ժամանակ", "HNEG": "Արևելյան Գրենլանդիայի ստանդարտ ժամանակ", "TMT": "Թուրքմենստանի ստանդարտ ժամանակ", "TMST": "Թուրքմենստանի ամառային ժամանակ", "ART": "Արգենտինայի ստնադարտ ժամանակ", "UYST": "Ուրուգվայի ամառային ժամանակ", "AST": "Ատլանտյան ստանդարտ ժամանակ", "COST": "Կոլումբիայի ամառային ժամանակ", "AKST": "Ալյասկայի ստանդարտ ժամանակ", "HEEG": "Արևելյան Գրենլանդիայի ամառային ժամանակ", "HKT": "Հոնկոնգի ստանդարտ ժամանակ", "HAT": "Նյուֆաունդլենդի ամառային ժամանակ", "HNPM": "Սեն Պիեռ և Միքելոնի ստանդարտ ժամանակ", "CLT": "Չիլիի ստանդարտ ժամանակ", "OEZ": "Արևելյան Եվրոպայի ստանդարտ ժամանակ", "PDT": "Խաղաղօվկիանոսյան ամառային ժամանակ", "AWDT": "Արևմտյան Ավստրալիայի ամառային ժամանակ", "ADT": "Ատլանտյան ամառային ժամանակ", "WESZ": "Արևմտյան Եվրոպայի ամառային ժամանակ", "GFT": "Ֆրանսիական Գվիանայի ժամանակ", "ACWDT": "Կենտրոնական Ավստրալիայի արևմտյան ամառային ժամանակ", "MDT": "MDT", "CAT": "Կենտրոնական Աֆրիկայի ժամանակ", "WEZ": "Արևմտյան Եվրոպայի ստանդարտ ժամանակ", "EDT": "Արևելյան Ամերիկայի ամառային ժամանակ", "MESZ": "Կենտրոնական Եվրոպայի ամառային ժամանակ", "HEPM": "Սեն Պիեռ և Միքելոնի ամառային ժամանակ", "WIT": "Արևելյան Ինդոնեզիայի ժամանակ", "COT": "Կոլումբիայի ստանդարտ ժամանակ", "NZST": "Նոր Զելանդիայի ստանդարտ ժամանակ", "HKST": "Հոնկոնգի ամառային ժամանակ", "CLST": "Չիլիի ամառային ժամանակ", "ChST": "Չամոռոյի ժամանակ", "PST": "Խաղաղօվկիանոսյան ստանդարտ ժամանակ", "WAT": "Արևմտյան Աֆրիկայի ստանդարտ ժամանակ", "WAST": "Արևմտյան Աֆրիկայի ամառային ժամանակ", "BOT": "Բոլիվիայի ժամանակ", "SGT": "Սինգապուրի ժամանակ", "HNOG": "Արևմտյան Գրենլանդիայի ստանդարտ ժամանակ", "LHDT": "Լորդ Հաուի ամառային ժամանակ", "HNT": "Նյուֆաունդլենդի ստանդարտ ժամանակ", "CHAST": "Չաթեմ կղզու ստանդարտ ժամանակ", "HNPMX": "Մեքսիկայի խաղաղօվկիանոսյան ստանդարտ ժամանակ", "AKDT": "Ալյասկայի ամառային ժամանակ", "ECT": "Էկվադորի ժամանակ", "IST": "Հնդկաստանի ստանդարտ ժամանակ", "VET": "Վենեսուելայի ժամանակ", "WITA": "Կենտրոնական Ինդոնեզիայի ժամանակ", "MST": "MST", "GMT": "Գրինվիչի ժամանակ", "GYT": "Գայանայի ժամանակ", "CHADT": "Չաթեմ կղզու ամառային ժամանակ", "MEZ": "Կենտրոնական Եվրոպայի ստանդարտ ժամանակ", "WART": "Արևմտյան Արգենտինայի ստնադարտ ժամանակ", "WARST": "Արևմտյան Արգենտինայի ամառային ժամանակ", "HAST": "Հավայան-ալեության ստանդարտ ժամանակ", "UYT": "Ուրուգվայի ստանդարտ ժամանակ", "CDT": "Կենտրոնական Ամերիկայի ամառային ժամանակ", "MYT": "Մալայզիայի ժամանակ", "ACWST": "Կենտրոնական Ավստրալիայի արևմտյան ստանդարտ ժամանակ", "SRT": "Սուրինամի ժամանակ", "HNCU": "Կուբայի ստանդարտ ժամանակ", "HEPMX": "Մեքսիկայի խաղաղօվկիանոսյան ամառային ժամանակ", "AEDT": "Արևելյան Ավստրալիայի ամառային ժամանակ", "WIB": "Արևմտյան Ինդոնեզիայի ժամանակ", "BT": "Բութանի ժամանակ", "HADT": "Հավայան-ալեության ամառային ժամանակ", "SAST": "Հարավային Աֆրիկայի ժամանակ", "HEOG": "Արևմտյան Գրենլանդիայի ամառային ժամանակ", "LHST": "Լորդ Հաուի ստանդարտ ժամանակ", "HENOMX": "Հյուսիսարևմտյան Մեքսիկայի ամառային ժամանակ", "OESZ": "Արևելյան Եվրոպայի ամառային ժամանակ", "∅∅∅": "Ամազոնյան ամառային ժամանակ", "NZDT": "Նոր Զելանդիայի ամառային ժամանակ"},
  71. }
  72. }
  73. // Locale returns the current translators string locale
  74. func (hy *hy_AM) Locale() string {
  75. return hy.locale
  76. }
  77. // PluralsCardinal returns the list of cardinal plural rules associated with 'hy_AM'
  78. func (hy *hy_AM) PluralsCardinal() []locales.PluralRule {
  79. return hy.pluralsCardinal
  80. }
  81. // PluralsOrdinal returns the list of ordinal plural rules associated with 'hy_AM'
  82. func (hy *hy_AM) PluralsOrdinal() []locales.PluralRule {
  83. return hy.pluralsOrdinal
  84. }
  85. // PluralsRange returns the list of range plural rules associated with 'hy_AM'
  86. func (hy *hy_AM) PluralsRange() []locales.PluralRule {
  87. return hy.pluralsRange
  88. }
  89. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'hy_AM'
  90. func (hy *hy_AM) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  91. n := math.Abs(num)
  92. i := int64(n)
  93. if i == 0 || i == 1 {
  94. return locales.PluralRuleOne
  95. }
  96. return locales.PluralRuleOther
  97. }
  98. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'hy_AM'
  99. func (hy *hy_AM) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  100. n := math.Abs(num)
  101. if n == 1 {
  102. return locales.PluralRuleOne
  103. }
  104. return locales.PluralRuleOther
  105. }
  106. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'hy_AM'
  107. func (hy *hy_AM) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  108. start := hy.CardinalPluralRule(num1, v1)
  109. end := hy.CardinalPluralRule(num2, v2)
  110. if start == locales.PluralRuleOne && end == locales.PluralRuleOne {
  111. return locales.PluralRuleOne
  112. } else if start == locales.PluralRuleOne && end == locales.PluralRuleOther {
  113. return locales.PluralRuleOther
  114. }
  115. return locales.PluralRuleOther
  116. }
  117. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  118. func (hy *hy_AM) MonthAbbreviated(month time.Month) string {
  119. return hy.monthsAbbreviated[month]
  120. }
  121. // MonthsAbbreviated returns the locales abbreviated months
  122. func (hy *hy_AM) MonthsAbbreviated() []string {
  123. return hy.monthsAbbreviated[1:]
  124. }
  125. // MonthNarrow returns the locales narrow month given the 'month' provided
  126. func (hy *hy_AM) MonthNarrow(month time.Month) string {
  127. return hy.monthsNarrow[month]
  128. }
  129. // MonthsNarrow returns the locales narrow months
  130. func (hy *hy_AM) MonthsNarrow() []string {
  131. return hy.monthsNarrow[1:]
  132. }
  133. // MonthWide returns the locales wide month given the 'month' provided
  134. func (hy *hy_AM) MonthWide(month time.Month) string {
  135. return hy.monthsWide[month]
  136. }
  137. // MonthsWide returns the locales wide months
  138. func (hy *hy_AM) MonthsWide() []string {
  139. return hy.monthsWide[1:]
  140. }
  141. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  142. func (hy *hy_AM) WeekdayAbbreviated(weekday time.Weekday) string {
  143. return hy.daysAbbreviated[weekday]
  144. }
  145. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  146. func (hy *hy_AM) WeekdaysAbbreviated() []string {
  147. return hy.daysAbbreviated
  148. }
  149. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  150. func (hy *hy_AM) WeekdayNarrow(weekday time.Weekday) string {
  151. return hy.daysNarrow[weekday]
  152. }
  153. // WeekdaysNarrow returns the locales narrow weekdays
  154. func (hy *hy_AM) WeekdaysNarrow() []string {
  155. return hy.daysNarrow
  156. }
  157. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  158. func (hy *hy_AM) WeekdayShort(weekday time.Weekday) string {
  159. return hy.daysShort[weekday]
  160. }
  161. // WeekdaysShort returns the locales short weekdays
  162. func (hy *hy_AM) WeekdaysShort() []string {
  163. return hy.daysShort
  164. }
  165. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  166. func (hy *hy_AM) WeekdayWide(weekday time.Weekday) string {
  167. return hy.daysWide[weekday]
  168. }
  169. // WeekdaysWide returns the locales wide weekdays
  170. func (hy *hy_AM) WeekdaysWide() []string {
  171. return hy.daysWide
  172. }
  173. // Decimal returns the decimal point of number
  174. func (hy *hy_AM) Decimal() string {
  175. return hy.decimal
  176. }
  177. // Group returns the group of number
  178. func (hy *hy_AM) Group() string {
  179. return hy.group
  180. }
  181. // Group returns the minus sign of number
  182. func (hy *hy_AM) Minus() string {
  183. return hy.minus
  184. }
  185. // FmtNumber returns 'num' with digits/precision of 'v' for 'hy_AM' and handles both Whole and Real numbers based on 'v'
  186. func (hy *hy_AM) FmtNumber(num float64, v uint64) string {
  187. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  188. l := len(s) + 2 + 2*len(s[:len(s)-int(v)-1])/3
  189. count := 0
  190. inWhole := v == 0
  191. b := make([]byte, 0, l)
  192. for i := len(s) - 1; i >= 0; i-- {
  193. if s[i] == '.' {
  194. b = append(b, hy.decimal[0])
  195. inWhole = true
  196. continue
  197. }
  198. if inWhole {
  199. if count == 3 {
  200. for j := len(hy.group) - 1; j >= 0; j-- {
  201. b = append(b, hy.group[j])
  202. }
  203. count = 1
  204. } else {
  205. count++
  206. }
  207. }
  208. b = append(b, s[i])
  209. }
  210. if num < 0 {
  211. b = append(b, hy.minus[0])
  212. }
  213. // reverse
  214. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  215. b[i], b[j] = b[j], b[i]
  216. }
  217. return string(b)
  218. }
  219. // FmtPercent returns 'num' with digits/precision of 'v' for 'hy_AM' and handles both Whole and Real numbers based on 'v'
  220. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  221. func (hy *hy_AM) FmtPercent(num float64, v uint64) string {
  222. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  223. l := len(s) + 3
  224. b := make([]byte, 0, l)
  225. for i := len(s) - 1; i >= 0; i-- {
  226. if s[i] == '.' {
  227. b = append(b, hy.decimal[0])
  228. continue
  229. }
  230. b = append(b, s[i])
  231. }
  232. if num < 0 {
  233. b = append(b, hy.minus[0])
  234. }
  235. // reverse
  236. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  237. b[i], b[j] = b[j], b[i]
  238. }
  239. b = append(b, hy.percent...)
  240. return string(b)
  241. }
  242. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'hy_AM'
  243. func (hy *hy_AM) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  244. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  245. symbol := hy.currencies[currency]
  246. l := len(s) + len(symbol) + 4 + 2*len(s[:len(s)-int(v)-1])/3
  247. count := 0
  248. inWhole := v == 0
  249. b := make([]byte, 0, l)
  250. for i := len(s) - 1; i >= 0; i-- {
  251. if s[i] == '.' {
  252. b = append(b, hy.decimal[0])
  253. inWhole = true
  254. continue
  255. }
  256. if inWhole {
  257. if count == 3 {
  258. for j := len(hy.group) - 1; j >= 0; j-- {
  259. b = append(b, hy.group[j])
  260. }
  261. count = 1
  262. } else {
  263. count++
  264. }
  265. }
  266. b = append(b, s[i])
  267. }
  268. if num < 0 {
  269. b = append(b, hy.minus[0])
  270. }
  271. // reverse
  272. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  273. b[i], b[j] = b[j], b[i]
  274. }
  275. if int(v) < 2 {
  276. if v == 0 {
  277. b = append(b, hy.decimal...)
  278. }
  279. for i := 0; i < 2-int(v); i++ {
  280. b = append(b, '0')
  281. }
  282. }
  283. b = append(b, hy.currencyPositiveSuffix...)
  284. b = append(b, symbol...)
  285. return string(b)
  286. }
  287. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'hy_AM'
  288. // in accounting notation.
  289. func (hy *hy_AM) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  290. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  291. symbol := hy.currencies[currency]
  292. l := len(s) + len(symbol) + 4 + 2*len(s[:len(s)-int(v)-1])/3
  293. count := 0
  294. inWhole := v == 0
  295. b := make([]byte, 0, l)
  296. for i := len(s) - 1; i >= 0; i-- {
  297. if s[i] == '.' {
  298. b = append(b, hy.decimal[0])
  299. inWhole = true
  300. continue
  301. }
  302. if inWhole {
  303. if count == 3 {
  304. for j := len(hy.group) - 1; j >= 0; j-- {
  305. b = append(b, hy.group[j])
  306. }
  307. count = 1
  308. } else {
  309. count++
  310. }
  311. }
  312. b = append(b, s[i])
  313. }
  314. if num < 0 {
  315. b = append(b, hy.minus[0])
  316. }
  317. // reverse
  318. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  319. b[i], b[j] = b[j], b[i]
  320. }
  321. if int(v) < 2 {
  322. if v == 0 {
  323. b = append(b, hy.decimal...)
  324. }
  325. for i := 0; i < 2-int(v); i++ {
  326. b = append(b, '0')
  327. }
  328. }
  329. if num < 0 {
  330. b = append(b, hy.currencyNegativeSuffix...)
  331. b = append(b, symbol...)
  332. } else {
  333. b = append(b, hy.currencyPositiveSuffix...)
  334. b = append(b, symbol...)
  335. }
  336. return string(b)
  337. }
  338. // FmtDateShort returns the short date representation of 't' for 'hy_AM'
  339. func (hy *hy_AM) FmtDateShort(t time.Time) string {
  340. b := make([]byte, 0, 32)
  341. if t.Day() < 10 {
  342. b = append(b, '0')
  343. }
  344. b = strconv.AppendInt(b, int64(t.Day()), 10)
  345. b = append(b, []byte{0x2e}...)
  346. if t.Month() < 10 {
  347. b = append(b, '0')
  348. }
  349. b = strconv.AppendInt(b, int64(t.Month()), 10)
  350. b = append(b, []byte{0x2e}...)
  351. if t.Year() > 9 {
  352. b = append(b, strconv.Itoa(t.Year())[2:]...)
  353. } else {
  354. b = append(b, strconv.Itoa(t.Year())[1:]...)
  355. }
  356. return string(b)
  357. }
  358. // FmtDateMedium returns the medium date representation of 't' for 'hy_AM'
  359. func (hy *hy_AM) FmtDateMedium(t time.Time) string {
  360. b := make([]byte, 0, 32)
  361. if t.Day() < 10 {
  362. b = append(b, '0')
  363. }
  364. b = strconv.AppendInt(b, int64(t.Day()), 10)
  365. b = append(b, []byte{0x20}...)
  366. b = append(b, hy.monthsAbbreviated[t.Month()]...)
  367. b = append(b, []byte{0x2c, 0x20}...)
  368. if t.Year() > 0 {
  369. b = strconv.AppendInt(b, int64(t.Year()), 10)
  370. } else {
  371. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  372. }
  373. b = append(b, []byte{0x20, 0xd5, 0xa9, 0x2e}...)
  374. return string(b)
  375. }
  376. // FmtDateLong returns the long date representation of 't' for 'hy_AM'
  377. func (hy *hy_AM) FmtDateLong(t time.Time) string {
  378. b := make([]byte, 0, 32)
  379. if t.Day() < 10 {
  380. b = append(b, '0')
  381. }
  382. b = strconv.AppendInt(b, int64(t.Day()), 10)
  383. b = append(b, []byte{0x20}...)
  384. b = append(b, hy.monthsWide[t.Month()]...)
  385. b = append(b, []byte{0x2c, 0x20}...)
  386. if t.Year() > 0 {
  387. b = strconv.AppendInt(b, int64(t.Year()), 10)
  388. } else {
  389. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  390. }
  391. b = append(b, []byte{0x20, 0xd5, 0xa9, 0x2e}...)
  392. return string(b)
  393. }
  394. // FmtDateFull returns the full date representation of 't' for 'hy_AM'
  395. func (hy *hy_AM) FmtDateFull(t time.Time) string {
  396. b := make([]byte, 0, 32)
  397. if t.Year() > 0 {
  398. b = strconv.AppendInt(b, int64(t.Year()), 10)
  399. } else {
  400. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  401. }
  402. b = append(b, []byte{0x20, 0xd5, 0xa9, 0x2e, 0x20}...)
  403. b = append(b, hy.monthsWide[t.Month()]...)
  404. b = append(b, []byte{0x20}...)
  405. b = strconv.AppendInt(b, int64(t.Day()), 10)
  406. b = append(b, []byte{0x2c, 0x20}...)
  407. b = append(b, hy.daysWide[t.Weekday()]...)
  408. return string(b)
  409. }
  410. // FmtTimeShort returns the short time representation of 't' for 'hy_AM'
  411. func (hy *hy_AM) FmtTimeShort(t time.Time) string {
  412. b := make([]byte, 0, 32)
  413. if t.Hour() < 10 {
  414. b = append(b, '0')
  415. }
  416. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  417. b = append(b, hy.timeSeparator...)
  418. if t.Minute() < 10 {
  419. b = append(b, '0')
  420. }
  421. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  422. return string(b)
  423. }
  424. // FmtTimeMedium returns the medium time representation of 't' for 'hy_AM'
  425. func (hy *hy_AM) FmtTimeMedium(t time.Time) string {
  426. b := make([]byte, 0, 32)
  427. if t.Hour() < 10 {
  428. b = append(b, '0')
  429. }
  430. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  431. b = append(b, hy.timeSeparator...)
  432. if t.Minute() < 10 {
  433. b = append(b, '0')
  434. }
  435. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  436. b = append(b, hy.timeSeparator...)
  437. if t.Second() < 10 {
  438. b = append(b, '0')
  439. }
  440. b = strconv.AppendInt(b, int64(t.Second()), 10)
  441. return string(b)
  442. }
  443. // FmtTimeLong returns the long time representation of 't' for 'hy_AM'
  444. func (hy *hy_AM) FmtTimeLong(t time.Time) string {
  445. b := make([]byte, 0, 32)
  446. if t.Hour() < 10 {
  447. b = append(b, '0')
  448. }
  449. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  450. b = append(b, hy.timeSeparator...)
  451. if t.Minute() < 10 {
  452. b = append(b, '0')
  453. }
  454. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  455. b = append(b, hy.timeSeparator...)
  456. if t.Second() < 10 {
  457. b = append(b, '0')
  458. }
  459. b = strconv.AppendInt(b, int64(t.Second()), 10)
  460. b = append(b, []byte{0x20}...)
  461. tz, _ := t.Zone()
  462. b = append(b, tz...)
  463. return string(b)
  464. }
  465. // FmtTimeFull returns the full time representation of 't' for 'hy_AM'
  466. func (hy *hy_AM) FmtTimeFull(t time.Time) string {
  467. b := make([]byte, 0, 32)
  468. if t.Hour() < 10 {
  469. b = append(b, '0')
  470. }
  471. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  472. b = append(b, hy.timeSeparator...)
  473. if t.Minute() < 10 {
  474. b = append(b, '0')
  475. }
  476. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  477. b = append(b, hy.timeSeparator...)
  478. if t.Second() < 10 {
  479. b = append(b, '0')
  480. }
  481. b = strconv.AppendInt(b, int64(t.Second()), 10)
  482. b = append(b, []byte{0x20}...)
  483. tz, _ := t.Zone()
  484. if btz, ok := hy.timezones[tz]; ok {
  485. b = append(b, btz...)
  486. } else {
  487. b = append(b, tz...)
  488. }
  489. return string(b)
  490. }