Skip to content

Commit

Permalink
Merge pull request #8 from ViPeR5000/patch-1
Browse files Browse the repository at this point in the history
Update localize.ts pt
  • Loading branch information
t1gr0u authored May 8, 2023
2 parents 7cd575b + dcf2152 commit afe6908
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,6 +1,7 @@
import * as de from './languages/de.json';
import * as en from './languages/en.json';
import * as fr from './languages/fr.json';
import * as pt from './languages/pt.json';
import * as nl from './languages/nl.json';
import * as it from "./languages/it.json";

Expand All @@ -9,6 +10,7 @@ const languages: any = {
de: de,
en: en,
fr: fr,
pt: pt,
nl: nl,
it: it,
};
Expand Down

0 comments on commit afe6908

Please sign in to comment.