I was looking into recent patch to Polish calendar lang file to figure out if I can patch Russian calendar file, which didn't display correctly as well.
As it turns out, adding "Calendar._FD = 1;" helped to solve the problem. I have no idea what that means but running a grep shows: > grep -l _FD *.js # contains _FD calendar-de.js calendar-en.js calendar-es.js calendar-it.js calendar-nl.js calendar-pl-utf-8.js calendar-pl-utf8.js calendar-pl.js calendar-pt-utf-8.js calendar-pt-utf8.js calendar-pt.js calendar-ru.js calendar-ru_win_.js > grep -L _FD *.js|wc -l # does not contain 39 Looks like _FD was added to those locales that are in use and the same problem will probably manifests itself in other 39 locales. I wonder whether calendar lang files are out-of-sync with main calendar.js? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
