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/br.js

41 lines
1.1 KiB
JavaScript
Raw Normal View History

2021-11-11 22:06:49 +01:00
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[15],{
/***/ 199:
/***/ (function(module, exports, __webpack_require__) {
!function (e, _) {
true ? module.exports = _(__webpack_require__(3)) : undefined;
}(this, function (e) {
"use strict";
e = e && e.hasOwnProperty("default") ? e.default : e;
var _ = {
name: "br",
weekdays: "Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),
months: "Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),
weekStart: 1,
weekdaysShort: "Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),
monthsShort: "Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),
weekdaysMin: "Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),
ordinal: function (e) {
return e;
},
formats: {
LT: "h[e]mm A",
LTS: "h[e]mm:ss A",
L: "DD/MM/YYYY",
LL: "D [a viz] MMMM YYYY",
LLL: "D [a viz] MMMM YYYY h[e]mm A",
LLLL: "dddd, D [a viz] MMMM YYYY h[e]mm A"
},
meridiem: function (e) {
return e < 12 ? "a.m." : "g.m.";
}
};
return e.locale(_, null, !0), _;
});
/***/ })
}]);
2021-01-30 12:42:26 +01:00
//# sourceMappingURL=br.js.map