Project:jQuery Countdown
Version:6.x-1.x-dev
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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 ?

Comments

#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

Title:how to use with another language than english ?» Localisation support
Version:6.x-1.4» 6.x-1.x-dev

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

Status:active» needs review

What if we had Drupal translate it for us?

AttachmentSize
jquerycountdowntranslation.patch 2.15 KB

#4

Status:needs review» closed (fixed)

same feature already implemented and comes with the next release

nobody click here