You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.8 KiB
59 lines
1.8 KiB
!(function (e, t) {
|
|
if ('object' == typeof exports && 'undefined' != typeof module) {
|
|
module.exports = t(require('dayjs'));
|
|
} else {
|
|
if ('function' == typeof define && define.amd) {
|
|
define(['dayjs'], t);
|
|
} else {
|
|
(e = 'undefined' != typeof globalThis ? globalThis : e || self).dayjs_locale_sq = t(e.dayjs);
|
|
}
|
|
}
|
|
})(this, function (e) {
|
|
'use strict';
|
|
|
|
function t(e) {
|
|
return e && 'object' == typeof e && 'default' in e
|
|
? e
|
|
: {
|
|
default: e
|
|
};
|
|
}
|
|
var _ = t(e);
|
|
var n = {
|
|
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 (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 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'
|
|
}
|
|
};
|
|
_.default.locale(n, null, true);
|
|
return n;
|
|
});
|
|
|