fix: add dictionary support for short timeago strings
This commit is contained in:
parent
cc2cadc309
commit
0cd018e37a
10 changed files with 6308 additions and 1694 deletions
12
testfiles/dict/cldr_data/package.json
Normal file
12
testfiles/dict/cldr_data/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "cldr_data",
|
||||
"version": "1.0.0",
|
||||
"description": "Build the RustyPipe parsing dictionary using CLDR data",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"cldr-dates-modern": "^43.0.0",
|
||||
"cldr-numbers-modern": "^43.0.0"
|
||||
}
|
||||
}
|
||||
Reference in a new issue