Add Romanian localization

This commit is contained in:
Matt Baer
2018-02-05 02:17:46 -05:00
parent 4de1dd40df
commit 5070722aaa
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ func Strings(lang string) map[string]string {
return phrasesHU
case "it":
return phrasesIT
case "ro":
return phrasesRO
default:
return phrases
}