zh constant
Implementation
static const Map<String,dynamic> zh = {
"number": {
"label": {
"amount": "金额",
"percent": "百分",
"percentage": "百分比"
},
"months": {
"few": "{}个月",
"many": "{}个月",
"one": "{}个月",
"other": "{}个月",
"two": "{}个月",
"zero": "{}个月"
},
"ordinal": {
"short": {
"first": {
"female": "第{num}个",
"male": "第{num}个",
"other": "第{num}个"
},
"others": {
"female": "第{num}个",
"male": "第{num}个",
"other": "第{num}个"
},
"second": {
"female": "第{num}个",
"male": "第{num}个",
"other": "第{num}个"
},
"third": {
"female": "第{num}个",
"male": "第{num}个",
"other": "第{num}个"
}
}
},
"years": {
"few": "{}年",
"many": "{}年",
"one": "{}年",
"other": "{}年",
"two": "{}年",
"zero": "{}年"
}
}
};