View Issue Details

IDProjectCategoryView StatusLast Update
0012773MMANavigationpublic2015-07-16 10:14
Reportermarek Assigned To 
PriorityurgentSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.1.3 
Target Version1.1.3Fixed in Version1.1.3 
Summary0012773: Format correctly plural of words
DescriptionThere are many places where plural or singular has to be used according count of items. Typically "track","playlist","file", ...

It should be unified in one functionality. Also czech language has two different plurals.
TagsNo tags attached.
Fixed in build460

Activities

marek

2015-06-25 08:22

developer   ~0042665

Fixed in build 456

marek

2015-07-16 10:13

developer   ~0042709

I have found out that Android supports displaying plurals according specific Locale:
http://developer.android.com/guide/topics/resources/string-resource.html#Plurals

So I started with refactoring of some strings to this API. It is very versatile and easy to use.

Fixed in build 460