Localisation support
pixelpreview - September 24, 2009 - 17:35
| Project: | jQuery Countdown |
| Version: | 6.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
I use the theme function
for example
print theme('jquery_countdown', array(
'until' => date("F d, Y g:i a", mktime(0,0,0,10,15,2009)),
'format' => 'DHMS',
'description' => t('since the opening of the vp'),
));But my site is in arabic too, how use arabic translation with the theme function ?
I see a lot of translation file but how it works ?

#1
Hi, I don't support this module, but go to http://keith-wood.name/countdown.html and click on the Localisation tab. It looks like all the languages are already included in the module download.
Not sure about being able to use more than one language, thought (Arabic & English, for example)
#2
We could provide a jquery-countdown-drupal.js that would set the language defaults to calls through Drupal.t(). Definitely would love a patch or some idea brainstorms!
#3
What if we had Drupal translate it for us?