Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sah_RU
diff options
context:
space:
mode:
authorDean Karn <Dean.Karn@metricaid.com>2016-09-11 16:37:03 +0300
committerDean Karn <Dean.Karn@metricaid.com>2016-09-11 16:37:03 +0300
commit5b6f32dd67efd00b8d58b98ea7d6c8b7fdff6e9b (patch)
tree19a0522646eafcdc8bc4a83b67fdaa68da814cc4 /sah_RU
parentaaae900248cc5de78e3c73c1ec3b3cc6dac92f9b (diff)
add check for multibyte chars after switching from []byte to string
Diffstat (limited to 'sah_RU')
-rw-r--r--sah_RU/sah_RU.go31
1 files changed, 12 insertions, 19 deletions
diff --git a/sah_RU/sah_RU.go b/sah_RU/sah_RU.go
index b8c99ecc..4cd52c75 100644
--- a/sah_RU/sah_RU.go
+++ b/sah_RU/sah_RU.go
@@ -69,7 +69,7 @@ func New() locales.Translator {
erasAbbreviated: []string{"б. э. и.", "б. э"},
erasNarrow: []string{"", ""},
erasWide: []string{"", ""},
- timezones: map[string]string{"HNT": "HNT", "UYT": "UYT", "UYST": "UYST", "PDT": "PDT", "GYT": "GYT", "TMT": "TMT", "TMST": "TMST", "ECT": "ECT", "WARST": "WARST", "WAT": "WAT", "MDT": "MDT", "HAT": "HAT", "AEST": "AEST", "SGT": "SGT", "SRT": "SRT", "VET": "VET", "ChST": "ChST", "MYT": "MYT", "AKDT": "AKDT", "PST": "PST", "WART": "WART", "MEZ": "MEZ", "LHST": "LHST", "CST": "CST", "WIB": "WIB", "CHADT": "CHADT", "AKST": "AKST", "HAST": "HAST", "EAT": "EAT", "COT": "COT", "ARST": "ARST", "WAST": "WAST", "ADT": "ADT", "WITA": "WITA", "AWDT": "AWDT", "CLST": "CLST", "OESZ": "OESZ", "AST": "AST", "ACDT": "ACDT", "EST": "EST", "NZDT": "NZDT", "GMT": "GMT", "JDT": "JDT", "HADT": "HADT", "HKST": "HKST", "CDT": "CDT", "NZST": "NZST", "ACWST": "ACWST", "ACWDT": "ACWDT", "MST": "MST", "ACST": "ACST", "JST": "JST", "∅∅∅": "∅∅∅", "BT": "BT", "MESZ": "MESZ", "SAST": "SAST", "IST": "IST", "AEDT": "AEDT", "LHDT": "LHDT", "HKT": "HKT", "CLT": "CLT", "COST": "COST", "WIT": "WIT", "AWST": "AWST", "CAT": "CAT", "GFT": "GFT", "ART": "ART", "OEZ": "OEZ", "CHAST": "CHAST", "BOT": "BOT", "WEZ": "WEZ", "WESZ": "WESZ", "EDT": "EDT"},
+ timezones: map[string]string{"LHDT": "LHDT", "NZST": "NZST", "WEZ": "WEZ", "JST": "JST", "SAST": "SAST", "CHAST": "CHAST", "AEST": "AEST", "HAT": "HAT", "GYT": "GYT", "HKT": "HKT", "∅∅∅": "∅∅∅", "CLST": "CLST", "AWST": "AWST", "ARST": "ARST", "GFT": "GFT", "GMT": "GMT", "AWDT": "AWDT", "SRT": "SRT", "LHST": "LHST", "ACWST": "ACWST", "WIB": "WIB", "OESZ": "OESZ", "ACST": "ACST", "PDT": "PDT", "UYT": "UYT", "MDT": "MDT", "TMST": "TMST", "HADT": "HADT", "AKST": "AKST", "JDT": "JDT", "AEDT": "AEDT", "WITA": "WITA", "EST": "EST", "EAT": "EAT", "VET": "VET", "HNT": "HNT", "UYST": "UYST", "HAST": "HAST", "AST": "AST", "ART": "ART", "WART": "WART", "TMT": "TMT", "CST": "CST", "EDT": "EDT", "ChST": "ChST", "NZDT": "NZDT", "CHADT": "CHADT", "MEZ": "MEZ", "MESZ": "MESZ", "CAT": "CAT", "HKST": "HKST", "MST": "MST", "WARST": "WARST", "PST": "PST", "COST": "COST", "ECT": "ECT", "WAT": "WAT", "WAST": "WAST", "ACWDT": "ACWDT", "OEZ": "OEZ", "WESZ": "WESZ", "BOT": "BOT", "CLT": "CLT", "ACDT": "ACDT", "SGT": "SGT", "IST": "IST", "ADT": "ADT", "WIT": "WIT", "CDT": "CDT", "AKDT": "AKDT", "COT": "COT", "MYT": "MYT", "BT": "BT"},
}
}
@@ -179,20 +179,19 @@ func (sah *sah_RU) WeekdaysWide() []string {
}
// FmtNumber returns 'num' with digits/precision of 'v' for 'sah_RU' and handles both Whole and Real numbers based on 'v'
-func (sah *sah_RU) FmtNumber(num float64, v uint64) (results string) {
- results = strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- return
+func (sah *sah_RU) FmtNumber(num float64, v uint64) string {
+
+ return strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
}
// FmtPercent returns 'num' with digits/precision of 'v' for 'sah_RU' and handles both Whole and Real numbers based on 'v'
// NOTE: 'num' passed into FmtPercent is assumed to be in percent already
-func (sah *sah_RU) FmtPercent(num float64, v uint64) (results string) {
- results = strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- return
+func (sah *sah_RU) FmtPercent(num float64, v uint64) string {
+ return strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
}
// FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'sah_RU'
-func (sah *sah_RU) FmtCurrency(num float64, v uint64, currency currency.Type) (results string) {
+func (sah *sah_RU) FmtCurrency(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := sah.currencies[currency]
@@ -219,9 +218,7 @@ func (sah *sah_RU) FmtCurrency(num float64, v uint64, currency currency.Type) (r
}
if num < 0 {
- for j := len(sah.minus) - 1; j >= 0; j-- {
- b = append(b, sah.minus[j])
- }
+ b = append(b, sah.minus[0])
}
// reverse
@@ -231,13 +228,12 @@ func (sah *sah_RU) FmtCurrency(num float64, v uint64, currency currency.Type) (r
b = append(b, sah.currencyPositiveSuffix...)
- results = string(b)
- return
+ return string(b)
}
// FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'sah_RU'
// in accounting notation.
-func (sah *sah_RU) FmtAccounting(num float64, v uint64, currency currency.Type) (results string) {
+func (sah *sah_RU) FmtAccounting(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := sah.currencies[currency]
@@ -265,9 +261,7 @@ func (sah *sah_RU) FmtAccounting(num float64, v uint64, currency currency.Type)
b = append(b, sah.currencyNegativePrefix[j])
}
- for j := len(sah.minus) - 1; j >= 0; j-- {
- b = append(b, sah.minus[j])
- }
+ b = append(b, sah.minus[0])
} else {
@@ -293,8 +287,7 @@ func (sah *sah_RU) FmtAccounting(num float64, v uint64, currency currency.Type)
b = append(b, sah.currencyPositiveSuffix...)
}
- results = string(b)
- return
+ return string(b)
}
// FmtDateShort returns the short date representation of 't' for 'sah_RU'