Add Hungarian localization

This commit is contained in:
Matt Baer
2018-02-05 00:55:39 -05:00
parent 18dcf10012
commit 2e97d00a61
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@ package l10n
func Strings(lang string) map[string]string {
switch lang {
case "hu":
return phrasesHU
default:
return phrases
}