Add Chinese (simplified) localization

This commit is contained in:
Matt Baer
2018-07-09 09:50:29 -04:00
parent 25bf5066c6
commit a0cf234c62
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@ func Strings(lang string) map[string]string {
return phrasesRU
case "sv":
return phrasesSV
case "zh":
return phrasesZH
default:
return phrases
}