Skip to content

Commit

Permalink
Update localize.ts (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
misa1515 authored Oct 7, 2023
1 parent 8cffdcd commit e354a74
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
@@ -1,7 +1,9 @@
import * as en from "./languages/en.json";
import * as sk from "./languages/sk.json";

var languages = {
en: en,
sk: sk,
};

export function localize(
Expand Down

0 comments on commit e354a74

Please sign in to comment.