We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d413e commit 59d7cfdCopy full SHA for 59d7cfd
src/translator/noun.ts
@@ -147,6 +147,7 @@ export function quantity(noun: English.NounPhrase): English.Quantity {
147
case "and":
148
return "plural";
149
case "or":
150
+ // TODO: this doesn't work because nouns are reordered on `fixer.ts`
151
return quantity(noun.nouns[noun.nouns.length - 1]);
152
}
153
0 commit comments