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/sv.js
ericgaspar 79a385385d
8.0.1
2021-11-11 22:06:49 +01:00

56 lines
No EOL
1.5 KiB
JavaScript

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[111],{
/***/ 295:
/***/ (function(module, exports, __webpack_require__) {
!function (e, a) {
true ? module.exports = a(__webpack_require__(3)) : undefined;
}(this, function (e) {
"use strict";
e = e && e.hasOwnProperty("default") ? e.default : e;
var a = {
name: "sv",
weekdays: "söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),
weekdaysShort: "sön_mån_tis_ons_tor_fre_lör".split("_"),
weekdaysMin: "sö_må_ti_on_to_fr_lö".split("_"),
months: "januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),
monthsShort: "jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),
weekStart: 1,
ordinal: function (e) {
var a = e % 10;
return "[" + e + (1 === a || 2 === a ? "a" : "e") + "]";
},
formats: {
LT: "HH:mm",
LTS: "HH:mm:ss",
L: "YYYY-MM-DD",
LL: "D MMMM YYYY",
LLL: "D MMMM YYYY [kl.] HH:mm",
LLLL: "dddd D MMMM YYYY [kl.] HH:mm",
lll: "D MMM YYYY HH:mm",
llll: "ddd D MMM YYYY HH:mm"
},
relativeTime: {
future: "om %s",
past: "för %s sedan",
s: "några sekunder",
m: "en minut",
mm: "%d minuter",
h: "en timme",
hh: "%d timmar",
d: "en dag",
dd: "%d dagar",
M: "en månad",
MM: "%d månader",
y: "ett år",
yy: "%d år"
}
};
return e.locale(a, null, !0), a;
});
/***/ })
}]);
//# sourceMappingURL=sv.js.map