Bug #386
Some menu items are not translatable anymore
100%
Description
With the new libaudgui menu code, some items are no more shown translated.
Affected menu items:
- [1] gtkui/menus.c: All except main_items[], rclick_items[], tab_items[]
- [2] skins/menus.c: Only dupe_items[], sort_items[], sort_selected_items[]
So for the Winamp interface only submenus are shown in English.
But with the GTK+ interface, it is much worse.
Only the main items (Open, Playback, Playlist ...) are shown correctly here.
Of course I have updated the po file properly with 'make update-po' and update-potfiles.sh.
[1] https://github.com/audacious-media-player/audacious-plugins/blob/master/src/gtkui/menus.c#L127
[2] https://github.com/audacious-media-player/audacious-plugins/blob/master/src/skins/menus.c#L55
History
#1 Updated by John Lindgren almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100