Bug 11040 - Staff Picks not translated on WebUI
: Staff Picks not translated on WebUI
Status: CLOSED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: Web UI
: Test
: PC Windows XP
: P2 normal (vote)
: Genesis
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-11 08:27 UTC by James Richardson
Modified: 2009-02-21 09:58 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments
Staff Picks not translated to target language (43.31 KB, image/jpeg)
2009-02-11 08:27 UTC, James Richardson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Richardson 2009-02-11 08:27:26 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
Comment 1 Michael Herger 2009-02-12 02:39:03 UTC
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.
Comment 2 Andy Grundman 2009-02-12 05:21:26 UTC
Hmm, yeah that's the right thing to change.  I'll look at why it doesn't work.
Comment 3 Andy Grundman 2009-02-13 11:46:45 UTC
Fixed in r5778.
Comment 4 James Richardson 2009-02-21 09:58:41 UTC
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.