Added traffic and chassis as uncountable words to properly feed pluralizer

Signed-off-by: Jason Walton <[email protected]>
This commit is contained in:
Jason Walton
2012-09-10 11:25:08 -07:00
parent a5bb035e4c
commit adc23dc964
3 changed files with 11 additions and 4 deletions
+3 -1
View File
@@ -96,6 +96,8 @@ return array(
'sheep',
'species',
'moose',
'chassis',
'traffic',
),
/*
@@ -185,4 +187,4 @@ return array(
),
);
);