Closed pichirichi closed 10 years ago
put plurals in a separate plurals.xml file structured like so:
<plurals name="movie_plural">
<item quantity="one">@string/movie_one</item>
<item quantity="other">@string/movie_other</item>
</plurals>
then have movie_one
and movie_other
be in your twine strings..
This is a duplicate of #46
Both Android and iPhone have a structure to handle single/plurals (one, few, many, other etc.) Any recommendations/idea how to handle this in twine?
iOS - [file].stringsdict
Android - plurals tags in the xml