Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dany4everr authored Feb 21, 2024
1 parent f1e12f8 commit ce73de0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion svelte/src/libs/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import bg from "./languages/bg.json";
import vi from "./languages/vi.json";
import by from "./languages/by.json";
import ie from "./languages/ie.json";
import sk from "./languages/sk.json";

import * as customModifiers from "./modifiers";

Expand Down Expand Up @@ -65,7 +66,8 @@ const languages = [
bg,
vi,
by,
ie
ie,
sk
];

const langs: { [lang: string]: string } = {};
Expand Down

0 comments on commit ce73de0

Please sign in to comment.