Add French localization

This commit is contained in:
Matt Baer
2018-02-05 02:16:13 -05:00
parent 4b1a31b0af
commit 4de1dd40df
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ package l10n
// translation.
func Strings(lang string) map[string]string {
switch lang {
case "fr":
return phrasesFR
case "hu":
return phrasesHU
case "it":