After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 739822 - js: Fix util_translate_time_string() usage
js: Fix util_translate_time_string() usage
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 687714 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-11-08 16:47 UTC by Bastien Nocera
Modified: 2014-11-08 20:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
js: Fix util_translate_time_string() usage (1.68 KB, patch)
2014-11-08 16:47 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2014-11-08 16:47:33 UTC
Spotted checking for whether https://bugzilla.gnome.org/show_bug.cgi?id=687714 was fixed.
Comment 1 Bastien Nocera 2014-11-08 16:47:37 UTC
Created attachment 290226 [details] [review]
js: Fix util_translate_time_string() usage

util_translate_time_string() was called to use LC_TIME to translate
strings, but those strings were not marked as to be translated.
Comment 2 Bastien Nocera 2014-11-08 16:48:24 UTC
*** Bug 687714 has been marked as a duplicate of this bug. ***
Comment 3 Florian Müllner 2014-11-08 19:12:07 UTC
Review of attachment 290226 [details] [review]:

Ok
Comment 4 Bastien Nocera 2014-11-08 20:56:36 UTC
Attachment 290226 [details] pushed as 52503c4 - js: Fix util_translate_time_string() usage