Created
January 15, 2018 03:23
-
-
Save koral--/a57b642097c50ee84a230b8249bbd9fb to your computer and use it in GitHub Desktop.
Polish translation from https://developer.android.com/guide/topics/resources/string-resource.html#Plurals
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
<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="other">Znaleziono %d piosenek.</item> | |
</plurals> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment