This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11939 - Simplify talk_time_unit()
Attached to Project:
Rockbox
Opened by Andree Buschmann (Buschel) - Monday, 14 February 2011, 08:24 GMT+2
Last edited by Andree Buschmann (Buschel) - Sunday, 20 February 2011, 16:23 GMT+2
Opened by Andree Buschmann (Buschel) - Monday, 14 February 2011, 08:24 GMT+2
Last edited by Andree Buschmann (Buschel) - Sunday, 20 February 2011, 16:23 GMT+2
|
DetailsUnify variants within talk_time_unit(). In svn there are two variants which are triggered via UNIT_TIME_EXACT or UNIT_TIME.
Example: "02:45 h" => "2 hours 45" when using UNIT_TIME "02:45 h" => "2 hours 45 minutes" when using UNIT_TIME_EXACT After the latest changes UNIT_TIME is only used in one single place. Additionally it was agreed in IRC that the precise form might be better to use for all languages. This patch removes the variant and will always use the precise form. |
This task depends upon
Closed by Andree Buschmann (Buschel)
Sunday, 20 February 2011, 16:23 GMT+2
Reason for closing: Accepted
Additional comments about closing: Submitted with r29347.
Sunday, 20 February 2011, 16:23 GMT+2
Reason for closing: Accepted
Additional comments about closing: Submitted with r29347.