We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e79ddf commit 1fd4ab3Copy full SHA for 1fd4ab3
src/localize/localize.ts
@@ -7,6 +7,7 @@ import * as sk from './languages/sk.json';
7
import * as hu from './languages/hu.json';
8
import * as da from './languages/da.json';
9
import * as es from './languages/es.json';
10
+import * as tr from './languages/tr.json';
11
12
13
// eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -19,7 +20,8 @@ const languages: any = {
19
20
hu: hu,
21
pl: pl,
22
da: da,
- es: es
23
+ es: es,
24
+ tr: tr
25
};
26
27
export function localize(string: string, search = '', replace = ''): string {
0 commit comments