Skip to content

Commit

Permalink
remove redundant singular rule for event
Browse files Browse the repository at this point in the history
  • Loading branch information
avaelo authored Feb 7, 2024
1 parent 0f044ec commit 1bfef85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function tgn_singularity(string $word): string|null
'/([^f])ves$/i' => '$1fe',
'/(^analy)ses$/i' => '$1sis',
'/((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$/i' => '$1$2sis',
'/([ti])a$/i' => '$1um',
'/(n)ews$/i' => '$1ews',
'/(.)s$/i' => '$1',
];
Expand Down
2 changes: 1 addition & 1 deletion config/jsons/github-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
"completed": true
},
"meta": {
"delete": true
"deleted": true
}
}

0 comments on commit 1bfef85

Please sign in to comment.