Conversions: Adding pluralisation exception for m/s
parent
1454e826ac
commit
03c6d1a120
|
@ -49,7 +49,7 @@ my %plural_exceptions = (
|
|||
'坪' => '坪',
|
||||
'km/h' => 'km/h',
|
||||
'mph' => 'mph',
|
||||
|
||||
'm/s' => 'm/s',
|
||||
);
|
||||
my %singular_exceptions = reverse %plural_exceptions;
|
||||
|
||||
|
|
Loading…
Reference in New Issue