@accepts(utf8, utf8) @returns(utf8) def compute_status_normal(singular, plural)
Constructs a status string describing the contents of the model.
singular : |
singular form of the pattern describing the number of entries ("%d song") |
plural : |
plural form of the pattern describing the number of entries ("%d songs") |
Returns : |
allocated status string, to be freed by the caller. |