Initial skeletal Frigate lovelace card.

This commit is contained in:
Dermot Duffy
2021-08-08 15:33:31 -07:00
parent ed1b89f2d3
commit ed013293f7
19 changed files with 643 additions and 362 deletions
-2
View File
@@ -1,10 +1,8 @@
import * as en from './languages/en.json';
import * as nb from './languages/nb.json';
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const languages: any = {
en: en,
nb: nb,
};
export function localize(string: string, search = '', replace = ''): string {