Current state
This commit is contained in:
13
public/assets/plugins/pickadate/translations/sv_SE.js
Normal file
13
public/assets/plugins/pickadate/translations/sv_SE.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Swedish
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
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: 'd/m yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
Reference in New Issue
Block a user