Skip to content

Commit 1fd4ab3

Browse files
Update localize.ts
1 parent 9e79ddf commit 1fd4ab3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/localize/localize.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import * as sk from './languages/sk.json';
77
import * as hu from './languages/hu.json';
88
import * as da from './languages/da.json';
99
import * as es from './languages/es.json';
10+
import * as tr from './languages/tr.json';
1011

1112

1213
// eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -19,7 +20,8 @@ const languages: any = {
1920
hu: hu,
2021
pl: pl,
2122
da: da,
22-
es: es
23+
es: es,
24+
tr: tr
2325
};
2426

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

0 commit comments

Comments
 (0)