Skip to content

Commit

Permalink
Update localize.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Konkka123 committed Jun 24, 2024
1 parent 4fed8d9 commit b1b5998
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 de from './languages/de.json';
import * as en from './languages/en.json';
import * as es from './languages/es.json';
import * as et from './languages/et.json';
import * as fi from './languages/fi.json';
import * as fr from './languages/fr.json';
import * as hr from './languages/hr.json';
import * as it from './languages/it.json';
Expand All @@ -19,6 +20,7 @@ const languages: any = {
nl: nl,
pl: pl,
et: et,
fi: fi,
fr: fr,
it: it,
es: es,
Expand Down

0 comments on commit b1b5998

Please sign in to comment.