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 #{}))