Bugzilla – Bug 11040
Staff Picks not translated on WebUI
Last modified: 2009-02-21 09:58:41 UTC
Created attachment 4791 [details] Staff Picks not translated to target language when testing Alice, I noticed that Internet Radio > Staff Picks was not translated to the selected language, on the Web UI. It is properly translated on the Player UI See attached. SN Language set to Italian, all supported languages effected
Andy - I thought the following change would do: Index: /Users/mh/Documents/workspace/SN/lib/SDI/SqueezeNetwork/Controller/Browse.pm =================================================================== --- /Users/mh/Documents/workspace/SN/lib/SDI/SqueezeNetwork/Controller/Browse.pm (revision 5750) +++ /Users/mh/Documents/workspace/SN/lib/SDI/SqueezeNetwork/Controller/Browse.pm (working copy) @@ -53,7 +53,7 @@ sub picks : Private { my ( $self, $c ) = @_; - $c->forward( '/browse/opml/remote', [ 'http://www.slimdevices.com/picks/radio.opml' ] ); + $c->forward( '/browse/opml/local', [ '/public/radio/picks' ] ); } sub alice : Private { This indeed brings up the localized menu. But then drilling down doesn't work, as it seems to be trying to make the absolute paths in that file relative.
Hmm, yeah that's the right thing to change. I'll look at why it doesn't work.
Fixed in r5778.
Marking SqueezeNetwork bugs as closed. The latest version, r5879/r25112 should have fixed this issue. If you still experience the listed problem please feel free to reopen the bug.