Skip to content

Commit

Permalink
Merge pull request #20 from misa1515:patch-2
Browse files Browse the repository at this point in the history
Update localize.ts
  • Loading branch information
rgc99 authored Sep 27, 2024
2 parents 5370524 + 7eb1807 commit cac46fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ import * as af from "./translations/af.json";
import * as de from "./translations/de.json";
import * as en from "./translations/en.json";
import * as nb from "./translations/nb.json";
import * as sk from "./translations/sk.json";

const languages = {
af: af,
de: de,
en: en,
nb: nb,
sk: sk,
};

export class localise {
Expand Down

0 comments on commit cac46fe

Please sign in to comment.