You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At Cash we're using ICU plurals instead of Android ones, but that's mainly an artifact of our translation pipeline. Other projects might decide to keep Android plurals and it would be nice to support them.
We could maybe do something like:
<pluralsname="bagel_order">
<itemquantity="zero">{name} does not order any bagels</item>
<itemquantity="one">{name} orders an everything bagel</item>
<itemquantity="other">{name} orders {quantity} everything bagels</item>
</plurals>
At Cash we're using ICU plurals instead of Android ones, but that's mainly an artifact of our translation pipeline. Other projects might decide to keep Android plurals and it would be nice to support them.
We could maybe do something like:
The text was updated successfully, but these errors were encountered: