Add Turkish localization

This commit is contained in:
Matt Baer
2018-09-14 17:58:17 +02:00
parent e4ab903634
commit 3d934b1599
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -38,6 +38,8 @@ func Strings(lang string) map[string]string {
return phrasesSV
case "tg":
return phrasesTG
case "tr":
return phrasesTR
case "zh":
return phrasesZH
default: