fix: add dictionary support for short timeago strings

This commit is contained in:
ThetaDev 2023-05-31 01:41:46 +02:00
parent cc2cadc309
commit 0cd018e37a
10 changed files with 6308 additions and 1694 deletions

View 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"
}
}