chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.76k stars 113 forks source link

Update ru_strings.xml #458

Closed groozchique closed 12 months ago

groozchique commented 1 year ago

• Regenerate strings with original formatting • Improve current translation for clarity • Fix some of the mistakes

chenxiaolong commented 1 year 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">
groozchique commented 1 year 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">

Yeah, my bad, I missed this one out. Will fix