Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Madis0 authored Feb 13, 2024
1 parent 8e64b47 commit aa3afb6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/lib/lang/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import en from "./en.json";
import et from "./et.json";
import ko from "./ko.json";
import ms from "./ms.json";
import zlm from "./zlm.json";

export const langs: Record<string, Record<string, string>> = {
en,
et
et,
ko,
ms,
zlm
};

0 comments on commit aa3afb6

Please sign in to comment.