finish timeago parser, refactor codegen

This commit is contained in:
ThetaDev 2022-09-05 21:43:43 +02:00
parent 500ea77788
commit 513bf1dc9c
12 changed files with 641 additions and 895 deletions

View file

@ -548,14 +548,15 @@
}
},
"ja": {
"by_char": true,
"timeago_tokens": {
"か月前": "M",
"分": "m",
"年": "Y",
"日": "D",
"時間前": "h",
"秒": "s",
"週間前": "W"
"": "M",
"分": "m",
"年": "Y",
"日": "D",
"時": "h",
"秒": "s",
"週": "W"
}
},
"ka": {
@ -1180,36 +1181,39 @@
}
},
"zh-CN": {
"by_char": true,
"timeago_tokens": {
"个月前": "M",
"分钟前": "m",
"周": "W",
"天": "D",
"小时前": "h",
"年": "Y",
"秒钟前": "s"
"": "M",
"分": "m",
"周": "W",
"天": "D",
"小": "h",
"年": "Y",
"秒": "s"
}
},
"zh-HK": {
"by_char": true,
"timeago_tokens": {
"個月前": "M",
"分鐘前": "m",
"小時前": "h",
"年": "Y",
"日": "D",
"星期前": "W",
"秒": "s"
"": "M",
"分": "m",
"小": "h",
"年": "Y",
"日": "D",
"": "W",
"秒": "s"
}
},
"zh-TW": {
"by_char": true,
"timeago_tokens": {
"個月前": "M",
"分鐘前": "m",
"天": "D",
"小時前": "h",
"年": "Y",
"秒": "s",
"週": "W"
"": "M",
"分": "m",
"天": "D",
"小": "h",
"年": "Y",
"秒": "s",
"週": "W"
}
},
"zu": {