Skip to content

Commit

Permalink
Update i18n.ts
Browse files Browse the repository at this point in the history
include ru
  • Loading branch information
gloribus authored Nov 4, 2023
1 parent 488a02d commit 15b69a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import ar from "./locales/ar.json";
import sr from "./locales/sr.json";
import sr_cyr from "./locales/sr_cyr.json";
import ja from "./locales/ja.json";
import ru from "./locales/ru.json";

export const locales = {
en,
Expand All @@ -22,6 +23,7 @@ export const locales = {
sr,
sr_cyr,
ja,
ru
};

export type AvailableLanguages = keyof typeof locales;
Expand Down

0 comments on commit 15b69a4

Please sign in to comment.