Skip to content

Commit 1f0f0dc

Browse files
committed
remove plural numbers
1 parent d02e156 commit 1f0f0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ function wordUnit(
544544
determiner: [],
545545
adjective: [],
546546
singular: `${wordUnit.number}`,
547-
plural: `${wordUnit.number}s`,
547+
plural: null,
548548
postAdjective: null,
549549
} as WordUnitTranslation]);
550550
case "x ala x":

0 commit comments

Comments
 (0)