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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user