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

54 lines
No EOL
1.4 KiB
JavaScript

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[47],{
/***/ 233:
/***/ (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",
weekdays: "dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),
weekdaysShort: "dim._lun._mar._mer._jeu._ven._sam.".split("_"),
weekdaysMin: "di_lu_ma_me_je_ve_sa".split("_"),
months: "janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),
monthsShort: "janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),
weekStart: 1,
yearStart: 4,
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: "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"
},
ordinal: function (e) {
return "" + e + (1 === e ? "er" : "");
}
};
return e.locale(_, null, !0), _;
});
/***/ })
}]);
//# sourceMappingURL=fr.js.map