Skip to content

Commit

Permalink
Fix localize.ts (#519)
Browse files Browse the repository at this point in the history
Fix for spanish languaje
  • Loading branch information
AtomikWiWa authored May 23, 2022
1 parent 9adca88 commit f5a5d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { HomeAssistant } from "custom-card-helpers";
import * as de from "./translations/de.json";
import * as el from "./translations/el.json";
import * as en from "./translations/en.json";
import * as es from "./translations/en.json";
import * as es from "./translations/es.json";
import * as fr from "./translations/fr.json";
import * as he from "./translations/he.json";
import * as it from "./translations/it.json";
Expand Down

0 comments on commit f5a5d4b

Please sign in to comment.