callweb
callweb
Offline
0
I can't find any language string attached to the "On the go" that appears in playlists module. How can i translate that accordingly to site language?

Thanks 4 Support

Miguel

Accepted Answer

Friday, March 17 2017, 10:41 AM - #Permalink
0
well you are absolutely right.
see on file /components/com_muscol/models/playlist.php line 125:

$this->playlist_data->title = JText::_('On the go');


it should be

$this->playlist_data->title = JText::_('ON_THE_GO');


instead...!

thanks for notifying this.
The reply is currently minimized Show
Responses (4)
  • Accepted Answer

    Tuesday, March 14 2017, 10:47 AM - #Permalink
    0
    you can simply add this string into the translation file and give it a different name.

    ON_THE_GO="Whatever"
    The reply is currently minimized Show
  • Accepted Answer

    callweb
    callweb
    Offline
    Tuesday, March 14 2017, 01:52 PM - #Permalink
    0
    I don't think that name is coming from a string but either the playlist name with id=0.

    Anyways, i tryed your solution and it didn't work.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 14 2017, 05:25 PM - #Permalink
    0
    sorry, the right string is:

    ON_THE_GO_PLAYLIST
    The reply is currently minimized Show
  • Accepted Answer

    callweb
    callweb
    Offline
    Thursday, March 16 2017, 03:45 PM - #Permalink
    0
    I'm sorry but that is not correct.

    As i said On The Go when you set a module with no playlist ID it creates de default ID=0 which is the On The Go playlist.

    This is not a string and i have proof of that because if i rename the language folder to language_old, all strings disappear but the On The Go playlist name still remains.
    The reply is currently minimized Show
Your Reply