@freshworks/crayons
Version:
Crayons Web Components library
33 lines (28 loc) • 784 B
JavaScript
;
const indexF5fe0470 = require('./index-f5fe0470-2656364b.js');
const index3a85bc08 = require('./index-3a85bc08-794b6650.js');
const index2847d9a8 = require('./index-2847d9a8-1b79c808.js');
require('./index-dc611d24-355bee26.js');
/**
* @type {Locale}
* @category Locales
* @summary English locale (Ireland).
* @language English
* @iso-639-2 eng
* @author Tetiana [@tan75]{@link https://github.com/tan75}
*/
var locale = {
code: 'en-IE',
formatDistance: indexF5fe0470.formatDistance,
formatLong: index2847d9a8.formatLong,
formatRelative: index3a85bc08.formatRelative,
localize: index3a85bc08.localize,
match: index3a85bc08.match,
options: {
weekStartsOn: 1
/* Monday */
,
firstWeekContainsDate: 4
}
};
exports.default = locale;