Pickdate and some better general foundation styling
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// Swedish
|
||||
|
||||
$pickadate_translations['sv'] = {
|
||||
monthsFull: [ 'januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december' ],
|
||||
monthsShort: [ 'jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec' ],
|
||||
weekdaysFull: [ 'söndag', 'måndag', 'tisdag', 'onsdag', 'torsdag', 'fredag', 'lördag' ],
|
||||
weekdaysShort: [ 'sön', 'mån', 'tis', 'ons', 'tor', 'fre', 'lör' ],
|
||||
today: 'i dag',
|
||||
clear: 'bort',
|
||||
firstDay: 1,
|
||||
format: 'yyyy-mm-dd',
|
||||
displayFormat: 'd/m yyyy',
|
||||
formatSubmit: 'yyyy-mm-dd'
|
||||
};
|
||||
Reference in New Issue
Block a user