Add Swedish localization

This commit is contained in:
Matt Baer
2018-03-20 18:29:30 -04:00
parent ece744bff0
commit 0ef4cd1ea3
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@ func Strings(lang string) map[string]string {
return phrasesRO
case "ru":
return phrasesRU
case "sv":
return phrasesSV
default:
return phrases
}