Add Arabic localization

This commit is contained in:
Matt Baer
2018-09-02 12:43:37 -04:00
parent f79ee1acb1
commit ce799c9a50
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ package l10n
// translation.
func Strings(lang string) map[string]string {
switch lang {
case "ar":
return phrasesAR
case "de":
return phrasesDE
case "el":