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 0be4090 commit 18554b4
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,12 +1,14 @@
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';

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const languages: any = {
de: de,
en: en,
fr: fr,
nl: nl,
};

export function localize(string: string, search = '', replace = ''): string {
Expand Down

0 comments on commit 18554b4

Please sign in to comment.