Primer Commit
This commit is contained in:
17
assets/libs/pickadate/lib/translations/gl_ES.js
Normal file
17
assets/libs/pickadate/lib/translations/gl_ES.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// Galician
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ 'Xaneiro', 'Febreiro', 'Marzo', 'Abril', 'Maio', 'Xuño', 'Xullo', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Decembro' ],
|
||||
monthsShort: [ 'xan', 'feb', 'mar', 'abr', 'mai', 'xun', 'xul', 'ago', 'sep', 'out', 'nov', 'dec' ],
|
||||
weekdaysFull: [ 'domingo', 'luns', 'martes', 'mércores', 'xoves', 'venres', 'sábado' ],
|
||||
weekdaysShort: [ 'dom', 'lun', 'mar', 'mér', 'xov', 'ven', 'sab' ],
|
||||
today: 'hoxe',
|
||||
clear: 'borrar',
|
||||
firstDay: 1,
|
||||
format: 'dddd d !de mmmm !de yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
|
||||
jQuery.extend( jQuery.fn.pickatime.defaults, {
|
||||
clear: 'borrar'
|
||||
});
|
||||
Reference in New Issue
Block a user