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/is.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([[63],{
/***/ 247:
/***/ (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: "is",
weekdays: "sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),
months: "janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),
weekStart: 1,
weekdaysShort: "sun_mán_þri_mið_fim_fös_lau".split("_"),
monthsShort: "jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),
weekdaysMin: "Su_Má_Þr_Mi_Fi_Fö_La".split("_"),
ordinal: function (e) {
return e;
},
formats: {
LT: "H:mm",
LTS: "H:mm:ss",
L: "DD.MM.YYYY",
LL: "D. MMMM YYYY",
LLL: "D. MMMM YYYY [kl.] H:mm",
LLLL: "dddd, D. MMMM YYYY [kl.] H:mm"
}
};
return e.locale(_, null, !0), _;
});
/***/ })
}]);
//# sourceMappingURL=is.js.map