Toolbar traslation

Loooker

New member
Hi there,
how can I translate tooltips for toolbar buttons in yor plugin..?
Now when I move mouse over button I see [ Rotate let | Rotate right | Zoom in / out | Play / Stop | Hot-spots on /off ]

In html file generated by SpotEditor there are some rows fro those purpose:

Code:
        // If you need to translate or change toolbar tooltips, uncomment these lines
        // _imageRotator.settings.i18n.zoomButtonsTooltip = "??";
        // _imageRotator.settings.i18n.hotspotButtonTooltip = "??";
        // _imageRotator.settings.i18n.fullScreenButtonTooltip = "??";
        // _imageRotator.settings.i18n.togglePlayButtonTooltip = "??";
        // _imageRotator.settings.i18n.arrowLeftButtonTooltip = "??";
        // _imageRotator.settings.i18n.arrowRightButtonTooltip = "??";

But here in your plugin I can't find any phrases to translate...
Please help...

Regards...
 

WebSupport

Active member
Hi Loooker, sorry it's not supported in our CMS plugins out-of-the-box yet unfortunately. We can help with a small update to allow translating these in Joomla. It will take a few days.. Please confirm if you need it soon.
 

Loooker

New member
Hi there, I think that not just me needed to translate toolbar tooltips...
Please, make it possible ASAP...

Regards...
 

WebSupport

Active member
Hi,

We implemented support for the toolbar translations as you requested. If your reinstall the plugin using the link we sent via private message, you will see a new field in the plugin settings called Translations Path. It's a path to your file with language translations. A sample is located under /plugins/content/webrotate360/webrotate360_i18n.js.

It's best to move this file outside of the webrotate plugin folder so it's not lost upon plugin update when a new release is available..

Please confirm that it works for you and we will publish it to JED so everybody can use this feature :)

Thanks for your feedback!
 

Loooker

New member
Thanks a lot...
...translation work well

Regards, Slavi...

PS.:Now waiting for SpotEditor software localization
 
Top