Skip to content

Commit

Permalink
Merge pull request #878 from arkiski/master
Browse files Browse the repository at this point in the history
Basque locale
  • Loading branch information
acrobat committed Dec 10, 2014
2 parents 110f3a4 + 4cd8d21 commit 831a2e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions js/locales/bootstrap-datepicker.eu.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* Basque translation for bootstrap-datepicker
* Arkaitz Etxeberria <kondi80@gmail.com>
*/
;(function($){
$.fn.datepicker.dates['eu'] = {
days: ['Igandea','Astelehena','Asteartea','Asteazkena','Osteguna','Ostirala','Larunbata','Igandea'],
daysShort: ['Ig','Al','Ar','Az','Og','Ol','Lr', 'Ig'],
daysMin: ['Ig','Al','Ar','Az','Og','Ol','Lr', 'Ig'],
months: ['Urtarrila','Otsaila','Martxoa','Apirila','Maiatza','Ekaina','Uztaila','Abuztua','Iraila','Urria','Azaroa','Abendua'],
monthsShort: ['Urt','Ots','Mar','Api','Mai','Eka','Uzt','Abu','Ira','Urr','Aza','Abe'],
today: "Gaur"
};
}(jQuery));

0 comments on commit 831a2e9

Please sign in to comment.