Conversions: Plural isn't used in the response from get_matches as it's looked up in the hash
parent
cd4bf80a17
commit
679a1d7fdf
|
@ -236,7 +236,6 @@ sub get_matches {
|
|||
type => $type->{'type'},
|
||||
factor => $type->{'factor'},
|
||||
unit => $type->{'unit'},
|
||||
plural => $type->{'plural'},
|
||||
can_be_negative => $type->{'can_be_negative'} || '0'
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue