Skip to content

Commit

Permalink
Update localize.ts (#237)
Browse files Browse the repository at this point in the history
add czech import
  • Loading branch information
LochyCZ authored Oct 24, 2024
1 parent 1f9cc61 commit 2e2fa89
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
@@ -1,9 +1,11 @@
import * as en from './languages/en.json'
import * as cz from './languages/cs.json';
import * as sk from './languages/sk.json';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const languages: any = {
en: en,
cz: cz,
sk: sk,
};

Expand Down

0 comments on commit 2e2fa89

Please sign in to comment.