Wrong string format according to Transifex
We've just got this mail from Transifex:
A resource could not be auto-updated
Transifex was unable to auto update the file Briar Desktop. Fetching from the following URL failed https://code.briarproject.org/briar/briar-desktop/-/raw/main/src/main/resources/strings/BriarDesktop.properties. The error message from the server was:
Invalid plural types for string: expiration.banner.part1. Language supports: ['one', 'other'], but found: ['zero', 'one', 'other'] instead.
Please make sure the URL provided for the file is accessible, or update the link to the file. If you plan to stop auto-update for this file, please disregard this message.
That's a regression from the expiration banner MR since I used the message format to also have a special version for "today" (daysLeft = zero). I didn't know it was not possible to use this form in English. I guess the fix would be to manually check for today (tomorrow?) in the code and have two different strings then?