Using <custom conjugations>, I am trying to distinguish these two situations:
Singular possessive: The borrower’s loan agreement specifies the terms of repayment.
Plural possessive: The borrowers’ collective debt was renegotiated.
I originally used @str(#borrower, “'s”), but when #borrower is set to plural, it leads to “borrowers’s”, which I don’t want.
Any way to make the above happen with custom conjugations?
The concept label system itself is intelligent enough that it automatically adapts the possessive “apostrophe + s” to the correct singular/plural version if you just insert this: #borrower's.