From 8ff8bc4de2dcb9248e81054c472fb3729c18c86a Mon Sep 17 00:00:00 2001 From: el97 Date: Mon, 12 Oct 2020 23:59:58 +0200 Subject: [PATCH] Re-enable Swedish translation I think this fixes #619 --- src/js/locale/dictionaries.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/locale/dictionaries.js b/src/js/locale/dictionaries.js index 636b04da..bb6c03b8 100755 --- a/src/js/locale/dictionaries.js +++ b/src/js/locale/dictionaries.js @@ -21,6 +21,7 @@ const available = [ { key: 'de', name: de.name }, { key: 'fr', name: fr.name }, { key: 'nl', name: nl.name }, + { key: 'sv', name: sv.name }, ]; export default {