aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i18n.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i18n.tsx b/src/i18n.tsx
index 540e3a9d2..73fab27a4 100644
--- a/src/i18n.tsx
+++ b/src/i18n.tsx
@@ -41,8 +41,6 @@ if (!strings[lang]) {
console.log(`language ${lang} not found, defaulting to english`);
}
-lang = "sv";
-
const jed = new jedLib.Jed(strings[lang]);