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:
authorDean Karn <Dean.Karn@metricaid.com>2016-08-22 17:37:59 +0300
committerDean Karn <Dean.Karn@metricaid.com>2016-08-22 17:37:59 +0300
commit0e068366fd7fc56de98295079e96a78d5386a8f6 (patch)
tree086f155dc5dc4a5e8d367e1dad5d7d1cb38c3065 /zh_Hans_CN
parent8fdc8e15c96321fc79c2cf6d019b5091d6a26e76 (diff)
Add PluralsRange() function to mirror PluralsCardinal() and PluralsOrdingal()
Diffstat (limited to 'zh_Hans_CN')
-rw-r--r--zh_Hans_CN/zh_Hans_CN.go9
1 files changed, 8 insertions, 1 deletions
diff --git a/zh_Hans_CN/zh_Hans_CN.go b/zh_Hans_CN/zh_Hans_CN.go
index 37105545..ce8a4d9c 100644
--- a/zh_Hans_CN/zh_Hans_CN.go
+++ b/zh_Hans_CN/zh_Hans_CN.go
@@ -13,6 +13,7 @@ type zh_Hans_CN struct {
locale string
pluralsCardinal []locales.PluralRule
pluralsOrdinal []locales.PluralRule
+ pluralsRange []locales.PluralRule
decimal []byte
group []byte
minus []byte
@@ -46,6 +47,7 @@ func New() locales.Translator {
locale: "zh_Hans_CN",
pluralsCardinal: []locales.PluralRule{6},
pluralsOrdinal: []locales.PluralRule{6},
+ pluralsRange: []locales.PluralRule{6},
decimal: []byte{0x2e},
group: []byte{0x2c},
minus: []byte{0x2d},
@@ -69,7 +71,7 @@ func New() locales.Translator {
erasAbbreviated: [][]uint8{{0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83, 0xe5, 0x89, 0x8d}, {0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83}},
erasNarrow: [][]uint8{{0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83, 0xe5, 0x89, 0x8d}, {0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83}},
erasWide: [][]uint8{{0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83, 0xe5, 0x89, 0x8d}, {0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83}},
- timezones: map[string][]uint8{"CAT": {0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "BOT": {0xe7, 0x8e, 0xbb, 0xe5, 0x88, 0xa9, 0xe7, 0xbb, 0xb4, 0xe4, 0xba, 0x9a, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HNT": {0xe7, 0xba, 0xbd, 0xe8, 0x8a, 0xac, 0xe5, 0x85, 0xb0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SGT": {0xe6, 0x96, 0xb0, 0xe5, 0x8a, 0xa0, 0xe5, 0x9d, 0xa1, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "NZDT": {0xe6, 0x96, 0xb0, 0xe8, 0xa5, 0xbf, 0xe5, 0x85, 0xb0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GYT": {0xe5, 0x9c, 0xad, 0xe4, 0xba, 0x9a, 0xe9, 0x82, 0xa3, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACWST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HKST": {0xe9, 0xa6, 0x99, 0xe6, 0xb8, 0xaf, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AKST": {0xe9, 0x98, 0xbf, 0xe6, 0x8b, 0x89, 0xe6, 0x96, 0xaf, 0xe5, 0x8a, 0xa0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ChST": {0xe6, 0x9f, 0xa5, 0xe8, 0x8e, 0xab, 0xe7, 0xbd, 0x97, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "JDT": {0xe6, 0x97, 0xa5, 0xe6, 0x9c, 0xac, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CHADT": {0xe6, 0x9f, 0xa5, 0xe5, 0x9d, 0xa6, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WAST": {0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WESZ": {0xe8, 0xa5, 0xbf, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ECT": {0xe5, 0x8e, 0x84, 0xe7, 0x93, 0x9c, 0xe5, 0xa4, 0x9a, 0xe5, 0xb0, 0x94, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "BT": {0xe4, 0xb8, 0x8d, 0xe4, 0xb8, 0xb9, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "LHST": {0xe8, 0xb1, 0xaa, 0xe5, 0x8b, 0x8b, 0xe7, 0x88, 0xb5, 0xe5, 0xb2, 0x9b, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AKDT": {0xe9, 0x98, 0xbf, 0xe6, 0x8b, 0x89, 0xe6, 0x96, 0xaf, 0xe5, 0x8a, 0xa0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MEZ": {0xe4, 0xb8, 0xad, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MESZ": {0xe4, 0xb8, 0xad, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "VET": {0xe5, 0xa7, 0x94, 0xe5, 0x86, 0x85, 0xe7, 0x91, 0x9e, 0xe6, 0x8b, 0x89, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HADT": {0xe5, 0xa4, 0x8f, 0xe5, 0xa8, 0x81, 0xe5, 0xa4, 0xb7, 0x2d, 0xe9, 0x98, 0xbf, 0xe7, 0x95, 0x99, 0xe7, 0x94, 0xb3, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "IST": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "UYT": {0xe4, 0xb9, 0x8c, 0xe6, 0x8b, 0x89, 0xe5, 0x9c, 0xad, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "UYST": {0xe4, 0xb9, 0x8c, 0xe6, 0x8b, 0x89, 0xe5, 0x9c, 0xad, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WEZ": {0xe8, 0xa5, 0xbf, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xb1, 0xb1, 0xe5, 0x8c, 0xba, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GMT": {0xe6, 0xa0, 0xbc, 0xe6, 0x9e, 0x97, 0xe5, 0xb0, 0xbc, 0xe6, 0xb2, 0xbb, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ARST": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HKT": {0xe9, 0xa6, 0x99, 0xe6, 0xb8, 0xaf, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GFT": {0xe6, 0xb3, 0x95, 0xe5, 0xb1, 0x9e, 0xe5, 0x9c, 0xad, 0xe4, 0xba, 0x9a, 0xe9, 0x82, 0xa3, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AWST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AWDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EAT": {0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "PDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xa4, 0xaa, 0xe5, 0xb9, 0xb3, 0xe6, 0xb4, 0x8b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "TMT": {0xe5, 0x9c, 0x9f, 0xe5, 0xba, 0x93, 0xe6, 0x9b, 0xbc, 0xe6, 0x96, 0xaf, 0xe5, 0x9d, 0xa6, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SAST": {0xe5, 0x8d, 0x97, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "TMST": {0xe5, 0x9c, 0x9f, 0xe5, 0xba, 0x93, 0xe6, 0x9b, 0xbc, 0xe6, 0x96, 0xaf, 0xe5, 0x9d, 0xa6, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AEDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WART": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WAT": {0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WIB": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "OESZ": {0xe4, 0xb8, 0x9c, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CHAST": {0xe6, 0x9f, 0xa5, 0xe5, 0x9d, 0xa6, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WARST": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AST": {0xe5, 0xa4, 0xa7, 0xe8, 0xa5, 0xbf, 0xe6, 0xb4, 0x8b, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "COT": {0xe5, 0x93, 0xa5, 0xe4, 0xbc, 0xa6, 0xe6, 0xaf, 0x94, 0xe4, 0xba, 0x9a, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MYT": {0xe9, 0xa9, 0xac, 0xe6, 0x9d, 0xa5, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "JST": {0xe6, 0x97, 0xa5, 0xe6, 0x9c, 0xac, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SRT": {0xe8, 0x8b, 0x8f, 0xe9, 0x87, 0x8c, 0xe5, 0x8d, 0x97, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xb1, 0xb1, 0xe5, 0x8c, 0xba, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "COST": {0xe5, 0x93, 0xa5, 0xe4, 0xbc, 0xa6, 0xe6, 0xaf, 0x94, 0xe4, 0xba, 0x9a, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACWDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WITA": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AEST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HAST": {0xe5, 0xa4, 0x8f, 0xe5, 0xa8, 0x81, 0xe5, 0xa4, 0xb7, 0x2d, 0xe9, 0x98, 0xbf, 0xe7, 0x95, 0x99, 0xe7, 0x94, 0xb3, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "LHDT": {0xe8, 0xb1, 0xaa, 0xe5, 0x8b, 0x8b, 0xe7, 0x88, 0xb5, 0xe5, 0xb2, 0x9b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HAT": {0xe7, 0xba, 0xbd, 0xe8, 0x8a, 0xac, 0xe5, 0x85, 0xb0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WIT": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "∅∅∅": {0xe9, 0x98, 0xbf, 0xe5, 0x85, 0x8b, 0xe9, 0x87, 0x8c, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CLT": {0xe6, 0x99, 0xba, 0xe5, 0x88, 0xa9, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CLST": {0xe6, 0x99, 0xba, 0xe5, 0x88, 0xa9, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ART": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "PST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xa4, 0xaa, 0xe5, 0xb9, 0xb3, 0xe6, 0xb4, 0x8b, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "OEZ": {0xe4, 0xb8, 0x9c, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "NZST": {0xe6, 0x96, 0xb0, 0xe8, 0xa5, 0xbf, 0xe5, 0x85, 0xb0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ADT": {0xe5, 0xa4, 0xa7, 0xe8, 0xa5, 0xbf, 0xe6, 0xb4, 0x8b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}},
+ timezones: map[string][]uint8{"ART": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "UYT": {0xe4, 0xb9, 0x8c, 0xe6, 0x8b, 0x89, 0xe5, 0x9c, 0xad, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AWST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "OESZ": {0xe4, 0xb8, 0x9c, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GFT": {0xe6, 0xb3, 0x95, 0xe5, 0xb1, 0x9e, 0xe5, 0x9c, 0xad, 0xe4, 0xba, 0x9a, 0xe9, 0x82, 0xa3, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HAT": {0xe7, 0xba, 0xbd, 0xe8, 0x8a, 0xac, 0xe5, 0x85, 0xb0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CHAST": {0xe6, 0x9f, 0xa5, 0xe5, 0x9d, 0xa6, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WESZ": {0xe8, 0xa5, 0xbf, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MESZ": {0xe4, 0xb8, 0xad, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AST": {0xe5, 0xa4, 0xa7, 0xe8, 0xa5, 0xbf, 0xe6, 0xb4, 0x8b, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WARST": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ECT": {0xe5, 0x8e, 0x84, 0xe7, 0x93, 0x9c, 0xe5, 0xa4, 0x9a, 0xe5, 0xb0, 0x94, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WITA": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "PST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xa4, 0xaa, 0xe5, 0xb9, 0xb3, 0xe6, 0xb4, 0x8b, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "JDT": {0xe6, 0x97, 0xa5, 0xe6, 0x9c, 0xac, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MYT": {0xe9, 0xa9, 0xac, 0xe6, 0x9d, 0xa5, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "IST": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "VET": {0xe5, 0xa7, 0x94, 0xe5, 0x86, 0x85, 0xe7, 0x91, 0x9e, 0xe6, 0x8b, 0x89, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SAST": {0xe5, 0x8d, 0x97, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HADT": {0xe5, 0xa4, 0x8f, 0xe5, 0xa8, 0x81, 0xe5, 0xa4, 0xb7, 0x2d, 0xe9, 0x98, 0xbf, 0xe7, 0x95, 0x99, 0xe7, 0x94, 0xb3, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "OEZ": {0xe4, 0xb8, 0x9c, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "BOT": {0xe7, 0x8e, 0xbb, 0xe5, 0x88, 0xa9, 0xe7, 0xbb, 0xb4, 0xe4, 0xba, 0x9a, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "LHDT": {0xe8, 0xb1, 0xaa, 0xe5, 0x8b, 0x8b, 0xe7, 0x88, 0xb5, 0xe5, 0xb2, 0x9b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MEZ": {0xe4, 0xb8, 0xad, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "PDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xa4, 0xaa, 0xe5, 0xb9, 0xb3, 0xe6, 0xb4, 0x8b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AKDT": {0xe9, 0x98, 0xbf, 0xe6, 0x8b, 0x89, 0xe6, 0x96, 0xaf, 0xe5, 0x8a, 0xa0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SRT": {0xe8, 0x8b, 0x8f, 0xe9, 0x87, 0x8c, 0xe5, 0x8d, 0x97, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AEDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CHADT": {0xe6, 0x9f, 0xa5, 0xe5, 0x9d, 0xa6, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "TMT": {0xe5, 0x9c, 0x9f, 0xe5, 0xba, 0x93, 0xe6, 0x9b, 0xbc, 0xe6, 0x96, 0xaf, 0xe5, 0x9d, 0xa6, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACWST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "LHST": {0xe8, 0xb1, 0xaa, 0xe5, 0x8b, 0x8b, 0xe7, 0x88, 0xb5, 0xe5, 0xb2, 0x9b, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WAST": {0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "COST": {0xe5, 0x93, 0xa5, 0xe4, 0xbc, 0xa6, 0xe6, 0xaf, 0x94, 0xe4, 0xba, 0x9a, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "TMST": {0xe5, 0x9c, 0x9f, 0xe5, 0xba, 0x93, 0xe6, 0x9b, 0xbc, 0xe6, 0x96, 0xaf, 0xe5, 0x9d, 0xa6, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EAT": {0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WART": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WIB": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SGT": {0xe6, 0x96, 0xb0, 0xe5, 0x8a, 0xa0, 0xe5, 0x9d, 0xa1, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CLT": {0xe6, 0x99, 0xba, 0xe5, 0x88, 0xa9, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "UYST": {0xe4, 0xb9, 0x8c, 0xe6, 0x8b, 0x89, 0xe5, 0x9c, 0xad, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WAT": {0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "BT": {0xe4, 0xb8, 0x8d, 0xe4, 0xb8, 0xb9, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HAST": {0xe5, 0xa4, 0x8f, 0xe5, 0xa8, 0x81, 0xe5, 0xa4, 0xb7, 0x2d, 0xe9, 0x98, 0xbf, 0xe7, 0x95, 0x99, 0xe7, 0x94, 0xb3, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ARST": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "JST": {0xe6, 0x97, 0xa5, 0xe6, 0x9c, 0xac, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "NZST": {0xe6, 0x96, 0xb0, 0xe8, 0xa5, 0xbf, 0xe5, 0x85, 0xb0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "NZDT": {0xe6, 0x96, 0xb0, 0xe8, 0xa5, 0xbf, 0xe5, 0x85, 0xb0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WEZ": {0xe8, 0xa5, 0xbf, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HKST": {0xe9, 0xa6, 0x99, 0xe6, 0xb8, 0xaf, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "COT": {0xe5, 0x93, 0xa5, 0xe4, 0xbc, 0xa6, 0xe6, 0xaf, 0x94, 0xe4, 0xba, 0x9a, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xb1, 0xb1, 0xe5, 0x8c, 0xba, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GMT": {0xe6, 0xa0, 0xbc, 0xe6, 0x9e, 0x97, 0xe5, 0xb0, 0xbc, 0xe6, 0xb2, 0xbb, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WIT": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AKST": {0xe9, 0x98, 0xbf, 0xe6, 0x8b, 0x89, 0xe6, 0x96, 0xaf, 0xe5, 0x8a, 0xa0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACWDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HKT": {0xe9, 0xa6, 0x99, 0xe6, 0xb8, 0xaf, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CAT": {0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ADT": {0xe5, 0xa4, 0xa7, 0xe8, 0xa5, 0xbf, 0xe6, 0xb4, 0x8b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HNT": {0xe7, 0xba, 0xbd, 0xe8, 0x8a, 0xac, 0xe5, 0x85, 0xb0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ChST": {0xe6, 0x9f, 0xa5, 0xe8, 0x8e, 0xab, 0xe7, 0xbd, 0x97, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GYT": {0xe5, 0x9c, 0xad, 0xe4, 0xba, 0x9a, 0xe9, 0x82, 0xa3, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CLST": {0xe6, 0x99, 0xba, 0xe5, 0x88, 0xa9, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "∅∅∅": {0xe5, 0xb7, 0xb4, 0xe8, 0xa5, 0xbf, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AEST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xb1, 0xb1, 0xe5, 0x8c, 0xba, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AWDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}},
}
}
@@ -88,6 +90,11 @@ func (zh *zh_Hans_CN) PluralsOrdinal() []locales.PluralRule {
return zh.pluralsOrdinal
}
+// PluralsRange returns the list of range plural rules associated with 'zh_Hans_CN'
+func (zh *zh_Hans_CN) PluralsRange() []locales.PluralRule {
+ return zh.pluralsRange
+}
+
// CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'zh_Hans_CN'
func (zh *zh_Hans_CN) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
return locales.PluralRuleOther