Skip to content

Commit

Permalink
Merge pull request #23 from milandzuris/patch-4
Browse files Browse the repository at this point in the history
New Language Support Slovak SK Update localize.ts
  • Loading branch information
t1gr0u authored Oct 27, 2023
2 parents 93a6d98 + f3b8174 commit 03d0071
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 en from './languages/en.json';
import * as fr from './languages/fr.json';
import * as nl from './languages/nl.json';
import * as pt from './languages/pt.json';
import * as sk from './languages/sk.json';
import * as sl from './languages/sl.json';
import * as sv from './languages/sv.json';

Expand All @@ -15,6 +16,7 @@ const languages: any = {
fr: fr,
nl: nl,
pt: pt,
sk: sk,
sl: sl,
sv: sv,
};
Expand Down

0 comments on commit 03d0071

Please sign in to comment.