Add date style format from config
This commit is contained in:
parent
2dd1b0417a
commit
d5c6ef494c
@ -70,7 +70,7 @@ function formatValue(t, mapping, rawValue) {
|
|||||||
value = t("common.bitrate", { value });
|
value = t("common.bitrate", { value });
|
||||||
break;
|
break;
|
||||||
case "date":
|
case "date":
|
||||||
value = t("common.date", { value, dateStyle: "long" });
|
value = t("common.date", { value, dateStyle: mapping?.dateStyle ?? "long" });
|
||||||
break;
|
break;
|
||||||
case "text":
|
case "text":
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user