remove a couple where normal man->men rules should apply

This commit is contained in:
nhmall
2018-03-18 10:09:45 -04:00
parent 1ab2c25c9a
commit ff67fac614
+7 -7
View File
@@ -2472,18 +2472,18 @@ boolean to_plural; /* true => makeplural, false => makesingular */
char *endstr, *spot; char *endstr, *spot;
/* these are all the prefixes for *man that don't have a *men plural */ /* these are all the prefixes for *man that don't have a *men plural */
const char *no_men[] = { const char *no_men[] = {
"albu", "antihu", "anti", "ata", "auto", "cai", "albu", "antihu", "anti", "ata", "auto", "bildungsro", "cai", "cay",
"cay", "ceru", "corner", "decu", "des", "dura", "fir", "ceru", "corner", "decu", "des", "dura", "fir", "hanu", "het",
"glass", "hanu", "het", "infrahu", "inhu", "land", "infrahu", "inhu", "nonhu", "otto", "out", "prehu", "protohu",
"meat", "nonhu", "otto", "out", "prehu", "protohu",
"subhu", "superhu", "talis", "unhu", "sha", "subhu", "superhu", "talis", "unhu", "sha",
"hu", "un", "le", "re", "so", "to", "at", "a", "hu", "un", "le", "re", "so", "to", "at", "a",
}; };
/* these are all the prefixes for *men that don't have a *man singular */ /* these are all the prefixes for *men that don't have a *man singular */
const char *no_man[] = { const char *no_man[] = {
"acu", "ceru", "cogno", "cycla", "fleh", "hegu", "preno", "sonar", "abdo", "acu", "agno", "ceru", "cogno", "cycla", "fleh", "grava",
"dai", "exa", "fla", "sta", "teg", "tegu", "vela", "hegu", "preno", "sonar", "dai", "exa", "fla", "sta", "teg", "tegu",
"da", "hy", "lu", "no", "nu", "ra", "ru", "se", "vi", "ya", "o" "vela", "da", "hy", "lu", "no", "nu", "ra", "ru", "se", "vi", "ya",
"o", "a",
}; };
if (!basestr || strlen(basestr) < 4) if (!basestr || strlen(basestr) < 4)