Skip to content

Instantly share code, notes, and snippets.

@lxdvs
Created May 21, 2013 17:35
Show Gist options
  • Save lxdvs/5621662 to your computer and use it in GitHub Desktop.
Save lxdvs/5621662 to your computer and use it in GitHub Desktop.
<plurals name="x_guests">
<item quantity="one">@string/x_guests_one</item>
<item quantity="few">@string/x_guests_few</item>
<item quantity="many">@string/x_guests_many</item>
<item quantity="other">@string/x_guests_other</item>
</plurals>
<string name="x_guests_few">%1$d guests</string>
<string name="x_guests_many">%1$d guests</string>
<string name="x_guests_one">%1$d guest</string>
<string name="x_guests_other">%1$d guests</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment