Conversions: Adding pluralisation exception for m/s

master
Rob Emery 2016-03-13 13:09:20 +00:00
parent 1454e826ac
commit 03c6d1a120
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ my %plural_exceptions = (
'坪' => '坪',
'km/h' => 'km/h',
'mph' => 'mph',
'm/s' => 'm/s',
);
my %singular_exceptions = reverse %plural_exceptions;