Add Italian localization

This commit is contained in:
Matt Baer
2018-02-05 01:26:14 -05:00
parent 5e9c5baf35
commit 4b1a31b0af
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@ func Strings(lang string) map[string]string {
switch lang {
case "hu":
return phrasesHU
case "it":
return phrasesIT
default:
return phrases
}