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

53 lines
No EOL
1.3 KiB
JavaScript

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[11],{
/***/ 195:
/***/ (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: "bi",
weekdays: "Sande_Mande_Tusde_Wenesde_Tosde_Fraede_Sarade".split("_"),
months: "Januari_Februari_Maj_Eprel_Mei_Jun_Julae_Okis_Septemba_Oktoba_Novemba_Disemba".split("_"),
weekStart: 1,
weekdaysShort: "San_Man_Tus_Wen_Tos_Frae_Sar".split("_"),
monthsShort: "Jan_Feb_Maj_Epr_Mai_Jun_Jul_Oki_Sep_Okt_Nov_Dis".split("_"),
weekdaysMin: "San_Ma_Tu_We_To_Fr_Sar".split("_"),
ordinal: function (e) {
return e;
},
formats: {
LT: "h:mm A",
LTS: "h:mm:ss A",
L: "DD/MM/YYYY",
LL: "D MMMM YYYY",
LLL: "D MMMM YYYY h:mm A",
LLLL: "dddd, D MMMM YYYY h:mm A"
},
relativeTime: {
future: "lo %s",
past: "%s bifo",
s: "sam seken",
m: "wan minit",
mm: "%d minit",
h: "wan haoa",
hh: "%d haoa",
d: "wan dei",
dd: "%d dei",
M: "wan manis",
MM: "%d manis",
y: "wan yia",
yy: "%d yia"
}
};
return e.locale(a, null, !0), a;
});
/***/ })
}]);
//# sourceMappingURL=bi.js.map