Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import tr from "./lang/tr"
import it from "./lang/it"
import pt from "./lang/pt"
import cs from "./lang/cs"
import cs from "./lang/sk"

const translations: Record<string, Record<string, string>> = {
en,
Expand All @@ -28,6 +29,7 @@ const translations: Record<string, Record<string, string>> = {
it,
pt,
cs
sk
}

export const i18n = (
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/lang/sk/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import sk from "./sk"

export default sk
Loading