Pickdate and some better general foundation styling
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// Catalan
|
||||
|
||||
$pickadate_translations['ca'] = {
|
||||
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: 'yyyy-mm-dd',
|
||||
displayFormat: 'dddd d !de mmmm !de yyyy',
|
||||
formatSubmit: 'yyyy-mm-dd'
|
||||
};
|
||||
Reference in New Issue
Block a user