Pluralize gateway string.

This commit is contained in:
Alex Hart
2022-11-02 14:14:50 -03:00
committed by Cody Henthorne
parent 8ab16164eb
commit 8056aafc9d
2 changed files with 5 additions and 2 deletions

View File

@@ -5576,7 +5576,10 @@
<!-- Sheet title when giving a one-time donation -->
<string name="GatewaySelectorBottomSheet__donate_s_to_signal">Donate %1$s to Signal</string>
<!-- Sheet summary when giving a one-time donation -->
<string name="GatewaySelectorBottomSheet__get_a_s_badge_for_d_days">Get a %1$s badge for %2$d days</string>
<plurals name="GatewaySelectorBottomSheet__get_a_s_badge_for_d_days">
<item quantity="one">Get a %1$s badge for %2$d day</item>
<item quantity="other">Get a %1$s badge for %2$d days</item>
</plurals>
<!-- Button label for paying with a credit card -->
<string name="GatewaySelectorBottomSheet__credit_or_debit_card">Credit or debit card</string>