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/fr-ca.js

52 lines
1.4 KiB
JavaScript
Raw Normal View History

2021-11-11 22:06:49 +01:00
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[48],{
/***/ 231:
/***/ (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: "fr-ca",
weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),
months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),
weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"),
monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),
weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"),
ordinal: function (e) {
return e;
},
formats: {
LT: "HH:mm",
LTS: "HH:mm:ss",
L: "YYYY-MM-DD",
LL: "D MMMM YYYY",
LLL: "D MMMM YYYY HH:mm",
LLLL: "dddd D MMMM YYYY HH:mm"
},
relativeTime: {
future: "dans %s",
past: "il y a %s",
s: "quelques secondes",
m: "une minute",
mm: "%d minutes",
h: "une heure",
hh: "%d heures",
d: "un jour",
dd: "%d jours",
M: "un mois",
MM: "%d mois",
y: "un an",
yy: "%d ans"
}
};
return e.locale(_, null, !0), _;
});
/***/ })
}]);
2021-01-30 12:42:26 +01:00
//# sourceMappingURL=fr-ca.js.map