mirror of
https://github.com/gethomepage/homepage.git
synced 2026-02-07 16:30:52 +08:00
Test: 10 more widget components (C)
This commit is contained in:
@@ -18,8 +18,10 @@ vi.mock("next-i18next", () => ({
|
||||
if (key === "common.bytes") return String(opts?.value ?? "");
|
||||
if (key === "common.bbytes") return String(opts?.value ?? "");
|
||||
if (key === "common.byterate") return String(opts?.value ?? "");
|
||||
if (key === "common.bitrate") return String(opts?.value ?? "");
|
||||
if (key === "common.duration") return String(opts?.value ?? "");
|
||||
if (key === "common.ms") return String(opts?.value ?? "");
|
||||
if (key === "common.date") return String(opts?.value ?? "");
|
||||
if (key === "common.relativeDate") return String(opts?.value ?? "");
|
||||
return key;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user