Add Slovak localization

This commit is contained in:
Matt Baer
2018-09-23 15:47:00 -04:00
parent 3d934b1599
commit 27237b1fff
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -34,6 +34,8 @@ func Strings(lang string) map[string]string {
return phrasesRO
case "ru":
return phrasesRU
case "sk":
return phrasesSK
case "sv":
return phrasesSV
case "tg":