OneSky takes plural forms depending on the target languages according to CLDR standards.
See also our Lecture Two: Format Strings and Plurals for more information on this (written for iOS) and also the Android SDK resource on plurals.
Click here for more articles on plurals.
Comments
2 comments
Thank you for the info information, I will wait for posts like this and will read them with pleasure :) wordle 2
It's easy enough to change the initializer for
ResourceList
to accommodate the CLDR pluralization keys.However, in order for it to know which string to use, it will need a source of plural rule data for all locales dinosaur game. Either that, or outsource it to an i18n library that knows these.
Please sign in to leave a comment.