forked from tomafro/ActiveSupportInflector
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathActiveSupportInflectorTest.plist
78 lines (78 loc) · 1.98 KB
/
ActiveSupportInflectorTest.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
singularAndPlural = (
("search", "searches"),
("switch", "switches"),
("fix", "fixes"),
("box", "boxes"),
("process", "processes"),
("address", "addresses"),
("case", "cases"),
("stack", "stacks"),
("wish", "wishes"),
("fish", "fish"),
("category", "categories"),
("query", "queries"),
("ability", "abilities"),
("agency", "agencies"),
("movie", "movies"),
("archive", "archives"),
("index", "indices"),
("wife", "wives"),
("safe", "saves"),
("half", "halves"),
("move", "moves"),
("salesperson", "salespeople"),
("person", "people"),
("spokesman", "spokesmen"),
("man", "men"),
("woman", "women"),
("basis", "bases"),
("diagnosis", "diagnoses"),
("diagnosis_a", "diagnosis_as"),
("datum", "data"),
("medium", "media"),
("analysis", "analyses"),
("node_child", "node_children"),
("child", "children"),
("experience", "experiences"),
("day", "days"),
("comment", "comments"),
("foobar", "foobars"),
("newsletter", "newsletters"),
("old_news", "old_news"),
("news", "news"),
("series", "series"),
("species", "species"),
("quiz", "quizzes"),
("perspective", "perspectives"),
("ox", "oxen"),
("photo", "photos"),
("buffalo", "buffaloes"),
("tomato", "tomatoes"),
("dwarf", "dwarves"),
("elf", "elves"),
("information", "information"),
("equipment", "equipment"),
("bus", "buses"),
("status", "statuses"),
("status_code", "status_codes"),
("mouse", "mice"),
("louse", "lice"),
("house", "houses"),
("octopus", "octopi"),
("virus", "viri"),
("alias", "aliases"),
("portfolio", "portfolios"),
("vertex", "vertices"),
("matrix", "matrices"),
("axis", "axes"),
("testis", "testes"),
("crisis", "crises"),
("rice", "rice"),
("shoe", "shoes"),
("horse", "horses"),
("prize", "prizes"),
("edge", "edges"),
("database", "databases")
);
}