1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Add first weekday option in profile (#13991)

This commit is contained in:
Paul Bottein
2022-10-10 16:58:27 +02:00
committed by GitHub
parent 4deee46864
commit 907466d060
24 changed files with 253 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ import {
FrontendLocaleData,
NumberFormat,
TimeFormat,
FirstWeekday,
} from "../../../src/data/translation";
describe("formatNumber", () => {
@@ -13,6 +14,7 @@ describe("formatNumber", () => {
language: "en",
number_format: NumberFormat.language,
time_format: TimeFormat.language,
first_weekday: FirstWeekday.language,
};
// Node only ships with English support for `Intl`, so we can not test for other number formats here.