fix: add support for A/B test 7 (short date format)
This commit is contained in:
parent
cca9838b7e
commit
cc2cadc309
21 changed files with 184 additions and 71 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Reference in a new issue