Pickdate and some better general foundation styling
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// Portuguese
|
||||
|
||||
$pickadate_translations['pt'] = {
|
||||
monthsFull: [ 'janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro' ],
|
||||
monthsShort: [ 'jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez' ],
|
||||
weekdaysFull: [ 'domingo', 'segunda', 'terça', 'quarta', 'quinta', 'sexta', 'sábado' ],
|
||||
weekdaysShort: [ 'dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sab' ],
|
||||
today: 'hoje',
|
||||
clear: 'excluir',
|
||||
format: 'yyyy-mm-dd',
|
||||
displayFormat: 'd !de mmmm !de yyyy',
|
||||
formatSubmit: 'yyyy-mm-dd'
|
||||
};
|
||||
Reference in New Issue
Block a user