Closed groozchique closed 12 months ago
Thanks for the PR! Based on the error from https://github.com/chenxiaolong/BCR/actions/runs/6888626640/job/18757340198?pr=458, it looks like Android requires the few
and many
translations to exist for Russian:
/home/runner/work/BCR/BCR/app/src/main/res/values-ru/strings.xml:53: Error: For locale "ru" (Russian) the following quantities should also be defined: few (e.g. "из 2 книг за 2 дня"), many (e.g. "из 5 книг за 5 дней") [MissingQuantity]
<plurals name="retention_days">
Thanks for the PR! Based on the error from https://github.com/chenxiaolong/BCR/actions/runs/6888626640/job/18757340198?pr=458, it looks like Android requires the
few
andmany
translations to exist for Russian:/home/runner/work/BCR/BCR/app/src/main/res/values-ru/strings.xml:53: Error: For locale "ru" (Russian) the following quantities should also be defined: few (e.g. "из 2 книг за 2 дня"), many (e.g. "из 5 книг за 5 дней") [MissingQuantity] <plurals name="retention_days">
Yeah, my bad, I missed this one out. Will fix
• Regenerate strings with original formatting • Improve current translation for clarity • Fix some of the mistakes