View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012773 | MMA | Navigation | public | 2015-06-25 08:22 | 2015-07-16 10:14 |
Reporter | marek | Assigned To | |||
Priority | urgent | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.1.3 | ||||
Target Version | 1.1.3 | Fixed in Version | 1.1.3 | ||
Summary | 0012773: Format correctly plural of words | ||||
Description | There 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | 460 | ||||
|
Fixed in build 456 |
|
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 |