Skip to content

Commit

Permalink
Merge pull request #59 from misa1515/patch-2
Browse files Browse the repository at this point in the history
Update localize.ts
  • Loading branch information
ironsheep authored Apr 22, 2024
2 parents 61a7ff7 + c6f4b00 commit 0a51910
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 @@ -2,13 +2,15 @@ import * as en from './languages/en.json';
import * as nb from './languages/nb.json';
import * as es from './languages/es.json';
import * as de from './languages/de.json';
import * as sk from './languages/sk.json';

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

// eslint-disable-next-line @typescript-eslint/no-inferrable-types
Expand Down

0 comments on commit 0a51910

Please sign in to comment.