1 package ar_BH
2
3 import (
4 "math"
5 "strconv"
6 "time"
7
8 "github.com/go-playground/locales"
9 "github.com/go-playground/locales/currency"
10 )
11
12 type ar_BH struct {
13 locale string
14 pluralsCardinal []locales.PluralRule
15 pluralsOrdinal []locales.PluralRule
16 pluralsRange []locales.PluralRule
17 decimal string
18 group string
19 minus string
20 percent string
21 perMille string
22 timeSeparator string
23 inifinity string
24 currencies []string
25 currencyPositiveSuffix string
26 currencyNegativeSuffix string
27 monthsAbbreviated []string
28 monthsNarrow []string
29 monthsWide []string
30 daysAbbreviated []string
31 daysNarrow []string
32 daysShort []string
33 daysWide []string
34 periodsAbbreviated []string
35 periodsNarrow []string
36 periodsShort []string
37 periodsWide []string
38 erasAbbreviated []string
39 erasNarrow []string
40 erasWide []string
41 timezones map[string]string
42 }
43
44
45 func New() locales.Translator {
46 return &ar_BH{
47 locale: "ar_BH",
48 pluralsCardinal: []locales.PluralRule{1, 2, 3, 4, 5, 6},
49 pluralsOrdinal: []locales.PluralRule{6},
50 pluralsRange: []locales.PluralRule{1, 4, 5, 6},
51 decimal: "٫",
52 group: "٬",
53 minus: "-",
54 percent: "٪",
55 perMille: "؉",
56 timeSeparator: ":",
57 inifinity: "∞",
58 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", "MRU", "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", "UYW", "UZS", "VEB", "VEF", "VES", "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"},
59 currencyPositiveSuffix: " ",
60 currencyNegativeSuffix: " ",
61 monthsAbbreviated: []string{"", "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"},
62 monthsNarrow: []string{"", "ي", "ف", "م", "أ", "و", "ن", "ل", "غ", "س", "ك", "ب", "د"},
63 monthsWide: []string{"", "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"},
64 daysAbbreviated: []string{"الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"},
65 daysNarrow: []string{"ح", "ن", "ث", "ر", "خ", "ج", "س"},
66 daysShort: []string{"أحد", "إثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت"},
67 daysWide: []string{"الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"},
68 periodsAbbreviated: []string{"ص", "م"},
69 periodsNarrow: []string{"ص", "م"},
70 periodsWide: []string{"ص", "م"},
71 erasAbbreviated: []string{"ق.م", "م"},
72 erasNarrow: []string{"", ""},
73 erasWide: []string{"قبل الميلاد", "ميلادي"},
74 timezones: map[string]string{"ACDT": "توقيت وسط أستراليا الصيفي", "ACST": "توقيت وسط أستراليا الرسمي", "ACWDT": "توقيت غرب وسط أستراليا الصيفي", "ACWST": "توقيت غرب وسط أستراليا الرسمي", "ADT": "التوقيت الصيفي الأطلسي", "AEDT": "توقيت شرق أستراليا الصيفي", "AEST": "توقيت شرق أستراليا الرسمي", "AKDT": "توقيت ألاسكا الصيفي", "AKST": "التوقيت الرسمي لألاسكا", "ARST": "توقيت الأرجنتين الصيفي", "ART": "توقيت الأرجنتين الرسمي", "AST": "التوقيت الرسمي الأطلسي", "AWDT": "توقيت غرب أستراليا الصيفي", "AWST": "توقيت غرب أستراليا الرسمي", "BOT": "توقيت بوليفيا", "BT": "توقيت بوتان", "CAT": "توقيت وسط أفريقيا", "CDT": "التوقيت الصيفي المركزي لأمريكا الشمالية", "CHADT": "توقيت تشاتام الصيفي", "CHAST": "توقيت تشاتام الرسمي", "CLST": "توقيت تشيلي الصيفي", "CLT": "توقيت تشيلي الرسمي", "COST": "توقيت كولومبيا الصيفي", "COT": "توقيت كولومبيا الرسمي", "CST": "التوقيت الرسمي المركزي لأمريكا الشمالية", "ChST": "توقيت تشامورو", "EAT": "توقيت شرق أفريقيا", "ECT": "توقيت الإكوادور", "EDT": "التوقيت الصيفي الشرقي لأمريكا الشمالية", "EST": "التوقيت الرسمي الشرقي لأمريكا الشمالية", "GFT": "توقيت غويانا الفرنسية", "GMT": "توقيت غرينتش", "GST": "توقيت الخليج", "GYT": "توقيت غيانا", "HADT": "توقيت هاواي ألوتيان الصيفي", "HAST": "توقيت هاواي ألوتيان الرسمي", "HAT": "توقيت نيوفاوندلاند الصيفي", "HECU": "توقيت كوبا الصيفي", "HEEG": "توقيت شرق غرينلاند الصيفي", "HENOMX": "التوقيت الصيفي لشمال غرب المكسيك", "HEOG": "توقيت غرب غرينلاند الصيفي", "HEPM": "توقيت سانت بيير وميكولون الصيفي", "HEPMX": "توقيت المحيط الهادي الصيفي للمكسيك", "HKST": "توقيت هونغ كونغ الصيفي", "HKT": "توقيت هونغ كونغ الرسمي", "HNCU": "توقيت كوبا الرسمي", "HNEG": "توقيت شرق غرينلاند الرسمي", "HNNOMX": "التوقيت الرسمي لشمال غرب المكسيك", "HNOG": "توقيت غرب غرينلاند الرسمي", "HNPM": "توقيت سانت بيير وميكولون الرسمي", "HNPMX": "توقيت المحيط الهادي الرسمي للمكسيك", "HNT": "توقيت نيوفاوندلاند الرسمي", "IST": "توقيت الهند", "JDT": "توقيت اليابان الصيفي", "JST": "توقيت اليابان الرسمي", "LHDT": "التوقيت الصيفي للورد هاو", "LHST": "توقيت لورد هاو الرسمي", "MDT": "التوقيت الجبلي الصيفي لأمريكا الشمالية", "MESZ": "توقيت وسط أوروبا الصيفي", "MEZ": "توقيت وسط أوروبا الرسمي", "MST": "التوقيت الجبلي الرسمي لأمريكا الشمالية", "MYT": "توقيت ماليزيا", "NZDT": "توقيت نيوزيلندا الصيفي", "NZST": "توقيت نيوزيلندا الرسمي", "OESZ": "توقيت شرق أوروبا الصيفي", "OEZ": "توقيت شرق أوروبا الرسمي", "PDT": "توقيت المحيط الهادي الصيفي", "PST": "توقيت المحيط الهادي الرسمي", "SAST": "توقيت جنوب أفريقيا", "SGT": "توقيت سنغافورة", "SRT": "توقيت سورينام", "TMST": "توقيت تركمانستان الصيفي", "TMT": "توقيت تركمانستان الرسمي", "UYST": "توقيت أوروغواي الصيفي", "UYT": "توقيت أوروغواي الرسمي", "VET": "توقيت فنزويلا", "WARST": "توقيت غرب الأرجنتين الصيفي", "WART": "توقيت غرب الأرجنتين الرسمي", "WAST": "توقيت غرب أفريقيا الصيفي", "WAT": "توقيت غرب أفريقيا الرسمي", "WESZ": "توقيت غرب أوروبا الصيفي", "WEZ": "توقيت غرب أوروبا الرسمي", "WIB": "توقيت غرب إندونيسيا", "WIT": "توقيت شرق إندونيسيا", "WITA": "توقيت وسط إندونيسيا", "∅∅∅": "توقيت برازيليا الصيفي"},
75 }
76 }
77
78
79 func (ar *ar_BH) Locale() string {
80 return ar.locale
81 }
82
83
84 func (ar *ar_BH) PluralsCardinal() []locales.PluralRule {
85 return ar.pluralsCardinal
86 }
87
88
89 func (ar *ar_BH) PluralsOrdinal() []locales.PluralRule {
90 return ar.pluralsOrdinal
91 }
92
93
94 func (ar *ar_BH) PluralsRange() []locales.PluralRule {
95 return ar.pluralsRange
96 }
97
98
99 func (ar *ar_BH) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
100
101 n := math.Abs(num)
102 nMod100 := math.Mod(n, 100)
103
104 if n == 0 {
105 return locales.PluralRuleZero
106 } else if n == 1 {
107 return locales.PluralRuleOne
108 } else if n == 2 {
109 return locales.PluralRuleTwo
110 } else if nMod100 >= 3 && nMod100 <= 10 {
111 return locales.PluralRuleFew
112 } else if nMod100 >= 11 && nMod100 <= 99 {
113 return locales.PluralRuleMany
114 }
115
116 return locales.PluralRuleOther
117 }
118
119
120 func (ar *ar_BH) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
121 return locales.PluralRuleOther
122 }
123
124
125 func (ar *ar_BH) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
126
127 start := ar.CardinalPluralRule(num1, v1)
128 end := ar.CardinalPluralRule(num2, v2)
129
130 if start == locales.PluralRuleZero && end == locales.PluralRuleOne {
131 return locales.PluralRuleZero
132 } else if start == locales.PluralRuleZero && end == locales.PluralRuleTwo {
133 return locales.PluralRuleZero
134 } else if start == locales.PluralRuleZero && end == locales.PluralRuleFew {
135 return locales.PluralRuleFew
136 } else if start == locales.PluralRuleZero && end == locales.PluralRuleMany {
137 return locales.PluralRuleMany
138 } else if start == locales.PluralRuleZero && end == locales.PluralRuleOther {
139 return locales.PluralRuleOther
140 } else if start == locales.PluralRuleOne && end == locales.PluralRuleTwo {
141 return locales.PluralRuleOther
142 } else if start == locales.PluralRuleOne && end == locales.PluralRuleFew {
143 return locales.PluralRuleFew
144 } else if start == locales.PluralRuleOne && end == locales.PluralRuleMany {
145 return locales.PluralRuleMany
146 } else if start == locales.PluralRuleOne && end == locales.PluralRuleOther {
147 return locales.PluralRuleOther
148 } else if start == locales.PluralRuleTwo && end == locales.PluralRuleFew {
149 return locales.PluralRuleFew
150 } else if start == locales.PluralRuleTwo && end == locales.PluralRuleMany {
151 return locales.PluralRuleMany
152 } else if start == locales.PluralRuleTwo && end == locales.PluralRuleOther {
153 return locales.PluralRuleOther
154 } else if start == locales.PluralRuleFew && end == locales.PluralRuleFew {
155 return locales.PluralRuleFew
156 } else if start == locales.PluralRuleFew && end == locales.PluralRuleMany {
157 return locales.PluralRuleMany
158 } else if start == locales.PluralRuleFew && end == locales.PluralRuleOther {
159 return locales.PluralRuleOther
160 } else if start == locales.PluralRuleMany && end == locales.PluralRuleFew {
161 return locales.PluralRuleFew
162 } else if start == locales.PluralRuleMany && end == locales.PluralRuleMany {
163 return locales.PluralRuleMany
164 } else if start == locales.PluralRuleMany && end == locales.PluralRuleOther {
165 return locales.PluralRuleOther
166 } else if start == locales.PluralRuleOther && end == locales.PluralRuleOne {
167 return locales.PluralRuleOther
168 } else if start == locales.PluralRuleOther && end == locales.PluralRuleTwo {
169 return locales.PluralRuleOther
170 } else if start == locales.PluralRuleOther && end == locales.PluralRuleFew {
171 return locales.PluralRuleFew
172 } else if start == locales.PluralRuleOther && end == locales.PluralRuleMany {
173 return locales.PluralRuleMany
174 }
175
176 return locales.PluralRuleOther
177
178 }
179
180
181 func (ar *ar_BH) MonthAbbreviated(month time.Month) string {
182 return ar.monthsAbbreviated[month]
183 }
184
185
186 func (ar *ar_BH) MonthsAbbreviated() []string {
187 return ar.monthsAbbreviated[1:]
188 }
189
190
191 func (ar *ar_BH) MonthNarrow(month time.Month) string {
192 return ar.monthsNarrow[month]
193 }
194
195
196 func (ar *ar_BH) MonthsNarrow() []string {
197 return ar.monthsNarrow[1:]
198 }
199
200
201 func (ar *ar_BH) MonthWide(month time.Month) string {
202 return ar.monthsWide[month]
203 }
204
205
206 func (ar *ar_BH) MonthsWide() []string {
207 return ar.monthsWide[1:]
208 }
209
210
211 func (ar *ar_BH) WeekdayAbbreviated(weekday time.Weekday) string {
212 return ar.daysAbbreviated[weekday]
213 }
214
215
216 func (ar *ar_BH) WeekdaysAbbreviated() []string {
217 return ar.daysAbbreviated
218 }
219
220
221 func (ar *ar_BH) WeekdayNarrow(weekday time.Weekday) string {
222 return ar.daysNarrow[weekday]
223 }
224
225
226 func (ar *ar_BH) WeekdaysNarrow() []string {
227 return ar.daysNarrow
228 }
229
230
231 func (ar *ar_BH) WeekdayShort(weekday time.Weekday) string {
232 return ar.daysShort[weekday]
233 }
234
235
236 func (ar *ar_BH) WeekdaysShort() []string {
237 return ar.daysShort
238 }
239
240
241 func (ar *ar_BH) WeekdayWide(weekday time.Weekday) string {
242 return ar.daysWide[weekday]
243 }
244
245
246 func (ar *ar_BH) WeekdaysWide() []string {
247 return ar.daysWide
248 }
249
250
251 func (ar *ar_BH) Decimal() string {
252 return ar.decimal
253 }
254
255
256 func (ar *ar_BH) Group() string {
257 return ar.group
258 }
259
260
261 func (ar *ar_BH) Minus() string {
262 return ar.minus
263 }
264
265
266 func (ar *ar_BH) FmtNumber(num float64, v uint64) string {
267
268 s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
269 l := len(s) + 5 + 2*len(s[:len(s)-int(v)-1])/3
270 count := 0
271 inWhole := v == 0
272 b := make([]byte, 0, l)
273
274 for i := len(s) - 1; i >= 0; i-- {
275
276 if s[i] == '.' {
277 for j := len(ar.decimal) - 1; j >= 0; j-- {
278 b = append(b, ar.decimal[j])
279 }
280 inWhole = true
281 continue
282 }
283
284 if inWhole {
285 if count == 3 {
286 for j := len(ar.group) - 1; j >= 0; j-- {
287 b = append(b, ar.group[j])
288 }
289 count = 1
290 } else {
291 count++
292 }
293 }
294
295 b = append(b, s[i])
296 }
297
298 if num < 0 {
299 for j := len(ar.minus) - 1; j >= 0; j-- {
300 b = append(b, ar.minus[j])
301 }
302 }
303
304
305 for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
306 b[i], b[j] = b[j], b[i]
307 }
308
309 return string(b)
310 }
311
312
313
314 func (ar *ar_BH) FmtPercent(num float64, v uint64) string {
315 s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
316 l := len(s) + 9
317 b := make([]byte, 0, l)
318
319 for i := len(s) - 1; i >= 0; i-- {
320
321 if s[i] == '.' {
322 for j := len(ar.decimal) - 1; j >= 0; j-- {
323 b = append(b, ar.decimal[j])
324 }
325 continue
326 }
327
328 b = append(b, s[i])
329 }
330
331 if num < 0 {
332 for j := len(ar.minus) - 1; j >= 0; j-- {
333 b = append(b, ar.minus[j])
334 }
335 }
336
337
338 for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
339 b[i], b[j] = b[j], b[i]
340 }
341
342 b = append(b, ar.percent...)
343
344 return string(b)
345 }
346
347
348 func (ar *ar_BH) FmtCurrency(num float64, v uint64, currency currency.Type) string {
349
350 s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
351 symbol := ar.currencies[currency]
352 l := len(s) + len(symbol) + 7 + 2*len(s[:len(s)-int(v)-1])/3
353 count := 0
354 inWhole := v == 0
355 b := make([]byte, 0, l)
356
357 for i := len(s) - 1; i >= 0; i-- {
358
359 if s[i] == '.' {
360 for j := len(ar.decimal) - 1; j >= 0; j-- {
361 b = append(b, ar.decimal[j])
362 }
363 inWhole = true
364 continue
365 }
366
367 if inWhole {
368 if count == 3 {
369 for j := len(ar.group) - 1; j >= 0; j-- {
370 b = append(b, ar.group[j])
371 }
372 count = 1
373 } else {
374 count++
375 }
376 }
377
378 b = append(b, s[i])
379 }
380
381 if num < 0 {
382 for j := len(ar.minus) - 1; j >= 0; j-- {
383 b = append(b, ar.minus[j])
384 }
385 }
386
387
388 for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
389 b[i], b[j] = b[j], b[i]
390 }
391
392 if int(v) < 2 {
393
394 if v == 0 {
395 b = append(b, ar.decimal...)
396 }
397
398 for i := 0; i < 2-int(v); i++ {
399 b = append(b, '0')
400 }
401 }
402
403 b = append(b, ar.currencyPositiveSuffix...)
404
405 b = append(b, symbol...)
406
407 return string(b)
408 }
409
410
411
412 func (ar *ar_BH) FmtAccounting(num float64, v uint64, currency currency.Type) string {
413
414 s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
415 symbol := ar.currencies[currency]
416 l := len(s) + len(symbol) + 7 + 2*len(s[:len(s)-int(v)-1])/3
417 count := 0
418 inWhole := v == 0
419 b := make([]byte, 0, l)
420
421 for i := len(s) - 1; i >= 0; i-- {
422
423 if s[i] == '.' {
424 for j := len(ar.decimal) - 1; j >= 0; j-- {
425 b = append(b, ar.decimal[j])
426 }
427 inWhole = true
428 continue
429 }
430
431 if inWhole {
432 if count == 3 {
433 for j := len(ar.group) - 1; j >= 0; j-- {
434 b = append(b, ar.group[j])
435 }
436 count = 1
437 } else {
438 count++
439 }
440 }
441
442 b = append(b, s[i])
443 }
444
445 if num < 0 {
446
447 for j := len(ar.minus) - 1; j >= 0; j-- {
448 b = append(b, ar.minus[j])
449 }
450
451 }
452
453
454 for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
455 b[i], b[j] = b[j], b[i]
456 }
457
458 if int(v) < 2 {
459
460 if v == 0 {
461 b = append(b, ar.decimal...)
462 }
463
464 for i := 0; i < 2-int(v); i++ {
465 b = append(b, '0')
466 }
467 }
468
469 if num < 0 {
470 b = append(b, ar.currencyNegativeSuffix...)
471 b = append(b, symbol...)
472 } else {
473
474 b = append(b, ar.currencyPositiveSuffix...)
475 b = append(b, symbol...)
476 }
477
478 return string(b)
479 }
480
481
482 func (ar *ar_BH) FmtDateShort(t time.Time) string {
483
484 b := make([]byte, 0, 32)
485
486 b = strconv.AppendInt(b, int64(t.Day()), 10)
487 b = append(b, []byte{0xe2, 0x80, 0x8f, 0x2f}...)
488 b = strconv.AppendInt(b, int64(t.Month()), 10)
489 b = append(b, []byte{0xe2, 0x80, 0x8f, 0x2f}...)
490
491 if t.Year() > 0 {
492 b = strconv.AppendInt(b, int64(t.Year()), 10)
493 } else {
494 b = strconv.AppendInt(b, int64(-t.Year()), 10)
495 }
496
497 return string(b)
498 }
499
500
501 func (ar *ar_BH) FmtDateMedium(t time.Time) string {
502
503 b := make([]byte, 0, 32)
504
505 if t.Day() < 10 {
506 b = append(b, '0')
507 }
508
509 b = strconv.AppendInt(b, int64(t.Day()), 10)
510 b = append(b, []byte{0xe2, 0x80, 0x8f, 0x2f}...)
511
512 if t.Month() < 10 {
513 b = append(b, '0')
514 }
515
516 b = strconv.AppendInt(b, int64(t.Month()), 10)
517
518 b = append(b, []byte{0xe2, 0x80, 0x8f, 0x2f}...)
519
520 if t.Year() > 0 {
521 b = strconv.AppendInt(b, int64(t.Year()), 10)
522 } else {
523 b = strconv.AppendInt(b, int64(-t.Year()), 10)
524 }
525
526 return string(b)
527 }
528
529
530 func (ar *ar_BH) FmtDateLong(t time.Time) string {
531
532 b := make([]byte, 0, 32)
533
534 b = strconv.AppendInt(b, int64(t.Day()), 10)
535 b = append(b, []byte{0x20}...)
536 b = append(b, ar.monthsWide[t.Month()]...)
537 b = append(b, []byte{0x20}...)
538
539 if t.Year() > 0 {
540 b = strconv.AppendInt(b, int64(t.Year()), 10)
541 } else {
542 b = strconv.AppendInt(b, int64(-t.Year()), 10)
543 }
544
545 return string(b)
546 }
547
548
549 func (ar *ar_BH) FmtDateFull(t time.Time) string {
550
551 b := make([]byte, 0, 32)
552
553 b = append(b, ar.daysWide[t.Weekday()]...)
554 b = append(b, []byte{0xd8, 0x8c, 0x20}...)
555 b = strconv.AppendInt(b, int64(t.Day()), 10)
556 b = append(b, []byte{0x20}...)
557 b = append(b, ar.monthsWide[t.Month()]...)
558 b = append(b, []byte{0x20}...)
559
560 if t.Year() > 0 {
561 b = strconv.AppendInt(b, int64(t.Year()), 10)
562 } else {
563 b = strconv.AppendInt(b, int64(-t.Year()), 10)
564 }
565
566 return string(b)
567 }
568
569
570 func (ar *ar_BH) FmtTimeShort(t time.Time) string {
571
572 b := make([]byte, 0, 32)
573
574 h := t.Hour()
575
576 if h > 12 {
577 h -= 12
578 }
579
580 b = strconv.AppendInt(b, int64(h), 10)
581 b = append(b, ar.timeSeparator...)
582
583 if t.Minute() < 10 {
584 b = append(b, '0')
585 }
586
587 b = strconv.AppendInt(b, int64(t.Minute()), 10)
588 b = append(b, []byte{0x20}...)
589
590 if t.Hour() < 12 {
591 b = append(b, ar.periodsAbbreviated[0]...)
592 } else {
593 b = append(b, ar.periodsAbbreviated[1]...)
594 }
595
596 return string(b)
597 }
598
599
600 func (ar *ar_BH) FmtTimeMedium(t time.Time) string {
601
602 b := make([]byte, 0, 32)
603
604 h := t.Hour()
605
606 if h > 12 {
607 h -= 12
608 }
609
610 b = strconv.AppendInt(b, int64(h), 10)
611 b = append(b, ar.timeSeparator...)
612
613 if t.Minute() < 10 {
614 b = append(b, '0')
615 }
616
617 b = strconv.AppendInt(b, int64(t.Minute()), 10)
618 b = append(b, ar.timeSeparator...)
619
620 if t.Second() < 10 {
621 b = append(b, '0')
622 }
623
624 b = strconv.AppendInt(b, int64(t.Second()), 10)
625 b = append(b, []byte{0x20}...)
626
627 if t.Hour() < 12 {
628 b = append(b, ar.periodsAbbreviated[0]...)
629 } else {
630 b = append(b, ar.periodsAbbreviated[1]...)
631 }
632
633 return string(b)
634 }
635
636
637 func (ar *ar_BH) FmtTimeLong(t time.Time) string {
638
639 b := make([]byte, 0, 32)
640
641 h := t.Hour()
642
643 if h > 12 {
644 h -= 12
645 }
646
647 b = strconv.AppendInt(b, int64(h), 10)
648 b = append(b, ar.timeSeparator...)
649
650 if t.Minute() < 10 {
651 b = append(b, '0')
652 }
653
654 b = strconv.AppendInt(b, int64(t.Minute()), 10)
655 b = append(b, ar.timeSeparator...)
656
657 if t.Second() < 10 {
658 b = append(b, '0')
659 }
660
661 b = strconv.AppendInt(b, int64(t.Second()), 10)
662 b = append(b, []byte{0x20}...)
663
664 if t.Hour() < 12 {
665 b = append(b, ar.periodsAbbreviated[0]...)
666 } else {
667 b = append(b, ar.periodsAbbreviated[1]...)
668 }
669
670 b = append(b, []byte{0x20}...)
671
672 tz, _ := t.Zone()
673 b = append(b, tz...)
674
675 return string(b)
676 }
677
678
679 func (ar *ar_BH) FmtTimeFull(t time.Time) string {
680
681 b := make([]byte, 0, 32)
682
683 h := t.Hour()
684
685 if h > 12 {
686 h -= 12
687 }
688
689 b = strconv.AppendInt(b, int64(h), 10)
690 b = append(b, ar.timeSeparator...)
691
692 if t.Minute() < 10 {
693 b = append(b, '0')
694 }
695
696 b = strconv.AppendInt(b, int64(t.Minute()), 10)
697 b = append(b, ar.timeSeparator...)
698
699 if t.Second() < 10 {
700 b = append(b, '0')
701 }
702
703 b = strconv.AppendInt(b, int64(t.Second()), 10)
704 b = append(b, []byte{0x20}...)
705
706 if t.Hour() < 12 {
707 b = append(b, ar.periodsAbbreviated[0]...)
708 } else {
709 b = append(b, ar.periodsAbbreviated[1]...)
710 }
711
712 b = append(b, []byte{0x20}...)
713
714 tz, _ := t.Zone()
715
716 if btz, ok := ar.timezones[tz]; ok {
717 b = append(b, btz...)
718 } else {
719 b = append(b, tz...)
720 }
721
722 return string(b)
723 }
724
View as plain text