Skip to content

Commit

Permalink
Update localize.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelToby authored Dec 20, 2021
1 parent 9e79ddf commit 1fd4ab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/localize/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import * as sk from './languages/sk.json';
import * as hu from './languages/hu.json';
import * as da from './languages/da.json';
import * as es from './languages/es.json';
import * as tr from './languages/tr.json';


// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand All @@ -19,7 +20,8 @@ const languages: any = {
hu: hu,
pl: pl,
da: da,
es: es
es: es,
tr: tr
};

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

0 comments on commit 1fd4ab3

Please sign in to comment.