Skip to content

Commit b256b09

Browse files
[ADD] cs and sl
1 parent 7c80e9f commit b256b09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/localize/localize.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import * as uk from './languages/uk.json';
1515
import * as el from './languages/el.json';
1616
import * as nl from './languages/nl.json';
1717
import * as no from './languages/no.json';
18+
import * as cs from './languages/cs.json';
19+
import * as sl from './languages/sl.json';
1820

1921
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2022
const languages: any = {
@@ -34,7 +36,9 @@ const languages: any = {
3436
uk: uk,
3537
el: el,
3638
nl: nl,
37-
no: no
39+
no: no,
40+
cs: cs,
41+
sl: sl
3842
};
3943

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

0 commit comments

Comments
 (0)