30 lines
895 B
JavaScript
30 lines
895 B
JavaScript
"use strict";
|
|
exports.it = void 0;
|
|
var _index = require("./it/_lib/formatDistance.js");
|
|
var _index2 = require("./it/_lib/formatLong.js");
|
|
var _index3 = require("./it/_lib/formatRelative.js");
|
|
var _index4 = require("./it/_lib/localize.js");
|
|
var _index5 = require("./it/_lib/match.js");
|
|
|
|
/**
|
|
* @category Locales
|
|
* @summary Italian locale.
|
|
* @language Italian
|
|
* @iso-639-2 ita
|
|
* @author Alberto Restifo [@albertorestifo](https://github.com/albertorestifo)
|
|
* @author Giovanni Polimeni [@giofilo](https://github.com/giofilo)
|
|
* @author Vincenzo Carrese [@vin-car](https://github.com/vin-car)
|
|
*/
|
|
const it = (exports.it = {
|
|
code: "it",
|
|
formatDistance: _index.formatDistance,
|
|
formatLong: _index2.formatLong,
|
|
formatRelative: _index3.formatRelative,
|
|
localize: _index4.localize,
|
|
match: _index5.match,
|
|
options: {
|
|
weekStartsOn: 1 /* Monday */,
|
|
firstWeekContainsDate: 4,
|
|
},
|
|
});
|