Kjell Bublitz wrote: > Cool thing :) Thanks !
> You should add different Date formats based on locale aswell. Like: > 10.03.2007 or 03-10-07 This is already handled, if we are in english locale the mm-dd-yyyy format is used, dd-mm-yyyy is used otherwise. > Here is a german translation for your widget: > > 'de' : [ 'Januar', 'Februar', 'M�rz', 'April', 'Mai', > 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember' ] > > 'de' : [ 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa', 'So' ], > > 'de' : 'schliessen' Thanks, I'll integrate it in a future release. Mathieu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
