First, please add/change the distributed hungary translation(jscalendar\lib\langcalendar-hu.js),
because missing one critical line from this file:

// First day of the week. "0" means display Sunday first, "1" means display
// Monday first, etc.

Calendar._FD = 1;

Second, please add to jscalendar.module "Supported indirectly" section (line 119) the "patch",
if use utf-8 encoded translation:

   else if ($lib_locale == 'hu') {
       $lib_locale = 'hu-utf8';
}

Thanx

DTB

CommentFileSizeAuthor
calendar-hu-utf8.js_.txt3.79 KBDTB

Comments

ray007’s picture

Why is the status of this issue "fixed"?

@nedjo: can you think of any reason to not generally use uft-8 encoded files?

DTB’s picture

Sorry, i newbie in drupal :-)

I send with atachment the repaired, good translation. :-)

ray007’s picture

Version: 5.x-0.4 » master

checked in on all branches.
status is now really "fixed" ;-)

Anonymous’s picture

Status: Fixed » Closed (fixed)