Skip to content

Instantly share code, notes, and snippets.

@sarimmehdi
Created September 3, 2025 23:49
Show Gist options
  • Save sarimmehdi/9555c09830e8b47f02f7103a214d65d3 to your computer and use it in GitHub Desktop.
Save sarimmehdi/9555c09830e8b47f02f7103a214d65d3 to your computer and use it in GitHub Desktop.
Plurals with Quantity Rules
<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