Created
September 3, 2025 23:49
-
-
Save sarimmehdi/9555c09830e8b47f02f7103a214d65d3 to your computer and use it in GitHub Desktop.
Plurals with Quantity Rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plurals name="notification_count"> | |
<item quantity="zero">No notifications</item> | |
<item quantity="one">1 notification</item> | |
<item quantity="other">%d notifications</item> | |
</plurals> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment