1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-28 04:34:11 +01:00

Inject Intl polyfills where used (#20798)

* Inject Intl polyfills where used

* Replace Intl polyfill in localize method with loading intl-messageformat asynchronously

* Remove spurious feature tests for Intl
This commit is contained in:
Steve Repsher
2024-05-29 08:01:21 -04:00
committed by GitHub
parent e059ca146b
commit 7748315fc3
19 changed files with 75 additions and 52 deletions

View File

@@ -1,7 +1,6 @@
import { HassConfig } from "home-assistant-js-websocket";
import memoizeOne from "memoize-one";
import { DateFormat, FrontendLocaleData } from "../../data/translation";
import "../../resources/intl-polyfill";
import { resolveTimeZone } from "./resolve-time-zone";
// Tuesday, August 10