Current state
This commit is contained in:
13
public/assets/plugins/pickadate/translations/ca_ES.js
Normal file
13
public/assets/plugins/pickadate/translations/ca_ES.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Catalan
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ 'Gener', 'Febrer', 'Març', 'Abril', 'Maig', 'juny', 'Juliol', 'Agost', 'Setembre', 'Octubre', 'Novembre', 'Desembre' ],
|
||||
monthsShort: [ 'Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Des' ],
|
||||
weekdaysFull: [ 'diumenge', 'dilluns', 'dimarts', 'dimecres', 'dijous', 'divendres', 'dissabte' ],
|
||||
weekdaysShort: [ 'diu', 'dil', 'dim', 'dmc', 'dij', 'div', 'dis' ],
|
||||
today: 'avui',
|
||||
clear: 'esborrar',
|
||||
firstDay: 1,
|
||||
format: 'dddd d !de mmmm !de yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
Reference in New Issue
Block a user