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/da-js.js

58 lines
1.6 KiB
JavaScript
Raw Normal View History

2022-05-05 23:06:17 +02:00
(self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([[2548],{
2022-12-17 22:08:36 +01:00
/***/ 4771:
2022-05-05 23:06:17 +02:00
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
!function (e, t) {
2022-12-17 22:08:36 +01:00
true ? module.exports = t(__webpack_require__(7076)) : 0;
2022-05-05 23:06:17 +02:00
}(this, function (e) {
"use strict";
function t(e) {
return e && "object" == typeof e && "default" in e ? e : {
default: e
};
}
var d = t(e),
2022-12-17 22:08:36 +01:00
n = {
name: "da",
weekdays: "søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),
weekdaysShort: "søn._man._tirs._ons._tors._fre._lør.".split("_"),
weekdaysMin: "sø._ma._ti._on._to._fr._lø.".split("_"),
months: "januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),
monthsShort: "jan._feb._mar._apr._maj_juni_juli_aug._sept._okt._nov._dec.".split("_"),
weekStart: 1,
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.] D. MMMM YYYY [kl.] HH:mm"
},
relativeTime: {
future: "om %s",
past: "%s siden",
s: "få sekunder",
m: "et minut",
mm: "%d minutter",
h: "en time",
hh: "%d timer",
d: "en dag",
dd: "%d dage",
M: "en måned",
MM: "%d måneder",
y: "et år",
yy: "%d år"
}
};
2022-05-05 23:06:17 +02:00
return d.default.locale(n, null, !0), n;
});
/***/ })
}]);
2021-11-11 22:06:49 +01:00
//# sourceMappingURL=da-js.js.map