Skip to content

Commit 15b69a4

Browse files
authored
Update i18n.ts
include ru
1 parent 488a02d commit 15b69a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/i18n.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import ar from "./locales/ar.json";
99
import sr from "./locales/sr.json";
1010
import sr_cyr from "./locales/sr_cyr.json";
1111
import ja from "./locales/ja.json";
12+
import ru from "./locales/ru.json";
1213

1314
export const locales = {
1415
en,
@@ -22,6 +23,7 @@ export const locales = {
2223
sr,
2324
sr_cyr,
2425
ja,
26+
ru
2527
};
2628

2729
export type AvailableLanguages = keyof typeof locales;

0 commit comments

Comments
 (0)