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

26 lines
663 B
JavaScript
Raw Normal View History

2022-05-05 23:06:17 +02:00
(self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([[535],{
2022-12-17 22:08:36 +01:00
/***/ 164:
2022-05-05 23:06:17 +02:00
/***/ (function(module) {
!function (e, n) {
true ? module.exports = n() : 0;
}(this, function () {
"use strict";
return {
name: "en",
weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
2022-12-17 22:08:36 +01:00
months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"),
ordinal: function (e) {
var n = ["th", "st", "nd", "rd"],
t = e % 100;
return "[" + e + (n[(t - 20) % 10] || n[t] || n[0]) + "]";
}
2022-05-05 23:06:17 +02:00
};
});
/***/ })
}]);
2021-11-11 22:06:49 +01:00
//# sourceMappingURL=en-js.js.map