Skip to content

Commit

Permalink
feat: ⚡ add sk translation
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Jul 19, 2023
1 parent 8240d5e commit 7c23e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/localize/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import * as fr from "./languages/fr.json";
import * as ru from "./languages/ru.json";
import * as fi from "./languages/fi.json";
import * as pl from "./languages/pl.json";
import * as sk from "./languages/sk.json";

const languages: Record<string, unknown> = {
en,
Expand All @@ -22,6 +23,7 @@ const languages: Record<string, unknown> = {
ru,
fi,
pl,
sk,
};

const defaultLang = "en";
Expand Down

0 comments on commit 7c23e03

Please sign in to comment.