Created
April 3, 2017 09:23
-
-
Save azappa/9d4f1276ec2d6d50dad0c0179a53ec5f to your computer and use it in GitHub Desktop.
IT lang for air-datepicker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;(function ($) { $.fn.datepicker.language['it'] = { | |
days: ['Domenica', 'Lunedì', 'Martedì', 'Mercoledì', 'Giovedì', 'Venerdì', 'Sabato'], | |
daysShort: ['Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'], | |
daysMin: ['Do', 'Lu', 'Ma', 'Me', 'Gi', 'Ve', 'Sa'], | |
months: ['Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno', 'Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'], | |
monthsShort: ['Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'], | |
today: 'Oggi', | |
clear: 'Resetta', | |
dateFormat: 'dd/mm/yyyy', | |
timeFormat: 'hh:ii aa', | |
firstDay: 1 | |
}; })(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment