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 12, 2024
1 parent 2b9b9db commit 4f5a62b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/lang/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import en from "./en.json";
import et from "./et.json";

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

0 comments on commit 4f5a62b

Please sign in to comment.