Skip to content

Commit

Permalink
Merge pull request #28 from StefanoGiugliano/patch-3
Browse files Browse the repository at this point in the history
Update localize.ts
  • Loading branch information
t1gr0u authored Oct 27, 2023
2 parents bedbae6 + fde2ccb commit adf9ebe
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,6 +2,7 @@ import * as cs from './languages/cs.json';
import * as de from './languages/de.json';
import * as en from './languages/en.json';
import * as fr from './languages/fr.json';
import * as it from './languages/it.json';
import * as nl from './languages/nl.json';
import * as pt from './languages/pt.json';
import * as sk from './languages/sk.json';
Expand All @@ -14,6 +15,7 @@ const languages: any = {
de: de,
en: en,
fr: fr,
it: it,
nl: nl,
pt: pt,
sk: sk,
Expand Down

0 comments on commit adf9ebe

Please sign in to comment.