Skip to content

Commit

Permalink
Update localize.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MiisaTrAnCe authored May 17, 2023
1 parent 2b4e4f3 commit 9ce8b4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/localize/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as fr from './languages/fr.json';
import * as pt from './languages/pt.json';
import * as nl from './languages/nl.json';
import * as it from "./languages/it.json";
import * as cs from "./languages/cs.json";

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const languages: any = {
Expand All @@ -13,6 +14,7 @@ const languages: any = {
pt: pt,
nl: nl,
it: it,
cs: cs,
};

export const CARD_LANGUAGES = [...Object.keys(languages), ''].sort();
Expand Down

0 comments on commit 9ce8b4b

Please sign in to comment.