Primer Commit
This commit is contained in:
17
assets/libs/pickadate/lib/translations/eu_ES.js
Normal file
17
assets/libs/pickadate/lib/translations/eu_ES.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// Basque
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ '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' ],
|
||||
weekdaysFull: [ 'igandea', 'astelehena', 'asteartea', 'asteazkena', 'osteguna', 'ostirala', 'larunbata' ],
|
||||
weekdaysShort: [ 'ig.', 'al.', 'ar.', 'az.', 'og.', 'or.', 'lr.' ],
|
||||
today: 'gaur',
|
||||
clear: 'garbitu',
|
||||
firstDay: 1,
|
||||
format: 'dddd, yyyy(e)ko mmmmren da',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
|
||||
jQuery.extend( jQuery.fn.pickatime.defaults, {
|
||||
clear: 'garbitu'
|
||||
});
|
||||
Reference in New Issue
Block a user