mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
58 lines
No EOL
1.5 KiB
JavaScript
58 lines
No EOL
1.5 KiB
JavaScript
(self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([[9625],{
|
|
|
|
/***/ 8173:
|
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
|
|
!function (e, t) {
|
|
true ? module.exports = t(__webpack_require__(7076)) : 0;
|
|
}(this, function (e) {
|
|
"use strict";
|
|
|
|
function t(e) {
|
|
return e && "object" == typeof e && "default" in e ? e : {
|
|
default: e
|
|
};
|
|
}
|
|
var _ = t(e),
|
|
n = {
|
|
name: "sl",
|
|
weekdays: "nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),
|
|
months: "januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),
|
|
weekStart: 1,
|
|
weekdaysShort: "ned._pon._tor._sre._čet._pet._sob.".split("_"),
|
|
monthsShort: "jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),
|
|
weekdaysMin: "ne_po_to_sr_če_pe_so".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 H:mm",
|
|
LLLL: "dddd, D. MMMM YYYY H:mm"
|
|
},
|
|
relativeTime: {
|
|
future: "čez %s",
|
|
past: "pred %s",
|
|
s: "nekaj sekund",
|
|
m: "minuta",
|
|
mm: "%d minut",
|
|
h: "ura",
|
|
hh: "%d ur",
|
|
d: "dan",
|
|
dd: "%d dni",
|
|
M: "mesec",
|
|
MM: "%d mesecev",
|
|
y: "leto",
|
|
yy: "%d let"
|
|
}
|
|
};
|
|
return _.default.locale(n, null, !0), n;
|
|
});
|
|
|
|
/***/ })
|
|
|
|
}]);
|
|
//# sourceMappingURL=sl-js.js.map
|