UNPKG

carbonjs

Version:

Javascript date library alternative to Moment.js with the same modern API

1 lines 501 B
"use strict";const e=require("../index"),o={name:"it",weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),months:"Gennaio_Febbraio_Marzo_Aprile_Maggio_Giugno_Luglio_Agosto_Settembre_Ottobre_Novembre_Dicembre".split("_"),relativeTime:{future:"tra %s",past:"da %s",s:"qualche secondo",m:"un minuto",mm:"%d minuti",h:"un' ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinal:e=>`${e}º`};e.locale(o,!1),module.exports=o;