Comments: Custom Inflections
2 - A concrete example ?
If I'm speaking about a french word : "cheval" who means horse. The plural horses is "chevaux" in french and it's not regular.
Does I need to put this in the inflections.php file :
$irregularPlural = array('cheval'=>'chevaux');

By mona on 3/7/08
1 - examples?
sorry i'm having trouble understanding how to use this, can someone post some examples?