Add Greek localization

This commit is contained in:
Matt Baer
2018-05-18 14:03:59 -04:00
parent be5c5d2acb
commit d48e7361ba
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@ func Strings(lang string) map[string]string {
switch lang {
case "de":
return phrasesDE
case "el":
return phrasesEL
case "es":
return phrasesES
case "fr":