Add swedish as supported language

This commit is contained in:
Stefan Parviainen 2017-12-24 09:03:23 +01:00 committed by Andy Tudhope
parent 6edfff84d5
commit 5206f297cf
1 changed files with 2 additions and 1 deletions

View File

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