Pluralize groups in common.

This commit is contained in:
Alex Hart
2024-01-16 11:47:47 -04:00
committed by Greyson Parrelli
parent 3988b46a60
commit bb52e7159c
2 changed files with 7 additions and 3 deletions

View File

@@ -1897,7 +1897,10 @@
<!-- Notice when a user is not a connection to review requests carefully -->
<string name="AboutSheet__review_requests_carefully">Review requests carefully</string>
<!-- Text used when user has groups in common. Placeholder is the count -->
<string name="AboutSheet__d_groups_in_common">%1$d groups in common</string>
<plurals name="AboutSheet__d_groups_in">
<item quantity="one">%1$d group in common</item>
<item quantity="other">%1$d groups in common</item>
</plurals>
<!-- Text displayed in title for external recipients -->
<string name="AboutSheet__about">About</string>
<!-- Text displayed in title for you -->