Closed (fixed)
Project:
Views Slideshow JCarousel Thumbs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2011 at 07:35 UTC
Updated:
2 Feb 2012 at 03:40 UTC
to support translated strings, js must pass string by Drupal.t function.
on line 234 & 248 of js file:
.removeClass('views_slideshow_pause')
.text('Resume');
}
should be:
.removeClass('views_slideshow_pause')
.text(Drupal.t('Resume'));
}
Comments
Comment #1
fearlsgroove commentedthanks, committed
http://drupalcode.org/project/views_slideshow_jcarouselthumbs.git/commit...