Skip to content

Commit

Permalink
fix swedish language import (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho authored Oct 14, 2024
1 parent a9cd243 commit 396fc47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import * as it from './translations/it.json';
import * as lv from './translations/lv.json';
import * as nl from './translations/nl.json';
import * as pl from './translations/pl.json';
import * as se from './translations/se.json';
import * as sk from './translations/sk.json';
import * as sl from './translations/sl.json';
import * as sv from './translations/sv.json';

import type { HomeAssistant, LocalizeFunc } from './utils/ha';

Expand All @@ -25,9 +25,9 @@ const languages: Record<string, unknown> = {
lv,
nl,
pl,
se,
sk,
sl
sl,
sv
};

// eslint-disable-next-line @typescript-eslint/naming-convention
Expand Down
File renamed without changes.

0 comments on commit 396fc47

Please sign in to comment.