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 603604 - Skip Forward/Backward menu entries are not translated for RTL locales
Skip Forward/Backward menu entries are not translated for RTL locales
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-12-02 14:10 UTC by Khaled Hosny
Modified: 2009-12-07 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix translation of skip menu items in RTL languages (1.46 KB, patch)
2009-12-07 11:52 UTC, Bastien Nocera
committed Details | Review

Description Khaled Hosny 2009-12-02 14:10:43 UTC
When using totem under a RTL locale (I tested both Arabic and Hebrew), Skip Forward/Backward menu entries remain English though the corresponding strings are translated in the PO file.
Comment 1 Bastien Nocera 2009-12-07 11:52:37 UTC
Created attachment 149238 [details] [review]
Fix translation of skip menu items in RTL languages
Comment 2 Bastien Nocera 2009-12-07 11:53:39 UTC
Attachment 149238 [details] pushed as a91e9ae - Fix translation of skip menu items in RTL languages
Comment 3 Robin Stocker 2009-12-07 12:51:20 UTC
Is seek_entries_rtl still needed now? A quick grep turned up only the declaration. The same for seek_entries_ltr, toggle_entries and aspect_ratio_entries.
Comment 4 Bastien Nocera 2009-12-07 13:35:02 UTC
Good point, removed now in master.
Comment 5 Robin Stocker 2009-12-07 13:45:21 UTC
What about toggle_entries and aspect_ratio_entries? (Just trying to understand the code.)
Comment 6 Bastien Nocera 2009-12-07 13:59:58 UTC
Point, removed as well.