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
diff options
context:
space:
mode:
authorjoeybloggs <Dean.Karn@gmail.com>2016-08-18 17:14:11 +0300
committerjoeybloggs <Dean.Karn@gmail.com>2016-08-18 17:14:11 +0300
commita39370274d6817799e21c65418826925ce21a1ed (patch)
tree4a15e6b1bda5b15f40928cc4d00946e6d2526430 /vai_Latn_LR
parenta812d5e66314815db26d0fc951ace9eece4c66c6 (diff)
Remove FmtDateTime functions and some variables when not used on locale struct
- Remove FmtDateTime because it's not this library's job to combine them.
Diffstat (limited to 'vai_Latn_LR')
-rw-r--r--vai_Latn_LR/vai_Latn_LR.go54
1 files changed, 1 insertions, 53 deletions
diff --git a/vai_Latn_LR/vai_Latn_LR.go b/vai_Latn_LR/vai_Latn_LR.go
index f6547f72..afd680a5 100644
--- a/vai_Latn_LR/vai_Latn_LR.go
+++ b/vai_Latn_LR/vai_Latn_LR.go
@@ -17,14 +17,10 @@ type vai_Latn_LR struct {
group []byte
minus []byte
percent []byte
- percentPrefix []byte
- percentSuffix []byte
perMille []byte
timeSeparator []byte
inifinity []byte
currencies [][]byte // idx = enum of currency code
- currencyPositivePrefix []byte
- currencyPositiveSuffix []byte
currencyNegativePrefix []byte
currencyNegativeSuffix []byte
monthsAbbreviated [][]byte
@@ -62,7 +58,7 @@ func New() locales.Translator {
currencyNegativeSuffix: []byte{0x29},
monthsWide: [][]uint8{[]uint8(nil), {0xea, 0x96, 0xa8, 0xea, 0x95, 0xaa, 0xea, 0x96, 0x83, 0x20, 0xea, 0x94, 0x9e, 0xea, 0x95, 0xae}, {0xea, 0x95, 0x92, 0xea, 0x95, 0xa1, 0xea, 0x96, 0x9d, 0xea, 0x96, 0x95}, {0xea, 0x95, 0xbe, 0xea, 0x96, 0xba}, {0xea, 0x96, 0xa2, 0xea, 0x96, 0x95}, {0xea, 0x96, 0x91, 0xea, 0x95, 0xb1}, {0x36}, {0x37}, {0xea, 0x97, 0x9b, 0xea, 0x94, 0x95}, {0xea, 0x95, 0xa2, 0xea, 0x95, 0x8c}, {0xea, 0x95, 0xad, 0xea, 0x96, 0x83}, {0xea, 0x94, 0x9e, 0xea, 0x98, 0x8b, 0xea, 0x95, 0x94, 0xea, 0x95, 0xbf, 0x20, 0xea, 0x95, 0xb8, 0xea, 0x96, 0x83, 0xea, 0x97, 0x8f}, {0xea, 0x96, 0xa8, 0xea, 0x95, 0xaa, 0xea, 0x95, 0xb1, 0x20, 0xea, 0x97, 0x8f, 0xea, 0x95, 0xae}},
daysWide: [][]uint8{{0xea, 0x95, 0x9e, 0xea, 0x95, 0x8c, 0xea, 0x94, 0xb5}, {0xea, 0x97, 0xb3, 0xea, 0x97, 0xa1, 0xea, 0x98, 0x89}, {0xea, 0x95, 0x9a, 0xea, 0x95, 0x9e, 0xea, 0x95, 0x9a}, {0xea, 0x95, 0x89, 0xea, 0x95, 0x9e, 0xea, 0x95, 0x92}, {0xea, 0x95, 0x89, 0xea, 0x94, 0xa4, 0xea, 0x95, 0x86, 0xea, 0x95, 0xa2}, {0xea, 0x95, 0x89, 0xea, 0x94, 0xa4, 0xea, 0x95, 0x80, 0xea, 0x95, 0xae}, {0xea, 0x94, 0xbb, 0xea, 0x94, 0xac, 0xea, 0x94, 0xb3}},
- timezones: map[string][]uint8{"AEDT": {0x41, 0x45, 0x44, 0x54}, "CHAST": {0x43, 0x48, 0x41, 0x53, 0x54}, "SRT": {0x53, 0x52, 0x54}, "CLST": {0x43, 0x4c, 0x53, 0x54}, "CST": {0x43, 0x53, 0x54}, "NZST": {0x4e, 0x5a, 0x53, 0x54}, "AST": {0x41, 0x53, 0x54}, "CLT": {0x43, 0x4c, 0x54}, "MST": {0x4d, 0x53, 0x54}, "BT": {0x42, 0x54}, "HKST": {0x48, 0x4b, 0x53, 0x54}, "WARST": {0x57, 0x41, 0x52, 0x53, 0x54}, "HAST": {0x48, 0x41, 0x53, 0x54}, "NZDT": {0x4e, 0x5a, 0x44, 0x54}, "CHADT": {0x43, 0x48, 0x41, 0x44, 0x54}, "PST": {0x50, 0x53, 0x54}, "COT": {0x43, 0x4f, 0x54}, "AWDT": {0x41, 0x57, 0x44, 0x54}, "TMST": {0x54, 0x4d, 0x53, 0x54}, "∅∅∅": {0xe2, 0x88, 0x85, 0xe2, 0x88, 0x85, 0xe2, 0x88, 0x85}, "AWST": {0x41, 0x57, 0x53, 0x54}, "LHDT": {0x4c, 0x48, 0x44, 0x54}, "MDT": {0x4d, 0x44, 0x54}, "BOT": {0x42, 0x4f, 0x54}, "TMT": {0x54, 0x4d, 0x54}, "WIT": {0x57, 0x49, 0x54}, "CDT": {0x43, 0x44, 0x54}, "EAT": {0x45, 0x41, 0x54}, "WAST": {0x57, 0x41, 0x53, 0x54}, "ARST": {0x41, 0x52, 0x53, 0x54}, "ECT": {0x45, 0x43, 0x54}, "ACDT": {0x41, 0x43, 0x44, 0x54}, "GYT": {0x47, 0x59, 0x54}, "WIB": {0x57, 0x49, 0x42}, "MYT": {0x4d, 0x59, 0x54}, "UYT": {0x55, 0x59, 0x54}, "JST": {0x4a, 0x53, 0x54}, "AKDT": {0x41, 0x4b, 0x44, 0x54}, "PDT": {0x50, 0x44, 0x54}, "ADT": {0x41, 0x44, 0x54}, "HAT": {0x48, 0x41, 0x54}, "ChST": {0x43, 0x68, 0x53, 0x54}, "MEZ": {0x4d, 0x45, 0x5a}, "HKT": {0x48, 0x4b, 0x54}, "EDT": {0x45, 0x44, 0x54}, "GMT": {0x47, 0x4d, 0x54}, "AKST": {0x41, 0x4b, 0x53, 0x54}, "GFT": {0x47, 0x46, 0x54}, "SAST": {0x53, 0x41, 0x53, 0x54}, "VET": {0x56, 0x45, 0x54}, "EST": {0x45, 0x53, 0x54}, "WART": {0x57, 0x41, 0x52, 0x54}, "WITA": {0x57, 0x49, 0x54, 0x41}, "UYST": {0x55, 0x59, 0x53, 0x54}, "WAT": {0x57, 0x41, 0x54}, "WEZ": {0x57, 0x45, 0x5a}, "ACWST": {0x41, 0x43, 0x57, 0x53, 0x54}, "MESZ": {0x4d, 0x45, 0x53, 0x5a}, "IST": {0x49, 0x53, 0x54}, "ACST": {0x41, 0x43, 0x53, 0x54}, "SGT": {0x53, 0x47, 0x54}, "JDT": {0x4a, 0x44, 0x54}, "COST": {0x43, 0x4f, 0x53, 0x54}, "AEST": {0x41, 0x45, 0x53, 0x54}, "CAT": {0x43, 0x41, 0x54}, "LHST": {0x4c, 0x48, 0x53, 0x54}, "ACWDT": {0x41, 0x43, 0x57, 0x44, 0x54}, "OEZ": {0x4f, 0x45, 0x5a}, "OESZ": {0x4f, 0x45, 0x53, 0x5a}, "HADT": {0x48, 0x41, 0x44, 0x54}, "WESZ": {0x57, 0x45, 0x53, 0x5a}, "HNT": {0x48, 0x4e, 0x54}, "ART": {0x41, 0x52, 0x54}},
+ timezones: map[string][]uint8{"CLST": {0x43, 0x4c, 0x53, 0x54}, "MDT": {0x4d, 0x44, 0x54}, "SRT": {0x53, 0x52, 0x54}, "HADT": {0x48, 0x41, 0x44, 0x54}, "AWDT": {0x41, 0x57, 0x44, 0x54}, "AKDT": {0x41, 0x4b, 0x44, 0x54}, "ACDT": {0x41, 0x43, 0x44, 0x54}, "WITA": {0x57, 0x49, 0x54, 0x41}, "ARST": {0x41, 0x52, 0x53, 0x54}, "VET": {0x56, 0x45, 0x54}, "HAT": {0x48, 0x41, 0x54}, "COT": {0x43, 0x4f, 0x54}, "HKST": {0x48, 0x4b, 0x53, 0x54}, "GMT": {0x47, 0x4d, 0x54}, "EAT": {0x45, 0x41, 0x54}, "GYT": {0x47, 0x59, 0x54}, "EDT": {0x45, 0x44, 0x54}, "WAST": {0x57, 0x41, 0x53, 0x54}, "AWST": {0x41, 0x57, 0x53, 0x54}, "CHAST": {0x43, 0x48, 0x41, 0x53, 0x54}, "CHADT": {0x43, 0x48, 0x41, 0x44, 0x54}, "ACWDT": {0x41, 0x43, 0x57, 0x44, 0x54}, "AEDT": {0x41, 0x45, 0x44, 0x54}, "TMT": {0x54, 0x4d, 0x54}, "TMST": {0x54, 0x4d, 0x53, 0x54}, "EST": {0x45, 0x53, 0x54}, "NZDT": {0x4e, 0x5a, 0x44, 0x54}, "HAST": {0x48, 0x41, 0x53, 0x54}, "WIB": {0x57, 0x49, 0x42}, "MYT": {0x4d, 0x59, 0x54}, "AEST": {0x41, 0x45, 0x53, 0x54}, "AST": {0x41, 0x53, 0x54}, "MESZ": {0x4d, 0x45, 0x53, 0x5a}, "OESZ": {0x4f, 0x45, 0x53, 0x5a}, "HKT": {0x48, 0x4b, 0x54}, "ACST": {0x41, 0x43, 0x53, 0x54}, "MEZ": {0x4d, 0x45, 0x5a}, "PDT": {0x50, 0x44, 0x54}, "WART": {0x57, 0x41, 0x52, 0x54}, "ECT": {0x45, 0x43, 0x54}, "AKST": {0x41, 0x4b, 0x53, 0x54}, "CST": {0x43, 0x53, 0x54}, "ACWST": {0x41, 0x43, 0x57, 0x53, 0x54}, "ADT": {0x41, 0x44, 0x54}, "MST": {0x4d, 0x53, 0x54}, "GFT": {0x47, 0x46, 0x54}, "UYT": {0x55, 0x59, 0x54}, "LHDT": {0x4c, 0x48, 0x44, 0x54}, "CDT": {0x43, 0x44, 0x54}, "WEZ": {0x57, 0x45, 0x5a}, "ChST": {0x43, 0x68, 0x53, 0x54}, "COST": {0x43, 0x4f, 0x53, 0x54}, "WIT": {0x57, 0x49, 0x54}, "WAT": {0x57, 0x41, 0x54}, "JDT": {0x4a, 0x44, 0x54}, "SGT": {0x53, 0x47, 0x54}, "ART": {0x41, 0x52, 0x54}, "WESZ": {0x57, 0x45, 0x53, 0x5a}, "NZST": {0x4e, 0x5a, 0x53, 0x54}, "CLT": {0x43, 0x4c, 0x54}, "CAT": {0x43, 0x41, 0x54}, "PST": {0x50, 0x53, 0x54}, "OEZ": {0x4f, 0x45, 0x5a}, "BT": {0x42, 0x54}, "BOT": {0x42, 0x4f, 0x54}, "∅∅∅": {0xe2, 0x88, 0x85, 0xe2, 0x88, 0x85, 0xe2, 0x88, 0x85}, "IST": {0x49, 0x53, 0x54}, "HNT": {0x48, 0x4e, 0x54}, "LHST": {0x4c, 0x48, 0x53, 0x54}, "JST": {0x4a, 0x53, 0x54}, "UYST": {0x55, 0x59, 0x53, 0x54}, "SAST": {0x53, 0x41, 0x53, 0x54}, "WARST": {0x57, 0x41, 0x52, 0x53, 0x54}},
}
}
@@ -524,51 +520,3 @@ func (vai *vai_Latn_LR) FmtTimeFull(t time.Time) []byte {
return b
}
-
-// FmtDateTimeShort returns the short date & time representation of 't' for 'vai_Latn_LR'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (vai *vai_Latn_LR) FmtDateTimeShort(t time.Time) []byte {
-
- b := vai.FmtDateShort(t)
- b = append(b, ' ')
- b = append(b, vai.FmtTimeShort(t)...)
-
- return b
-}
-
-// FmtDateTimeMedium returns the medium date & time representation of 't' for 'vai_Latn_LR'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (vai *vai_Latn_LR) FmtDateTimeMedium(t time.Time) []byte {
-
- b := vai.FmtDateMedium(t)
- b = append(b, ' ')
- b = append(b, vai.FmtTimeMedium(t)...)
-
- return b
-}
-
-// FmtDateTimeLong returns the long date & time representation of 't' for 'vai_Latn_LR'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (vai *vai_Latn_LR) FmtDateTimeLong(t time.Time) []byte {
-
- b := vai.FmtDateLong(t)
- b = append(b, ' ')
- b = append(b, vai.FmtTimeLong(t)...)
-
- return b
-}
-
-// FmtDateTimeFull returns the full date & time representation of 't' for 'vai_Latn_LR'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (vai *vai_Latn_LR) FmtDateTimeFull(t time.Time) []byte {
-
- b := vai.FmtDateFull(t)
- b = append(b, ' ')
- b = append(b, vai.FmtTimeFull(t)...)
-
- return b
-}