Skip to content

Instantly share code, notes, and snippets.

@koral--
Last active January 15, 2018 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koral--/ddfa7e9a3ce15beb39189f2465a0ed3a to your computer and use it in GitHub Desktop.
Save koral--/ddfa7e9a3ce15beb39189f2465a0ed3a to your computer and use it in GitHub Desktop.
Polish plural in default translation with other quantity
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="pl">
<plurals name="numberOfSongsAvailable">
<item quantity="one">Znaleziono %d piosenkę.</item>
<item quantity="few">Znaleziono %d piosenki.</item>
<item quantity="many">Znaleziono %d piosenek.</item>
<item quantity="other">Liczba znalezionych piosenek: %d.</item>
</plurals>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment