You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The singular form existed first, and was all that was included in the extracted PO files (even after the plural was added). Even when the singular form was removed, the po files were not updated. Using said translation seemed to cause a runtime error with ngettext + r.replace when it was used.
By deleting the singular form from all the translated versions and regenerating, I was able to get past this.
Not sure if that's helpful, but the singular/plural split seems like it might be related here.
A string such as
when translated will result in
It seems that variables aren't replaced in the plural version
I've created a reproducible example here: mmso/ttag-bug-example@5a550dd
The text was updated successfully, but these errors were encountered: