Skip to content

Commit

Permalink
Datepicker: Fixed Norwegian locale. Fixes #6086 - Error in "jquery.ui…
Browse files Browse the repository at this point in the history
….datepicker-no.js".
  • Loading branch information
scottgonzalez committed Oct 26, 2010
1 parent f4d8ec9 commit 226aa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/i18n/jquery.ui.datepicker-no.js
Expand Up @@ -14,8 +14,8 @@ jQuery(function($){
dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'],
dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'],
weekHeader: 'Uke',
dateFormat: 'yy-mm-dd',
firstDay: 0,
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
yearSuffix: ''};
Expand Down

0 comments on commit 226aa35

Please sign in to comment.