1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00
converse_ynh/sources/dist/locales/dayjs/it-ch.js
ericgaspar 79a385385d
8.0.1
2021-11-11 22:06:49 +01:00

38 lines
No EOL
1.1 KiB
JavaScript

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[65],{
/***/ 248:
/***/ (function(module, exports, __webpack_require__) {
!function (e, _) {
true ? module.exports = _(__webpack_require__(3)) : undefined;
}(this, function (e) {
"use strict";
e = e && e.hasOwnProperty("default") ? e.default : e;
var _ = {
name: "it-ch",
weekdays: "domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),
months: "gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),
weekStart: 1,
weekdaysShort: "dom_lun_mar_mer_gio_ven_sab".split("_"),
monthsShort: "gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),
weekdaysMin: "do_lu_ma_me_gi_ve_sa".split("_"),
ordinal: function (e) {
return e;
},
formats: {
LT: "HH:mm",
LTS: "HH:mm:ss",
L: "DD.MM.YYYY",
LL: "D MMMM YYYY",
LLL: "D MMMM YYYY HH:mm",
LLLL: "dddd D MMMM YYYY HH:mm"
}
};
return e.locale(_, null, !0), _;
});
/***/ })
}]);
//# sourceMappingURL=it-ch.js.map