Finish language fix
Brought to you by:
mishoo
In lang/calendar.fi.js
There is lines:
Calendar._TT["MON_FIRST"] = "Näytä maanantai ensimmäisenä";
Calendar._TT["SUN_FIRST"] = "Näytä sunnuntai ensimmäisenä";
These are incorrect!!!
There should be only line:
Calendar._TT["DAY_FIRST"] = "Näytä %s ensimmäisenä";
------------------------------------------------------
Also there is one line missing.
Calendar._TT["WEEKEND"] = "0,6";
Fixed Finish language set