Skip to content

Commit

Permalink
Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basqu…
Browse files Browse the repository at this point in the history
…e locale incorrect.
  • Loading branch information
eillarra authored and scottgonzalez committed May 14, 2012
1 parent 62842be commit 1304c50
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ui/i18n/jquery.ui.datepicker-eu.js
Expand Up @@ -6,15 +6,15 @@ jQuery(function($){
prevText: '<Aur', prevText: '<Aur',
nextText: 'Hur>', nextText: 'Hur>',
currentText: 'Gaur', currentText: 'Gaur',
monthNames: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina', monthNames: ['urtarrila','otsaila','martxoa','apirila','maiatza','ekaina',
'Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'], 'uztaila','abuztua','iraila','urria','azaroa','abendua'],
monthNamesShort: ['Urt','Ots','Mar','Api','Mai','Eka', monthNamesShort: ['urt.','ots.','mar.','api.','mai.','eka.',
'Uzt','Abu','Ira','Urr','Aza','Abe'], 'uzt.','abu.','ira.','urr.','aza.','abe.'],
dayNames: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata'], dayNames: ['igandea','astelehena','asteartea','asteazkena','osteguna','ostirala','larunbata'],
dayNamesShort: ['Iga','Ast','Ast','Ast','Ost','Ost','Lar'], dayNamesShort: ['ig.','al.','ar.','az.','og.','ol.','lr.'],
dayNamesMin: ['Ig','As','As','As','Os','Os','La'], dayNamesMin: ['ig','al','ar','az','og','ol','lr'],
weekHeader: 'Wk', weekHeader: 'As',
dateFormat: 'yy/mm/dd', dateFormat: 'yy-mm-dd',
firstDay: 1, firstDay: 1,
isRTL: false, isRTL: false,
showMonthAfterYear: false, showMonthAfterYear: false,
Expand Down

0 comments on commit 1304c50

Please sign in to comment.