Skip to content

Commit

Permalink
Optimize performance
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewarrow committed Feb 15, 2024
1 parent d7c8651 commit 5e11563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/plural.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ func SpecialToSingle() map[string]string {
"properties": "property",
"bases": "base",
"coaches": "coach",
"batches": "batch",
"dies": "die",
"children": "child",
"searches": "search",
Expand All @@ -17,6 +18,7 @@ func SpecialToSingle() map[string]string {
func SpecialToPlural() map[string]string {
return map[string]string{"series": "series",
"child": "children",
"batch": "batches",
"coach": "coaches",
"search": "searches",
"species": "species"}
Expand Down

0 comments on commit 5e11563

Please sign in to comment.