From 5206f297cfb735cb6d65a4ef15edbcb31ba63ec7 Mon Sep 17 00:00:00 2001 From: Stefan Parviainen Date: Sun, 24 Dec 2017 09:03:23 +0100 Subject: [PATCH] Add swedish as supported language --- src/status_im/i18n.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/i18n.cljs b/src/status_im/i18n.cljs index 2be1c57361..eab9f211aa 100644 --- a/src/status_im/i18n.cljs +++ b/src/status_im/i18n.cljs @@ -283,7 +283,8 @@ :de :lt :sr-RS_#Latn - :sr})) + :sr + :sv})) (spec/def ::supported-locale supported-locales) (spec/def ::supported-locales (spec/coll-of ::supported-locale :kind set? :into #{}))