fix: add support for A/B test 7 (short date format)

This commit is contained in:
ThetaDev 2023-05-28 21:07:03 +02:00
parent cca9838b7e
commit cc2cadc309
21 changed files with 184 additions and 71 deletions

View file

@ -754,7 +754,14 @@
"week": "W",
"weeks": "W",
"year": "Y",
"years": "Y"
"years": "Y",
"y": "Y",
"mo": "M",
"w": "W",
"d": "D",
"h": "h",
"min": "m",
"s": "s"
},
"date_order": "DY",
"months": {