1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-23 10:20:10 +01:00

Set correct lang attribute (#5479)

* Set correct lang attribute

* Update lit-localize-lite-mixin.ts

* Update translations-mixin.ts

* Remove lang=""

* Move logic out of mixin
This commit is contained in:
Bram Kragten
2020-04-08 12:36:06 +02:00
committed by GitHub
parent a71f42366a
commit 4f70ec7dc2
8 changed files with 29 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<title>Home Assistant</title>
<link rel="preload" href="<%= latestPageJS %>" as="script" crossorigin="use-credentials" />