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

53 lines
No EOL
1.4 KiB
JavaScript

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[107],{
/***/ 291:
/***/ (function(module, exports, __webpack_require__) {
!function (t, e) {
true ? module.exports = e(__webpack_require__(3)) : undefined;
}(this, function (t) {
"use strict";
t = t && t.hasOwnProperty("default") ? t.default : t;
var e = {
name: "sq",
weekdays: "E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),
months: "Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),
weekStart: 1,
weekdaysShort: "Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),
monthsShort: "Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),
weekdaysMin: "D_H_Ma_Më_E_P_Sh".split("_"),
ordinal: function (t) {
return t;
},
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"
},
relativeTime: {
future: "në %s",
past: "%s më parë",
s: "disa sekonda",
m: "një minutë",
mm: "%d minuta",
h: "një orë",
hh: "%d orë",
d: "një ditë",
dd: "%d ditë",
M: "një muaj",
MM: "%d muaj",
y: "një vit",
yy: "%d vite"
}
};
return t.locale(e, null, !0), e;
});
/***/ })
}]);
//# sourceMappingURL=sq.js.map