Skip to content

Commit

Permalink
Merge pull request #118 from sebastianromano/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
joethei authored Jul 15, 2023
2 parents c8ddf06 + fc28b07 commit fa6daaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/l10n/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import en from "./locales/en";
import de from "./locales/de";
import zh from "./locales/zh";
import fr from "./locales/fr";
import da from "./locales/da";
import test from "./locales/test";

/* istanbul ignore next */
Expand All @@ -13,7 +14,8 @@ const localeMap: { [k: string]: Partial<typeof en> } = {
de,
"zh-cn": zh,
test,
fr
fr,
da
};

const userLocale = localeMap[locale];
Expand Down

0 comments on commit fa6daaf

Please sign in to comment.