1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 10:48:44 +00:00

Use explicit duration format for state formatting (#23017)

This commit is contained in:
Paul Bottein
2024-11-27 12:49:21 +01:00
committed by GitHub
parent dd7987e199
commit a532b4461d
12 changed files with 220 additions and 65 deletions

View File

@@ -9,6 +9,7 @@ const outDir = join(paths.build_dir, "locale-data");
const INTL_POLYFILLS = {
"intl-datetimeformat": "DateTimeFormat",
"intl-durationFormat": "DurationFormat",
"intl-displaynames": "DisplayNames",
"intl-listformat": "ListFormat",
"intl-numberformat": "NumberFormat",