Skip to content

Commit

Permalink
Update localize.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WoBBeLnl authored May 2, 2023
1 parent f4381e6 commit 2b58f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localize/localize.ts
Original file line number Diff line number Diff line change
@@ -1,7 +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 fr from './languages/nl.json';
import * as nl from './languages/nl.json';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const languages: any = {
Expand Down

0 comments on commit 2b58f53

Please sign in to comment.