GNOME Bugzilla – Bug 341930
totem's time display should be localizable
Last modified: 2006-05-17 14:49:36 UTC
totem's time display on the main windows uses the formats "%d:%02d:%02d" and "%d:%02d" which may need localization in the following cases: 1) If the locale uses something other than a colon for separating time parts. 2) If the locale uses localized digits (like Persian) Bug still exists in HEAD. Will attach a patch. FarsiWeb's internal reference: farsiweb #217, totem-persiandigits.patch, reported and fixed by Roozbeh Pournader
Created attachment 65566 [details] [review] Patch against head to fix the problem, only tested on 1.0.4
Fixed in HEAD, thanks. 2006-05-17 Bastien Nocera <hadess@hadess.net> * src/backend/video-utils.c: (totem_time_to_string): make the time labels localisable, patch from Roozbeh Pournader <roozbeh@farsiweb.info> (Closes: #341930)